Shades of Dark Violet #8C07C6
Tints of Dark Violet #8C07C6
RGB
CMYK
RGB Variations
Color information
#8C07C6 (or 0x8C07C6) is known color: Dark Violet. HEX triplet: 8C, 07 and C6. RGB value is (140,7,198). Sum of RGB (Red+Green+Blue) = 140+7+198=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C07C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07C6 is #73F839. Grayscale: #434343. Windows color (decimal): -7600186 or 12978060. OLE color: 12978060.
HSL color Cylindrical-coordinate representation of color #8C07C6: hue angle of 281.78º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C07C6 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 7 | 198 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.22 |
| HSL | 281.78º | 0.93% | 0.4% | - |
| HSV(B) | 281.78º | 0.96% | 0.78% | - |
| XYZ | 21.08 | 9.8 | 54.21 | - |
| YUV | 68.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 198 | 0.29 | 0.96 | 0 | 0.22 | 281.78 | 0.93 | 0.4 |
| Hex | 8C | 7 | C6 | 1D | 60 | 0 | 16 | 11A | 5D | 28 |
| Octal | 214 | 7 | 306 | 35 | 140 | 0 | 26 | 432 | 135 | 50 |
| Binary | 10001100 | 111 | 11000110 | 11101 | 1100000 | 0 | 10110 | 100011010 | 1011101 | 101000 |
Color Harmonies of #8C07C6
Complementary color
Monochromatic Colors of #8C07C6
Black with #8C07C6
Text Example
Text Example
White with #8C07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C07C6; }
p { color: rgb(140,7,198); }
H1.HeaderClassName
{
color: #8C07C6;
}
.AnyTagClassName
{
color: #8C07C6;
}
</style>
background-color css
<style>
a { background-color: #8C07C6; }
a { background-color: rgb(140,7,198); }
div.DivClassName
{
background-color: #8C07C6;
}
.BgClassName
{
background-color: #8C07C6;
}
</style>
border-color css
<style>
span { border-color: #8C07C6; }
span { border-color: rgb(140,7,198); }
td.TdClassName
{
border-color: #8C07C6;
}
.TagClassName
{
border-color: #8C07C6;
}
</style>