Shades of Violet #DB8DE9
Tints of Violet #DB8DE9
RGB
CMYK
RGB Variations
Color information
#DB8DE9 (or 0xDB8DE9) is known color: Violet. HEX triplet: DB, 8D and E9. RGB value is (219,141,233). Sum of RGB (Red+Green+Blue) = 219+141+233=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB8DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DE9 is #247216. Grayscale: #AEAEAE. Windows color (decimal): -2388503 or 15306203. OLE color: 15306203.
HSL color Cylindrical-coordinate representation of color #DB8DE9: hue angle of 290.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8DE9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 141 | 233 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.09 |
| HSL | 290.87º | 0.68% | 0.73% | - |
| HSV(B) | 290.87º | 0.39% | 0.91% | - |
| XYZ | 53.45 | 39.99 | 81.99 | - |
| YUV | 174.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 233 | 0.06 | 0.39 | 0 | 0.09 | 290.87 | 0.68 | 0.73 |
| Hex | DB | 8D | E9 | 6 | 27 | 0 | 9 | 123 | 44 | 49 |
| Octal | 333 | 215 | 351 | 6 | 47 | 0 | 11 | 443 | 104 | 111 |
| Binary | 11011011 | 10001101 | 11101001 | 110 | 100111 | 0 | 1001 | 100100011 | 1000100 | 1001001 |
Color Harmonies of #DB8DE9
Complementary color
Monochromatic Colors of #DB8DE9
Black with #DB8DE9
Text Example
Text Example
White with #DB8DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DE9; }
p { color: rgb(219,141,233); }
H1.HeaderClassName
{
color: #DB8DE9;
}
.AnyTagClassName
{
color: #DB8DE9;
}
</style>
background-color css
<style>
a { background-color: #DB8DE9; }
a { background-color: rgb(219,141,233); }
div.DivClassName
{
background-color: #DB8DE9;
}
.BgClassName
{
background-color: #DB8DE9;
}
</style>
border-color css
<style>
span { border-color: #DB8DE9; }
span { border-color: rgb(219,141,233); }
td.TdClassName
{
border-color: #DB8DE9;
}
.TagClassName
{
border-color: #DB8DE9;
}
</style>