Shades of Dark Violet #8E15CA
Tints of Dark Violet #8E15CA
RGB
CMYK
RGB Variations
Color information
#8E15CA (or 0x8E15CA) is known color: Dark Violet. HEX triplet: 8E, 15 and CA. RGB value is (142,21,202). Sum of RGB (Red+Green+Blue) = 142+21+202=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E15CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E15CA is #71EA35. Grayscale: #4D4D4D. Windows color (decimal): -7465526 or 13243790. OLE color: 13243790.
HSL color Cylindrical-coordinate representation of color #8E15CA: hue angle of 280.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E15CA is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 21 | 202 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.21 |
| HSL | 280.11º | 0.81% | 0.44% | - |
| HSV(B) | 280.11º | 0.9% | 0.79% | - |
| XYZ | 22.08 | 10.55 | 56.75 | - |
| YUV | 77.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 202 | 0.30 | 0.90 | 0 | 0.21 | 280.11 | 0.81 | 0.44 |
| Hex | 8E | 15 | CA | 1E | 5A | 0 | 15 | 118 | 51 | 2C |
| Octal | 216 | 25 | 312 | 36 | 132 | 0 | 25 | 430 | 121 | 54 |
| Binary | 10001110 | 10101 | 11001010 | 11110 | 1011010 | 0 | 10101 | 100011000 | 1010001 | 101100 |
Color Harmonies of #8E15CA
Complementary color
Monochromatic Colors of #8E15CA
Black with #8E15CA
Text Example
Text Example
White with #8E15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E15CA; }
p { color: rgb(142,21,202); }
H1.HeaderClassName
{
color: #8E15CA;
}
.AnyTagClassName
{
color: #8E15CA;
}
</style>
background-color css
<style>
a { background-color: #8E15CA; }
a { background-color: rgb(142,21,202); }
div.DivClassName
{
background-color: #8E15CA;
}
.BgClassName
{
background-color: #8E15CA;
}
</style>
border-color css
<style>
span { border-color: #8E15CA; }
span { border-color: rgb(142,21,202); }
td.TdClassName
{
border-color: #8E15CA;
}
.TagClassName
{
border-color: #8E15CA;
}
</style>