Shades of Mauve #D09AFF
Tints of Mauve #D09AFF
RGB
CMYK
RGB Variations
Color information
#D09AFF (or 0xD09AFF) is known color: Mauve. HEX triplet: D0, 9A and FF. RGB value is (208,154,255). Sum of RGB (Red+Green+Blue) = 208+154+255=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AFF is #2F6500. Grayscale: #B5B5B5. Windows color (decimal): -3106049 or 16751312. OLE color: 16751312.
HSL color Cylindrical-coordinate representation of color #D09AFF: hue angle of 272.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D09AFF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 154 | 255 | - |
| CMYK | 0.18 | 0.40 | 0 | 0 |
| HSL | 272.08º | 1% | 0.8% | - |
| HSV(B) | 272.08º | 0.4% | 1% | - |
| XYZ | 55.62 | 43.74 | 100.12 | - |
| YUV | 181.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 255 | 0.18 | 0.40 | 0 | 0 | 272.08 | 1 | 0.8 |
| Hex | D0 | 9A | FF | 12 | 28 | 0 | 0 | 110 | 64 | 50 |
| Octal | 320 | 232 | 377 | 22 | 50 | 0 | 0 | 420 | 144 | 120 |
| Binary | 11010000 | 10011010 | 11111111 | 10010 | 101000 | 0 | 0 | 100010000 | 1100100 | 1010000 |
Color Harmonies of #D09AFF
Complementary color
Monochromatic Colors of #D09AFF
Black with #D09AFF
Text Example
Text Example
White with #D09AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AFF; }
p { color: rgb(208,154,255); }
H1.HeaderClassName
{
color: #D09AFF;
}
.AnyTagClassName
{
color: #D09AFF;
}
</style>
background-color css
<style>
a { background-color: #D09AFF; }
a { background-color: rgb(208,154,255); }
div.DivClassName
{
background-color: #D09AFF;
}
.BgClassName
{
background-color: #D09AFF;
}
</style>
border-color css
<style>
span { border-color: #D09AFF; }
span { border-color: rgb(208,154,255); }
td.TdClassName
{
border-color: #D09AFF;
}
.TagClassName
{
border-color: #D09AFF;
}
</style>