Shades of Mauve #D09BF7
Tints of Mauve #D09BF7
RGB
CMYK
RGB Variations
Color information
#D09BF7 (or 0xD09BF7) is known color: Mauve. HEX triplet: D0, 9B and F7. RGB value is (208,155,247). Sum of RGB (Red+Green+Blue) = 208+155+247=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #D09BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BF7 is #2F6408. Grayscale: #B5B5B5. Windows color (decimal): -3105801 or 16227280. OLE color: 16227280.
HSL color Cylindrical-coordinate representation of color #D09BF7: hue angle of 274.57º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09BF7 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 155 | 247 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.03 |
| HSL | 274.57º | 0.85% | 0.79% | - |
| HSV(B) | 274.57º | 0.37% | 0.97% | - |
| XYZ | 54.52 | 43.57 | 93.53 | - |
| YUV | 181.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 247 | 0.16 | 0.37 | 0 | 0.03 | 274.57 | 0.85 | 0.79 |
| Hex | D0 | 9B | F7 | 10 | 25 | 0 | 3 | 113 | 55 | 4F |
| Octal | 320 | 233 | 367 | 20 | 45 | 0 | 3 | 423 | 125 | 117 |
| Binary | 11010000 | 10011011 | 11110111 | 10000 | 100101 | 0 | 11 | 100010011 | 1010101 | 1001111 |
Color Harmonies of #D09BF7
Complementary color
Monochromatic Colors of #D09BF7
Black with #D09BF7
Text Example
Text Example
White with #D09BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BF7; }
p { color: rgb(208,155,247); }
H1.HeaderClassName
{
color: #D09BF7;
}
.AnyTagClassName
{
color: #D09BF7;
}
</style>
background-color css
<style>
a { background-color: #D09BF7; }
a { background-color: rgb(208,155,247); }
div.DivClassName
{
background-color: #D09BF7;
}
.BgClassName
{
background-color: #D09BF7;
}
</style>
border-color css
<style>
span { border-color: #D09BF7; }
span { border-color: rgb(208,155,247); }
td.TdClassName
{
border-color: #D09BF7;
}
.TagClassName
{
border-color: #D09BF7;
}
</style>