Shades of Violet #DB8AE8
Tints of Violet #DB8AE8
RGB
CMYK
RGB Variations
Color information
#DB8AE8 (or 0xDB8AE8) is known color: Violet. HEX triplet: DB, 8A and E8. RGB value is (219,138,232). Sum of RGB (Red+Green+Blue) = 219+138+232=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB8AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AE8 is #247517. Grayscale: #ACACAC. Windows color (decimal): -2389272 or 15239899. OLE color: 15239899.
HSL color Cylindrical-coordinate representation of color #DB8AE8: hue angle of 291.7º degrees, saturation: 0.67, 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 #DB8AE8 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 138 | 232 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.09 |
| HSL | 291.7º | 0.67% | 0.73% | - |
| HSV(B) | 291.7º | 0.41% | 0.91% | - |
| XYZ | 52.87 | 39.06 | 81.1 | - |
| YUV | 172.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 232 | 0.06 | 0.41 | 0 | 0.09 | 291.7 | 0.67 | 0.73 |
| Hex | DB | 8A | E8 | 6 | 29 | 0 | 9 | 124 | 43 | 49 |
| Octal | 333 | 212 | 350 | 6 | 51 | 0 | 11 | 444 | 103 | 111 |
| Binary | 11011011 | 10001010 | 11101000 | 110 | 101001 | 0 | 1001 | 100100100 | 1000011 | 1001001 |
Color Harmonies of #DB8AE8
Complementary color
Monochromatic Colors of #DB8AE8
Black with #DB8AE8
Text Example
Text Example
White with #DB8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AE8; }
p { color: rgb(219,138,232); }
H1.HeaderClassName
{
color: #DB8AE8;
}
.AnyTagClassName
{
color: #DB8AE8;
}
</style>
background-color css
<style>
a { background-color: #DB8AE8; }
a { background-color: rgb(219,138,232); }
div.DivClassName
{
background-color: #DB8AE8;
}
.BgClassName
{
background-color: #DB8AE8;
}
</style>
border-color css
<style>
span { border-color: #DB8AE8; }
span { border-color: rgb(219,138,232); }
td.TdClassName
{
border-color: #DB8AE8;
}
.TagClassName
{
border-color: #DB8AE8;
}
</style>