#D09AFB

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

Shades of Mauve #D09AFB

Tints of Mauve #D09AFB

Color information

#D09AFB (or 0xD09AFB) is unknown color: approx Mauve. HEX triplet: D0, 9A and FB. RGB value is (208,154,251). Sum of RGB (Red+Green+Blue) = 208+154+251=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFB is #2F6504. Grayscale: #B4B4B4. Windows color (decimal): -3106053 or 16489168. OLE color: 16489168.

HSL color Cylindrical-coordinate representation of color #D09AFB: hue angle of 273.4º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09AFB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208154251-
CMYK0.170.3900.02
HSL273.4º92.38%79.41%-
HSV(B)273.4º38.65%98.43%-
XYZ54.9843.4996.76-
YUV181.2167.39147.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=33.93%
G=25.12%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081542510.170.3900.02273.492.3879.41
HexD09AFB1127021115c4f
Octal320232373214702421134117
Binary1101000010011010111110111000110011101010001000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AFB; }

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

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

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

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

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

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

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

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