Shades of Violet #DB89EC
Tints of Violet #DB89EC
RGB
CMYK
RGB Variations
Color information
#DB89EC (or 0xDB89EC) is known color: Violet. HEX triplet: DB, 89 and EC. RGB value is (219,137,236). Sum of RGB (Red+Green+Blue) = 219+137+236=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89EC is #247613. Grayscale: #ACACAC. Windows color (decimal): -2389524 or 15501787. OLE color: 15501787.
HSL color Cylindrical-coordinate representation of color #DB89EC: hue angle of 289.7º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB89EC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 137 | 236 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.07 |
| HSL | 289.7º | 0.72% | 0.73% | - |
| HSV(B) | 289.7º | 0.42% | 0.93% | - |
| XYZ | 53.3 | 39.01 | 84.08 | - |
| YUV | 172.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 236 | 0.07 | 0.42 | 0 | 0.07 | 289.7 | 0.72 | 0.73 |
| Hex | DB | 89 | EC | 7 | 2A | 0 | 7 | 122 | 48 | 49 |
| Octal | 333 | 211 | 354 | 7 | 52 | 0 | 7 | 442 | 110 | 111 |
| Binary | 11011011 | 10001001 | 11101100 | 111 | 101010 | 0 | 111 | 100100010 | 1001000 | 1001001 |
Color Harmonies of #DB89EC
Complementary color
Monochromatic Colors of #DB89EC
Black with #DB89EC
Text Example
Text Example
White with #DB89EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89EC; }
p { color: rgb(219,137,236); }
H1.HeaderClassName
{
color: #DB89EC;
}
.AnyTagClassName
{
color: #DB89EC;
}
</style>
background-color css
<style>
a { background-color: #DB89EC; }
a { background-color: rgb(219,137,236); }
div.DivClassName
{
background-color: #DB89EC;
}
.BgClassName
{
background-color: #DB89EC;
}
</style>
border-color css
<style>
span { border-color: #DB89EC; }
span { border-color: rgb(219,137,236); }
td.TdClassName
{
border-color: #DB89EC;
}
.TagClassName
{
border-color: #DB89EC;
}
</style>