Shades of Dark Violet #8C0CEF
Tints of Dark Violet #8C0CEF
RGB
CMYK
RGB Variations
Color information
#8C0CEF (or 0x8C0CEF) is known color: Dark Violet. HEX triplet: 8C, 0C and EF. RGB value is (140,12,239). Sum of RGB (Red+Green+Blue) = 140+12+239=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C0CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0CEF is #73F310. Grayscale: #4B4B4B. Windows color (decimal): -7598865 or 15666316. OLE color: 15666316.
HSL color Cylindrical-coordinate representation of color #8C0CEF: hue angle of 273.83º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0CEF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 12 | 239 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.06 |
| HSL | 273.83º | 0.9% | 0.49% | - |
| HSV(B) | 273.83º | 0.95% | 0.94% | - |
| XYZ | 26.53 | 12.07 | 82.59 | - |
| YUV | 76.15 | 219.91 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 239 | 0.41 | 0.95 | 0 | 0.06 | 273.83 | 0.9 | 0.49 |
| Hex | 8C | C | EF | 29 | 5F | 0 | 6 | 112 | 5A | 31 |
| Octal | 214 | 14 | 357 | 51 | 137 | 0 | 6 | 422 | 132 | 61 |
| Binary | 10001100 | 1100 | 11101111 | 101001 | 1011111 | 0 | 110 | 100010010 | 1011010 | 110001 |
Color Harmonies of #8C0CEF
Complementary color
Monochromatic Colors of #8C0CEF
Black with #8C0CEF
Text Example
Text Example
White with #8C0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0CEF; }
p { color: rgb(140,12,239); }
H1.HeaderClassName
{
color: #8C0CEF;
}
.AnyTagClassName
{
color: #8C0CEF;
}
</style>
background-color css
<style>
a { background-color: #8C0CEF; }
a { background-color: rgb(140,12,239); }
div.DivClassName
{
background-color: #8C0CEF;
}
.BgClassName
{
background-color: #8C0CEF;
}
</style>
border-color css
<style>
span { border-color: #8C0CEF; }
span { border-color: rgb(140,12,239); }
td.TdClassName
{
border-color: #8C0CEF;
}
.TagClassName
{
border-color: #8C0CEF;
}
</style>