Shades of Mauve #D09FFF
Tints of Mauve #D09FFF
RGB
CMYK
RGB Variations
Color information
#D09FFF (or 0xD09FFF) is known color: Mauve. HEX triplet: D0, 9F and FF. RGB value is (208,159,255). Sum of RGB (Red+Green+Blue) = 208+159+255=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFF is #2F6000. Grayscale: #B8B8B8. Windows color (decimal): -3104769 or 16752592. OLE color: 16752592.
HSL color Cylindrical-coordinate representation of color #D09FFF: hue angle of 270.62º 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 #D09FFF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 159 | 255 | - |
| CMYK | 0.18 | 0.38 | 0 | 0 |
| HSL | 270.63º | 1% | 0.81% | - |
| HSV(B) | 270.63º | 0.38% | 1% | - |
| XYZ | 56.46 | 45.43 | 100.4 | - |
| YUV | 184.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 255 | 0.18 | 0.38 | 0 | 0 | 270.63 | 1 | 0.81 |
| Hex | D0 | 9F | FF | 12 | 26 | 0 | 0 | 10F | 64 | 51 |
| Octal | 320 | 237 | 377 | 22 | 46 | 0 | 0 | 417 | 144 | 121 |
| Binary | 11010000 | 10011111 | 11111111 | 10010 | 100110 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #D09FFF
Complementary color
Monochromatic Colors of #D09FFF
Black with #D09FFF
Text Example
Text Example
White with #D09FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFF; }
p { color: rgb(208,159,255); }
H1.HeaderClassName
{
color: #D09FFF;
}
.AnyTagClassName
{
color: #D09FFF;
}
</style>
background-color css
<style>
a { background-color: #D09FFF; }
a { background-color: rgb(208,159,255); }
div.DivClassName
{
background-color: #D09FFF;
}
.BgClassName
{
background-color: #D09FFF;
}
</style>
border-color css
<style>
span { border-color: #D09FFF; }
span { border-color: rgb(208,159,255); }
td.TdClassName
{
border-color: #D09FFF;
}
.TagClassName
{
border-color: #D09FFF;
}
</style>