Shades of Dark Violet #8C01ED
Tints of Dark Violet #8C01ED
RGB
CMYK
RGB Variations
Color information
#8C01ED (or 0x8C01ED) is known color: Dark Violet. HEX triplet: 8C, 01 and ED. RGB value is (140,1,237). Sum of RGB (Red+Green+Blue) = 140+1+237=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01ED is #73FE12. Grayscale: #444444. Windows color (decimal): -7601683 or 15532428. OLE color: 15532428.
HSL color Cylindrical-coordinate representation of color #8C01ED: hue angle of 275.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01ED is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 1 | 237 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.07 |
| HSL | 275.34º | 0.99% | 0.47% | - |
| HSV(B) | 275.34º | 1% | 0.93% | - |
| XYZ | 26.11 | 11.71 | 81.01 | - |
| YUV | 69.47 | 222.55 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 237 | 0.41 | 1.00 | 0 | 0.07 | 275.34 | 0.99 | 0.47 |
| Hex | 8C | 1 | ED | 29 | 64 | 0 | 7 | 113 | 63 | 2F |
| Octal | 214 | 1 | 355 | 51 | 144 | 0 | 7 | 423 | 143 | 57 |
| Binary | 10001100 | 1 | 11101101 | 101001 | 1100100 | 0 | 111 | 100010011 | 1100011 | 101111 |
Color Harmonies of #8C01ED
Complementary color
Monochromatic Colors of #8C01ED
Black with #8C01ED
Text Example
Text Example
White with #8C01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01ED; }
p { color: rgb(140,1,237); }
H1.HeaderClassName
{
color: #8C01ED;
}
.AnyTagClassName
{
color: #8C01ED;
}
</style>
background-color css
<style>
a { background-color: #8C01ED; }
a { background-color: rgb(140,1,237); }
div.DivClassName
{
background-color: #8C01ED;
}
.BgClassName
{
background-color: #8C01ED;
}
</style>
border-color css
<style>
span { border-color: #8C01ED; }
span { border-color: rgb(140,1,237); }
td.TdClassName
{
border-color: #8C01ED;
}
.TagClassName
{
border-color: #8C01ED;
}
</style>