Shades of Blue Violet #8E29DB
Tints of Blue Violet #8E29DB
RGB
CMYK
RGB Variations
Color information
#8E29DB (or 0x8E29DB) is known color: Blue Violet. HEX triplet: 8E, 29 and DB. RGB value is (142,41,219). Sum of RGB (Red+Green+Blue) = 142+41+219=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E29DB is #71D624. Grayscale: #5A5A5A. Windows color (decimal): -7460389 or 14363022. OLE color: 14363022.
HSL color Cylindrical-coordinate representation of color #8E29DB: hue angle of 274.04º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E29DB is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 41 | 219 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.14 |
| HSL | 274.05º | 0.71% | 0.51% | - |
| HSV(B) | 274.05º | 0.81% | 0.86% | - |
| XYZ | 24.73 | 12.45 | 68.12 | - |
| YUV | 91.49 | 199.96 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 219 | 0.35 | 0.81 | 0 | 0.14 | 274.05 | 0.71 | 0.51 |
| Hex | 8E | 29 | DB | 23 | 51 | 0 | E | 112 | 47 | 33 |
| Octal | 216 | 51 | 333 | 43 | 121 | 0 | 16 | 422 | 107 | 63 |
| Binary | 10001110 | 101001 | 11011011 | 100011 | 1010001 | 0 | 1110 | 100010010 | 1000111 | 110011 |
Color Harmonies of #8E29DB
Complementary color
Monochromatic Colors of #8E29DB
Black with #8E29DB
Text Example
Text Example
White with #8E29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E29DB; }
p { color: rgb(142,41,219); }
H1.HeaderClassName
{
color: #8E29DB;
}
.AnyTagClassName
{
color: #8E29DB;
}
</style>
background-color css
<style>
a { background-color: #8E29DB; }
a { background-color: rgb(142,41,219); }
div.DivClassName
{
background-color: #8E29DB;
}
.BgClassName
{
background-color: #8E29DB;
}
</style>
border-color css
<style>
span { border-color: #8E29DB; }
span { border-color: rgb(142,41,219); }
td.TdClassName
{
border-color: #8E29DB;
}
.TagClassName
{
border-color: #8E29DB;
}
</style>