Shades of Mauve #D09EFF
Tints of Mauve #D09EFF
RGB
CMYK
RGB Variations
Color information
#D09EFF (or 0xD09EFF) is known color: Mauve. HEX triplet: D0, 9E and FF. RGB value is (208,158,255). Sum of RGB (Red+Green+Blue) = 208+158+255=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFF is #2F6100. Grayscale: #B7B7B7. Windows color (decimal): -3105025 or 16752336. OLE color: 16752336.
HSL color Cylindrical-coordinate representation of color #D09EFF: hue angle of 270.93º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09EFF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 158 | 255 | - |
| CMYK | 0.18 | 0.38 | 0 | 0 |
| HSL | 270.93º | 1% | 0.81% | - |
| HSV(B) | 270.93º | 0.38% | 1% | - |
| XYZ | 56.29 | 45.08 | 100.34 | - |
| YUV | 184.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 255 | 0.18 | 0.38 | 0 | 0 | 270.93 | 1 | 0.81 |
| Hex | D0 | 9E | FF | 12 | 26 | 0 | 0 | 10F | 64 | 51 |
| Octal | 320 | 236 | 377 | 22 | 46 | 0 | 0 | 417 | 144 | 121 |
| Binary | 11010000 | 10011110 | 11111111 | 10010 | 100110 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #D09EFF
Complementary color
Monochromatic Colors of #D09EFF
Black with #D09EFF
Text Example
Text Example
White with #D09EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EFF; }
p { color: rgb(208,158,255); }
H1.HeaderClassName
{
color: #D09EFF;
}
.AnyTagClassName
{
color: #D09EFF;
}
</style>
background-color css
<style>
a { background-color: #D09EFF; }
a { background-color: rgb(208,158,255); }
div.DivClassName
{
background-color: #D09EFF;
}
.BgClassName
{
background-color: #D09EFF;
}
</style>
border-color css
<style>
span { border-color: #D09EFF; }
span { border-color: rgb(208,158,255); }
td.TdClassName
{
border-color: #D09EFF;
}
.TagClassName
{
border-color: #D09EFF;
}
</style>