Shades of Dark Violet #8E05C2
Tints of Dark Violet #8E05C2
RGB
CMYK
RGB Variations
Color information
#8E05C2 (or 0x8E05C2) is known color: Dark Violet. HEX triplet: 8E, 05 and C2. RGB value is (142,5,194). Sum of RGB (Red+Green+Blue) = 142+5+194=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E05C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05C2 is #71FA3D. Grayscale: #424242. Windows color (decimal): -7469630 or 12715406. OLE color: 12715406.
HSL color Cylindrical-coordinate representation of color #8E05C2: hue angle of 283.49º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E05C2 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 5 | 194 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.24 |
| HSL | 283.49º | 0.95% | 0.39% | - |
| HSV(B) | 283.49º | 0.97% | 0.76% | - |
| XYZ | 20.95 | 9.75 | 51.82 | - |
| YUV | 67.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 194 | 0.27 | 0.97 | 0 | 0.24 | 283.49 | 0.95 | 0.39 |
| Hex | 8E | 5 | C2 | 1B | 61 | 0 | 18 | 11B | 5F | 27 |
| Octal | 216 | 5 | 302 | 33 | 141 | 0 | 30 | 433 | 137 | 47 |
| Binary | 10001110 | 101 | 11000010 | 11011 | 1100001 | 0 | 11000 | 100011011 | 1011111 | 100111 |
Color Harmonies of #8E05C2
Complementary color
Monochromatic Colors of #8E05C2
Black with #8E05C2
Text Example
Text Example
White with #8E05C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E05C2; }
p { color: rgb(142,5,194); }
H1.HeaderClassName
{
color: #8E05C2;
}
.AnyTagClassName
{
color: #8E05C2;
}
</style>
background-color css
<style>
a { background-color: #8E05C2; }
a { background-color: rgb(142,5,194); }
div.DivClassName
{
background-color: #8E05C2;
}
.BgClassName
{
background-color: #8E05C2;
}
</style>
border-color css
<style>
span { border-color: #8E05C2; }
span { border-color: rgb(142,5,194); }
td.TdClassName
{
border-color: #8E05C2;
}
.TagClassName
{
border-color: #8E05C2;
}
</style>