Shades of Dark Violet #8C07EF
Tints of Dark Violet #8C07EF
RGB
CMYK
RGB Variations
Color information
#8C07EF (or 0x8C07EF) is known color: Dark Violet. HEX triplet: 8C, 07 and EF. RGB value is (140,7,239). Sum of RGB (Red+Green+Blue) = 140+7+239=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C07EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C07EF is #73F810. Grayscale: #484848. Windows color (decimal): -7600145 or 15665036. OLE color: 15665036.
HSL color Cylindrical-coordinate representation of color #8C07EF: hue angle of 274.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07EF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 7 | 239 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.06 |
| HSL | 274.4º | 0.94% | 0.48% | - |
| HSV(B) | 274.4º | 0.97% | 0.94% | - |
| XYZ | 26.47 | 11.96 | 82.57 | - |
| YUV | 73.22 | 221.56 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 239 | 0.41 | 0.97 | 0 | 0.06 | 274.4 | 0.94 | 0.48 |
| Hex | 8C | 7 | EF | 29 | 61 | 0 | 6 | 112 | 5E | 30 |
| Octal | 214 | 7 | 357 | 51 | 141 | 0 | 6 | 422 | 136 | 60 |
| Binary | 10001100 | 111 | 11101111 | 101001 | 1100001 | 0 | 110 | 100010010 | 1011110 | 110000 |
Color Harmonies of #8C07EF
Complementary color
Monochromatic Colors of #8C07EF
Black with #8C07EF
Text Example
Text Example
White with #8C07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C07EF; }
p { color: rgb(140,7,239); }
H1.HeaderClassName
{
color: #8C07EF;
}
.AnyTagClassName
{
color: #8C07EF;
}
</style>
background-color css
<style>
a { background-color: #8C07EF; }
a { background-color: rgb(140,7,239); }
div.DivClassName
{
background-color: #8C07EF;
}
.BgClassName
{
background-color: #8C07EF;
}
</style>
border-color css
<style>
span { border-color: #8C07EF; }
span { border-color: rgb(140,7,239); }
td.TdClassName
{
border-color: #8C07EF;
}
.TagClassName
{
border-color: #8C07EF;
}
</style>