Shades of Blue Violet #8E2FDB
Tints of Blue Violet #8E2FDB
RGB
CMYK
RGB Variations
Color information
#8E2FDB (or 0x8E2FDB) is known color: Blue Violet. HEX triplet: 8E, 2F and DB. RGB value is (142,47,219). Sum of RGB (Red+Green+Blue) = 142+47+219=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FDB is #71D024. Grayscale: #5E5E5E. Windows color (decimal): -7458853 or 14364558. OLE color: 14364558.
HSL color Cylindrical-coordinate representation of color #8E2FDB: hue angle of 273.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2FDB is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 47 | 219 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.14 |
| HSL | 273.14º | 0.7% | 0.52% | - |
| HSV(B) | 273.14º | 0.79% | 0.86% | - |
| XYZ | 24.96 | 12.9 | 68.19 | - |
| YUV | 95.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 219 | 0.35 | 0.79 | 0 | 0.14 | 273.14 | 0.7 | 0.52 |
| Hex | 8E | 2F | DB | 23 | 4F | 0 | E | 111 | 46 | 34 |
| Octal | 216 | 57 | 333 | 43 | 117 | 0 | 16 | 421 | 106 | 64 |
| Binary | 10001110 | 101111 | 11011011 | 100011 | 1001111 | 0 | 1110 | 100010001 | 1000110 | 110100 |
Color Harmonies of #8E2FDB
Complementary color
Monochromatic Colors of #8E2FDB
Black with #8E2FDB
Text Example
Text Example
White with #8E2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2FDB; }
p { color: rgb(142,47,219); }
H1.HeaderClassName
{
color: #8E2FDB;
}
.AnyTagClassName
{
color: #8E2FDB;
}
</style>
background-color css
<style>
a { background-color: #8E2FDB; }
a { background-color: rgb(142,47,219); }
div.DivClassName
{
background-color: #8E2FDB;
}
.BgClassName
{
background-color: #8E2FDB;
}
</style>
border-color css
<style>
span { border-color: #8E2FDB; }
span { border-color: rgb(142,47,219); }
td.TdClassName
{
border-color: #8E2FDB;
}
.TagClassName
{
border-color: #8E2FDB;
}
</style>