Shades of Blue Violet #8E20DB
Tints of Blue Violet #8E20DB
RGB
CMYK
RGB Variations
Color information
#8E20DB (or 0x8E20DB) is known color: Blue Violet. HEX triplet: 8E, 20 and DB. RGB value is (142,32,219). Sum of RGB (Red+Green+Blue) = 142+32+219=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E20DB is #71DF24. Grayscale: #555555. Windows color (decimal): -7462693 or 14360718. OLE color: 14360718.
HSL color Cylindrical-coordinate representation of color #8E20DB: hue angle of 275.29º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E20DB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 32 | 219 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.14 |
| HSL | 275.29º | 0.75% | 0.49% | - |
| HSV(B) | 275.29º | 0.85% | 0.86% | - |
| XYZ | 24.46 | 11.9 | 68.03 | - |
| YUV | 86.21 | 202.94 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 219 | 0.35 | 0.85 | 0 | 0.14 | 275.29 | 0.75 | 0.49 |
| Hex | 8E | 20 | DB | 23 | 55 | 0 | E | 113 | 4B | 31 |
| Octal | 216 | 40 | 333 | 43 | 125 | 0 | 16 | 423 | 113 | 61 |
| Binary | 10001110 | 100000 | 11011011 | 100011 | 1010101 | 0 | 1110 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8E20DB
Complementary color
Monochromatic Colors of #8E20DB
Black with #8E20DB
Text Example
Text Example
White with #8E20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E20DB; }
p { color: rgb(142,32,219); }
H1.HeaderClassName
{
color: #8E20DB;
}
.AnyTagClassName
{
color: #8E20DB;
}
</style>
background-color css
<style>
a { background-color: #8E20DB; }
a { background-color: rgb(142,32,219); }
div.DivClassName
{
background-color: #8E20DB;
}
.BgClassName
{
background-color: #8E20DB;
}
</style>
border-color css
<style>
span { border-color: #8E20DB; }
span { border-color: rgb(142,32,219); }
td.TdClassName
{
border-color: #8E20DB;
}
.TagClassName
{
border-color: #8E20DB;
}
</style>