COLOR #D09AF1

HEX: #D09AF1 RGB: (208,154,241)

Color info

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

RGB color model

#D09AF1 color RGB value is (208,154,241).

RGB: (208,154,241) (82%, 60%, 95%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 241 of 255 = 95%

208
154
241

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

Portions of RGB colors in percentages

R + G + B = 208 + 154 + 241 = 603 (100%)
R 208 of 603 ~ 34.49%
G 154 of 603 ~ 25.54%
B 241 of 603 ~ 39.97'%

%34.49
%25.54
%39.97

CMYK color model

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

  • cyan value is 13.69%
  • magenta value is 36.10%
  • 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
%36.1
%0
%5.49

Codes

Color #D09AF1 in popluar color models

D0 9A F1
RGB 208 154 241
HSL 277° 75.65% 77.45%
HSB/HSV 277° 36.10% 94.51%
CMYK 13.69% 36.10% 0.00%
5.49%

Color #D09AF1 in popluar number systems.

HEX D0 9A F1
Decimal 208 154 241
Binary 11010000 10011010 11110001
Octal 320 232 361

Shades and tints

Shades of #D09AF1

#D09AF1
(208,154,241)
#BE8CDC
(190,140,220)
#AC7EC7
(172,126,199)
#9A70B2
(154,112,178)
#88629D
(136,98,157)
#765488
(118,84,136)
#644673
(100,70,115)
#52385E
(82,56,94)
#402A49
(64,42,73)
#2E1C34
(46,28,52)
#1C0E1F
(28,14,31)
#000000
(0,0,0)

Tints of #D09AF1

#D09AF1
(208,154,241)
#D4A3F2
(212,163,242)
#D8ACF3
(216,172,243)
#DCB5F4
(220,181,244)
#E0BEF5
(224,190,245)
#E4C7F6
(228,199,246)
#E8D0F7
(232,208,247)
#ECD9F8
(236,217,248)
#F0E2F9
(240,226,249)
#F4EBFA
(244,235,250)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09AF1; }

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

This text font color is #D09AF1.

Background Color

.myBgColor { background-color: #D09AF1; }

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

This div background color is #D09AF1.

Border color

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

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

This div border color is #D09AF1.

Opacity

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

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

Text with #D09AF1 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 #D09AF1;}

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

This text has shadow with #D09AF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09AF1.

Preview

Color preview on black background

This text has color #D09AF1 on black background.


Color preview on white background

This text has color #D09AF1 on white background.


Black color preview on #D09AF1 background

This text has black color on #D09AF1 background.


White color preview on #D09AF1 background

This text has white color on #D09AF1 background.


Related colors

Complementary color

Complementary color for #hex is #2F650E.


I love getcolorcode.com

Triadic colors

1 #F1D09A and #9AF1D0 with #D09AF1 are triadic colors.

2 #F19AD0 and #9AD0F1 with #D09AF1 are triadic colors.