Shades of Mauve #D39BFB
Tints of Mauve #D39BFB
RGB
CMYK
RGB Variations
Color information
#D39BFB (or 0xD39BFB) is known color: Mauve. HEX triplet: D3, 9B and FB. RGB value is (211,155,251). Sum of RGB (Red+Green+Blue) = 211+155+251=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D39BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BFB is #2C6404. Grayscale: #B6B6B6. Windows color (decimal): -2909189 or 16489427. OLE color: 16489427.
HSL color Cylindrical-coordinate representation of color #D39BFB: hue angle of 275º 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 #D39BFB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 155 | 251 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.02 |
| HSL | 275º | 0.92% | 0.8% | - |
| HSV(B) | 275º | 0.38% | 0.98% | - |
| XYZ | 56 | 44.26 | 96.86 | - |
| YUV | 182.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 251 | 0.16 | 0.38 | 0 | 0.02 | 275 | 0.92 | 0.8 |
| Hex | D3 | 9B | FB | 10 | 26 | 0 | 2 | 113 | 5C | 50 |
| Octal | 323 | 233 | 373 | 20 | 46 | 0 | 2 | 423 | 134 | 120 |
| Binary | 11010011 | 10011011 | 11111011 | 10000 | 100110 | 0 | 10 | 100010011 | 1011100 | 1010000 |
Color Harmonies of #D39BFB
Complementary color
Monochromatic Colors of #D39BFB
Black with #D39BFB
Text Example
Text Example
White with #D39BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BFB; }
p { color: rgb(211,155,251); }
H1.HeaderClassName
{
color: #D39BFB;
}
.AnyTagClassName
{
color: #D39BFB;
}
</style>
background-color css
<style>
a { background-color: #D39BFB; }
a { background-color: rgb(211,155,251); }
div.DivClassName
{
background-color: #D39BFB;
}
.BgClassName
{
background-color: #D39BFB;
}
</style>
border-color css
<style>
span { border-color: #D39BFB; }
span { border-color: rgb(211,155,251); }
td.TdClassName
{
border-color: #D39BFB;
}
.TagClassName
{
border-color: #D39BFB;
}
</style>