#D09AFC

Color #D09AFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D09AFC

Tints of Mauve #D09AFC

Color information

#D09AFC (or 0xD09AFC) is unknown color: approx Mauve. HEX triplet: D0, 9A and FC. RGB value is (208,154,252). Sum of RGB (Red+Green+Blue) = 208+154+252=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFC is #2F6503. Grayscale: #B4B4B4. Windows color (decimal): -3106052 or 16554704. OLE color: 16554704.

HSL color Cylindrical-coordinate representation of color #D09AFC: hue angle of 273.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09AFC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208154252-
CMYK0.170.3900.01
HSL273.06º94.23%79.61%-
HSV(B)273.06º38.89%98.82%-
XYZ55.1443.5597.6-
YUV181.32167.89147.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=33.88%
G=25.08%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081542520.170.3900.01273.0694.2379.61
HexD09AFC1127011115e50
Octal320232374214701421136120
Binary110100001001101011111100100011001110110001000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AFC; }

 p { color: rgb(208,154,252); }

 H1.HeaderClassName
 {
   color: #D09AFC;
 }
 .AnyTagClassName
 {
   color: #D09AFC;
 }
</style>
background-color css

<style>
 a { background-color: #D09AFC; }

 a { background-color: rgb(208,154,252); }

 div.DivClassName
 {
   background-color: #D09AFC;
 }
 .BgClassName
 {
   background-color: #D09AFC;
 }
</style>
border-color css

<style>
 span { border-color: #D09AFC; }

 span { border-color: rgb(208,154,252); }

 td.TdClassName
 {
   border-color: #D09AFC;
 }
 .TagClassName
 {
   border-color: #D09AFC;
 }
</style>