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