Shades of Mauve #D09BFB
Tints of Mauve #D09BFB
RGB
CMYK
RGB Variations
Color information
#D09BFB (or 0xD09BFB) is known color: Mauve. HEX triplet: D0, 9B and FB. RGB value is (208,155,251). Sum of RGB (Red+Green+Blue) = 208+155+251=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFB is #2F6404. Grayscale: #B5B5B5. Windows color (decimal): -3105797 or 16489424. OLE color: 16489424.
HSL color Cylindrical-coordinate representation of color #D09BFB: hue angle of 273.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09BFB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 155 | 251 | - |
CMYK | 0.17 | 0.38 | 0 | 0.02 |
HSL | 273.13º | 0.92% | 0.8% | - |
HSV(B) | 273.13º | 0.38% | 0.98% | - |
XYZ | 55.15 | 43.82 | 96.82 | - |
YUV | 181.79 | 167.06 | 146.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 155 | 251 | 0.17 | 0.38 | 0 | 0.02 | 273.13 | 0.92 | 0.8 |
Hex | D0 | 9B | FB | 11 | 26 | 0 | 2 | 111 | 5C | 50 |
Octal | 320 | 233 | 373 | 21 | 46 | 0 | 2 | 421 | 134 | 120 |
Binary | 11010000 | 10011011 | 11111011 | 10001 | 100110 | 0 | 10 | 100010001 | 1011100 | 1010000 |
Color Harmonies of #D09BFB
Complementary color
Monochromatic Colors of #D09BFB
Black with #D09BFB
Text Example
Text Example
White with #D09BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BFB; }
p { color: rgb(208,155,251); }
H1.HeaderClassName
{
color: #D09BFB;
}
.AnyTagClassName
{
color: #D09BFB;
}
</style>
background-color css
<style>
a { background-color: #D09BFB; }
a { background-color: rgb(208,155,251); }
div.DivClassName
{
background-color: #D09BFB;
}
.BgClassName
{
background-color: #D09BFB;
}
</style>
border-color css
<style>
span { border-color: #D09BFB; }
span { border-color: rgb(208,155,251); }
td.TdClassName
{
border-color: #D09BFB;
}
.TagClassName
{
border-color: #D09BFB;
}
</style>