COLOR #D09BF1

HEX: #D09BF1
RGB: (208,155,241)

Color info

#D09BF1 contains mainly red and blue colors. Web safe color of #D09BF1 is #CC99FF (or #C9F).

RGB color model

#D09BF1 color RGB value is (208,155,241).

  • red value is 208;
  • green value is 155;
  • blue value is 241.
RGB:
(208,155,241)
(82%,61%,95%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 241 of 255 = 95%

208
155
241

R + G + B ~ 79%. #D09BF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 155 + 241 = 604 (100%)
R 208 of 604 ~ 34.44%
G 155 of 604 ~ 25.66%
B 241 of 604 ~ 39.9%

%34.44
%25.66
%39.9

CMYK color model

#D09BF1 color CMYK value is (14,36,0,5).

  • cyan value is 13.69%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(14,36,0,5)
C14M36Y0K5 
(14%,36%,0%,5%)
(0.14/0.36/0.00/0.05)	

CMYK percentages

%13.69
%35.68
%0
%5.49

Codes

Color #D09BF1 in popluar color models

D09BF1
RGB208155241
HSL277°75.44%77.65%
HSB/HSV277°35.68%94.51%
CMYK13.69%35.68%0.00%
5.49%

Color #D09BF1 in popluar number systems.

HEXD09BF1
Decimal208155241
Binary110100001001101111110001
Octal320233361

Shades and tints

Shades of #D09BF1

#D09BF1
(208,155,241)
#BE8DDC
(190,141,220)
#AC7FC7
(172,127,199)
#9A71B2
(154,113,178)
#88639D
(136,99,157)
#765588
(118,85,136)
#644773
(100,71,115)
#52395E
(82,57,94)
#402B49
(64,43,73)
#2E1D34
(46,29,52)
#1C0F1F
(28,15,31)
#000000
(0,0,0)

Tints of #D09BF1

#D09BF1
(208,155,241)
#D4A4F2
(212,164,242)
#D8ADF3
(216,173,243)
#DCB6F4
(220,182,244)
#E0BFF5
(224,191,245)
#E4C8F6
(228,200,246)
#E8D1F7
(232,209,247)
#ECDAF8
(236,218,248)
#F0E3F9
(240,227,249)
#F4ECFA
(244,236,250)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09BF1 color. Also use rgb(208,155,241) instead hex code.

Text Font Color

.myTextColor { color: #D09BF1; }

<p style="color:#D09BF1">This sample text font color is #D09BF1.</p>

This text font color is #D09BF1.


Background Color

.myBgColor { background-color: #D09BF1; }

<div style="background-color:#D09BF1">Inner text</div>

This div background color is #D09BF1.


Border color

.myBorderColor { border: 1px solid #D09BF1; }

<div style="border:3px solid #D09BF1">Div</div>

This div border color is #D09BF1.


Opacity

.myOpacity80 { color: #D09BF1; opacity: 0.8; }

<p style="color:#D09BF1;opacity:0.8;">80%</p>

Text with #D09BF1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D09BF1;}

<p style="text-shadow: 3px 3px 1px #D09BF1">Text here.</p>

This text has shadow with #D09BF1 color.

.textShadow {text-shadow: 3px 3px 1px #D09BF1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D09BF1, 5px 5px 20px red">Text here.</p>

This text has shadow with #D09BF1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D09BF1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D09BF1, Direction=45, Strength=4)">Text</p>

This text has shadow with #D09BF1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D09BF1;
  -webkit-box-shadow:	1px 1px 3px 2px #D09BF1;
  box-shadow:		1px 1px 3px 2px #D09BF1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D09BF1;
-webkit-box-shadow: 1px 1px 3px 2px #D09BF1;
box-shadow:1px 1px 3px 2px #D09BF1;">
Div content here</div>
This div box has shadow with color #D09BF1.

Preview

Color preview on black background

This text has color #D09BF1 on black background.


Color preview on white background

This text has color #D09BF1 on white background.



Black color preview on #D09BF1 background

This text has black color on #D09BF1 background.


White color preview on #D09BF1 background

This text has white color on #D09BF1 background.