Shades of Violet #DB8CE9
Tints of Violet #DB8CE9
RGB
CMYK
RGB Variations
Color information
#DB8CE9 (or 0xDB8CE9) is known color: Violet. HEX triplet: DB, 8C and E9. RGB value is (219,140,233). Sum of RGB (Red+Green+Blue) = 219+140+233=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB8CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CE9 is #247316. Grayscale: #ADADAD. Windows color (decimal): -2388759 or 15305947. OLE color: 15305947.
HSL color Cylindrical-coordinate representation of color #DB8CE9: hue angle of 290.97º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8CE9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 140 | 233 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.09 |
| HSL | 290.97º | 0.68% | 0.73% | - |
| HSV(B) | 290.97º | 0.4% | 0.91% | - |
| XYZ | 53.3 | 39.7 | 81.94 | - |
| YUV | 174.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 233 | 0.06 | 0.40 | 0 | 0.09 | 290.97 | 0.68 | 0.73 |
| Hex | DB | 8C | E9 | 6 | 28 | 0 | 9 | 123 | 44 | 49 |
| Octal | 333 | 214 | 351 | 6 | 50 | 0 | 11 | 443 | 104 | 111 |
| Binary | 11011011 | 10001100 | 11101001 | 110 | 101000 | 0 | 1001 | 100100011 | 1000100 | 1001001 |
Color Harmonies of #DB8CE9
Complementary color
Monochromatic Colors of #DB8CE9
Black with #DB8CE9
Text Example
Text Example
White with #DB8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CE9; }
p { color: rgb(219,140,233); }
H1.HeaderClassName
{
color: #DB8CE9;
}
.AnyTagClassName
{
color: #DB8CE9;
}
</style>
background-color css
<style>
a { background-color: #DB8CE9; }
a { background-color: rgb(219,140,233); }
div.DivClassName
{
background-color: #DB8CE9;
}
.BgClassName
{
background-color: #DB8CE9;
}
</style>
border-color css
<style>
span { border-color: #DB8CE9; }
span { border-color: rgb(219,140,233); }
td.TdClassName
{
border-color: #DB8CE9;
}
.TagClassName
{
border-color: #DB8CE9;
}
</style>