Shades of Dark Violet #8C05ED
Tints of Dark Violet #8C05ED
RGB
CMYK
RGB Variations
Color information
#8C05ED (or 0x8C05ED) is known color: Dark Violet. HEX triplet: 8C, 05 and ED. RGB value is (140,5,237). Sum of RGB (Red+Green+Blue) = 140+5+237=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C05ED is #73FA12. Grayscale: #474747. Windows color (decimal): -7600659 or 15533452. OLE color: 15533452.
HSL color Cylindrical-coordinate representation of color #8C05ED: hue angle of 274.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05ED is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 5 | 237 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.07 |
| HSL | 274.91º | 0.96% | 0.47% | - |
| HSV(B) | 274.91º | 0.98% | 0.93% | - |
| XYZ | 26.16 | 11.8 | 81.02 | - |
| YUV | 71.81 | 221.23 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 237 | 0.41 | 0.98 | 0 | 0.07 | 274.91 | 0.96 | 0.47 |
| Hex | 8C | 5 | ED | 29 | 62 | 0 | 7 | 113 | 60 | 2F |
| Octal | 214 | 5 | 355 | 51 | 142 | 0 | 7 | 423 | 140 | 57 |
| Binary | 10001100 | 101 | 11101101 | 101001 | 1100010 | 0 | 111 | 100010011 | 1100000 | 101111 |
Color Harmonies of #8C05ED
Complementary color
Monochromatic Colors of #8C05ED
Black with #8C05ED
Text Example
Text Example
White with #8C05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05ED; }
p { color: rgb(140,5,237); }
H1.HeaderClassName
{
color: #8C05ED;
}
.AnyTagClassName
{
color: #8C05ED;
}
</style>
background-color css
<style>
a { background-color: #8C05ED; }
a { background-color: rgb(140,5,237); }
div.DivClassName
{
background-color: #8C05ED;
}
.BgClassName
{
background-color: #8C05ED;
}
</style>
border-color css
<style>
span { border-color: #8C05ED; }
span { border-color: rgb(140,5,237); }
td.TdClassName
{
border-color: #8C05ED;
}
.TagClassName
{
border-color: #8C05ED;
}
</style>