Shades of Blue Violet #8E26DB
Tints of Blue Violet #8E26DB
RGB
CMYK
RGB Variations
Color information
#8E26DB (or 0x8E26DB) is known color: Blue Violet. HEX triplet: 8E, 26 and DB. RGB value is (142,38,219). Sum of RGB (Red+Green+Blue) = 142+38+219=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E26DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26DB is #71D924. Grayscale: #595959. Windows color (decimal): -7461157 or 14362254. OLE color: 14362254.
HSL color Cylindrical-coordinate representation of color #8E26DB: hue angle of 274.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E26DB is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 38 | 219 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.14 |
| HSL | 274.48º | 0.72% | 0.5% | - |
| HSV(B) | 274.48º | 0.83% | 0.86% | - |
| XYZ | 24.63 | 12.25 | 68.08 | - |
| YUV | 89.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 219 | 0.35 | 0.83 | 0 | 0.14 | 274.48 | 0.72 | 0.5 |
| Hex | 8E | 26 | DB | 23 | 53 | 0 | E | 112 | 48 | 32 |
| Octal | 216 | 46 | 333 | 43 | 123 | 0 | 16 | 422 | 110 | 62 |
| Binary | 10001110 | 100110 | 11011011 | 100011 | 1010011 | 0 | 1110 | 100010010 | 1001000 | 110010 |
Color Harmonies of #8E26DB
Complementary color
Monochromatic Colors of #8E26DB
Black with #8E26DB
Text Example
Text Example
White with #8E26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E26DB; }
p { color: rgb(142,38,219); }
H1.HeaderClassName
{
color: #8E26DB;
}
.AnyTagClassName
{
color: #8E26DB;
}
</style>
background-color css
<style>
a { background-color: #8E26DB; }
a { background-color: rgb(142,38,219); }
div.DivClassName
{
background-color: #8E26DB;
}
.BgClassName
{
background-color: #8E26DB;
}
</style>
border-color css
<style>
span { border-color: #8E26DB; }
span { border-color: rgb(142,38,219); }
td.TdClassName
{
border-color: #8E26DB;
}
.TagClassName
{
border-color: #8E26DB;
}
</style>