Shades of Violet #DB8BE9
Tints of Violet #DB8BE9
RGB
CMYK
RGB Variations
Color information
#DB8BE9 (or 0xDB8BE9) is known color: Violet. HEX triplet: DB, 8B and E9. RGB value is (219,139,233). Sum of RGB (Red+Green+Blue) = 219+139+233=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB8BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BE9 is #247416. Grayscale: #ADADAD. Windows color (decimal): -2389015 or 15305691. OLE color: 15305691.
HSL color Cylindrical-coordinate representation of color #DB8BE9: hue angle of 291.06º 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 #DB8BE9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 139 | 233 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.09 |
| HSL | 291.06º | 0.68% | 0.73% | - |
| HSV(B) | 291.06º | 0.4% | 0.91% | - |
| XYZ | 53.15 | 39.41 | 81.9 | - |
| YUV | 173.64 | 161.5 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 233 | 0.06 | 0.40 | 0 | 0.09 | 291.06 | 0.68 | 0.73 |
| Hex | DB | 8B | E9 | 6 | 28 | 0 | 9 | 123 | 44 | 49 |
| Octal | 333 | 213 | 351 | 6 | 50 | 0 | 11 | 443 | 104 | 111 |
| Binary | 11011011 | 10001011 | 11101001 | 110 | 101000 | 0 | 1001 | 100100011 | 1000100 | 1001001 |
Color Harmonies of #DB8BE9
Complementary color
Monochromatic Colors of #DB8BE9
Black with #DB8BE9
Text Example
Text Example
White with #DB8BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BE9; }
p { color: rgb(219,139,233); }
H1.HeaderClassName
{
color: #DB8BE9;
}
.AnyTagClassName
{
color: #DB8BE9;
}
</style>
background-color css
<style>
a { background-color: #DB8BE9; }
a { background-color: rgb(219,139,233); }
div.DivClassName
{
background-color: #DB8BE9;
}
.BgClassName
{
background-color: #DB8BE9;
}
</style>
border-color css
<style>
span { border-color: #DB8BE9; }
span { border-color: rgb(219,139,233); }
td.TdClassName
{
border-color: #DB8BE9;
}
.TagClassName
{
border-color: #DB8BE9;
}
</style>