Shades of Violet #DB8AE9
Tints of Violet #DB8AE9
RGB
CMYK
RGB Variations
Color information
#DB8AE9 (or 0xDB8AE9) is known color: Violet. HEX triplet: DB, 8A and E9. RGB value is (219,138,233). Sum of RGB (Red+Green+Blue) = 219+138+233=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB8AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AE9 is #247516. Grayscale: #ACACAC. Windows color (decimal): -2389271 or 15305435. OLE color: 15305435.
HSL color Cylindrical-coordinate representation of color #DB8AE9: hue angle of 291.16º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8AE9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 138 | 233 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.09 |
| HSL | 291.16º | 0.68% | 0.73% | - |
| HSV(B) | 291.16º | 0.41% | 0.91% | - |
| XYZ | 53.01 | 39.12 | 81.85 | - |
| YUV | 173.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 233 | 0.06 | 0.41 | 0 | 0.09 | 291.16 | 0.68 | 0.73 |
| Hex | DB | 8A | E9 | 6 | 29 | 0 | 9 | 123 | 44 | 49 |
| Octal | 333 | 212 | 351 | 6 | 51 | 0 | 11 | 443 | 104 | 111 |
| Binary | 11011011 | 10001010 | 11101001 | 110 | 101001 | 0 | 1001 | 100100011 | 1000100 | 1001001 |
Color Harmonies of #DB8AE9
Complementary color
Monochromatic Colors of #DB8AE9
Black with #DB8AE9
Text Example
Text Example
White with #DB8AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AE9; }
p { color: rgb(219,138,233); }
H1.HeaderClassName
{
color: #DB8AE9;
}
.AnyTagClassName
{
color: #DB8AE9;
}
</style>
background-color css
<style>
a { background-color: #DB8AE9; }
a { background-color: rgb(219,138,233); }
div.DivClassName
{
background-color: #DB8AE9;
}
.BgClassName
{
background-color: #DB8AE9;
}
</style>
border-color css
<style>
span { border-color: #DB8AE9; }
span { border-color: rgb(219,138,233); }
td.TdClassName
{
border-color: #DB8AE9;
}
.TagClassName
{
border-color: #DB8AE9;
}
</style>