Shades of Mauve #DB9BF9
Tints of Mauve #DB9BF9
RGB
CMYK
RGB Variations
Color information
#DB9BF9 (or 0xDB9BF9) is known color: Mauve. HEX triplet: DB, 9B and F9. RGB value is (219,155,249). Sum of RGB (Red+Green+Blue) = 219+155+249=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB9BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BF9 is #246406. Grayscale: #B8B8B8. Windows color (decimal): -2384903 or 16358363. OLE color: 16358363.
HSL color Cylindrical-coordinate representation of color #DB9BF9: hue angle of 280.85º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9BF9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 155 | 249 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.02 |
| HSL | 280.85º | 0.89% | 0.79% | - |
| HSV(B) | 280.85º | 0.38% | 0.98% | - |
| XYZ | 58.03 | 45.34 | 95.32 | - |
| YUV | 184.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 249 | 0.12 | 0.38 | 0 | 0.02 | 280.85 | 0.89 | 0.79 |
| Hex | DB | 9B | F9 | C | 26 | 0 | 2 | 119 | 59 | 4F |
| Octal | 333 | 233 | 371 | 14 | 46 | 0 | 2 | 431 | 131 | 117 |
| Binary | 11011011 | 10011011 | 11111001 | 1100 | 100110 | 0 | 10 | 100011001 | 1011001 | 1001111 |
Color Harmonies of #DB9BF9
Complementary color
Monochromatic Colors of #DB9BF9
Black with #DB9BF9
Text Example
Text Example
White with #DB9BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BF9; }
p { color: rgb(219,155,249); }
H1.HeaderClassName
{
color: #DB9BF9;
}
.AnyTagClassName
{
color: #DB9BF9;
}
</style>
background-color css
<style>
a { background-color: #DB9BF9; }
a { background-color: rgb(219,155,249); }
div.DivClassName
{
background-color: #DB9BF9;
}
.BgClassName
{
background-color: #DB9BF9;
}
</style>
border-color css
<style>
span { border-color: #DB9BF9; }
span { border-color: rgb(219,155,249); }
td.TdClassName
{
border-color: #DB9BF9;
}
.TagClassName
{
border-color: #DB9BF9;
}
</style>