Shades of Dark Violet #8C01EB
Tints of Dark Violet #8C01EB
RGB
CMYK
RGB Variations
Color information
#8C01EB (or 0x8C01EB) is known color: Dark Violet. HEX triplet: 8C, 01 and EB. RGB value is (140,1,235). Sum of RGB (Red+Green+Blue) = 140+1+235=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C01EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01EB is #73FE14. Grayscale: #444444. Windows color (decimal): -7601685 or 15401356. OLE color: 15401356.
HSL color Cylindrical-coordinate representation of color #8C01EB: hue angle of 275.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01EB is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 1 | 235 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.08 |
| HSL | 275.64º | 0.99% | 0.46% | - |
| HSV(B) | 275.64º | 1% | 0.92% | - |
| XYZ | 25.82 | 11.6 | 79.47 | - |
| YUV | 69.24 | 221.55 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 235 | 0.40 | 1.00 | 0 | 0.08 | 275.64 | 0.99 | 0.46 |
| Hex | 8C | 1 | EB | 28 | 64 | 0 | 8 | 114 | 63 | 2E |
| Octal | 214 | 1 | 353 | 50 | 144 | 0 | 10 | 424 | 143 | 56 |
| Binary | 10001100 | 1 | 11101011 | 101000 | 1100100 | 0 | 1000 | 100010100 | 1100011 | 101110 |
Color Harmonies of #8C01EB
Complementary color
Monochromatic Colors of #8C01EB
Black with #8C01EB
Text Example
Text Example
White with #8C01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01EB; }
p { color: rgb(140,1,235); }
H1.HeaderClassName
{
color: #8C01EB;
}
.AnyTagClassName
{
color: #8C01EB;
}
</style>
background-color css
<style>
a { background-color: #8C01EB; }
a { background-color: rgb(140,1,235); }
div.DivClassName
{
background-color: #8C01EB;
}
.BgClassName
{
background-color: #8C01EB;
}
</style>
border-color css
<style>
span { border-color: #8C01EB; }
span { border-color: rgb(140,1,235); }
td.TdClassName
{
border-color: #8C01EB;
}
.TagClassName
{
border-color: #8C01EB;
}
</style>