Shades of Dark Violet #8C15CE
Tints of Dark Violet #8C15CE
RGB
CMYK
RGB Variations
Color information
#8C15CE (or 0x8C15CE) is known color: Dark Violet. HEX triplet: 8C, 15 and CE. RGB value is (140,21,206). Sum of RGB (Red+Green+Blue) = 140+21+206=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15CE is #73EA31. Grayscale: #4D4D4D. Windows color (decimal): -7596594 or 13505932. OLE color: 13505932.
HSL color Cylindrical-coordinate representation of color #8C15CE: hue angle of 278.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C15CE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 21 | 206 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.19 |
| HSL | 278.59º | 0.81% | 0.45% | - |
| HSV(B) | 278.59º | 0.9% | 0.81% | - |
| XYZ | 22.22 | 10.57 | 59.26 | - |
| YUV | 77.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 206 | 0.32 | 0.90 | 0 | 0.19 | 278.59 | 0.81 | 0.45 |
| Hex | 8C | 15 | CE | 20 | 5A | 0 | 13 | 117 | 51 | 2D |
| Octal | 214 | 25 | 316 | 40 | 132 | 0 | 23 | 427 | 121 | 55 |
| Binary | 10001100 | 10101 | 11001110 | 100000 | 1011010 | 0 | 10011 | 100010111 | 1010001 | 101101 |
Color Harmonies of #8C15CE
Complementary color
Monochromatic Colors of #8C15CE
Black with #8C15CE
Text Example
Text Example
White with #8C15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15CE; }
p { color: rgb(140,21,206); }
H1.HeaderClassName
{
color: #8C15CE;
}
.AnyTagClassName
{
color: #8C15CE;
}
</style>
background-color css
<style>
a { background-color: #8C15CE; }
a { background-color: rgb(140,21,206); }
div.DivClassName
{
background-color: #8C15CE;
}
.BgClassName
{
background-color: #8C15CE;
}
</style>
border-color css
<style>
span { border-color: #8C15CE; }
span { border-color: rgb(140,21,206); }
td.TdClassName
{
border-color: #8C15CE;
}
.TagClassName
{
border-color: #8C15CE;
}
</style>