Shades of Dark Violet #860CB8
Tints of Dark Violet #860CB8
RGB
CMYK
RGB Variations
Color information
#860CB8 (or 0x860CB8) is known color: Dark Violet. HEX triplet: 86, 0C and B8. RGB value is (134,12,184). Sum of RGB (Red+Green+Blue) = 134+12+184=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #860CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CB8 is #79F347. Grayscale: #434343. Windows color (decimal): -7992136 or 12061830. OLE color: 12061830.
HSL color Cylindrical-coordinate representation of color #860CB8: hue angle of 282.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CB8 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 12 | 184 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.28 |
| HSL | 282.56º | 0.88% | 0.38% | - |
| HSV(B) | 282.56º | 0.93% | 0.72% | - |
| XYZ | 18.61 | 8.79 | 46.06 | - |
| YUV | 68.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 184 | 0.27 | 0.93 | 0 | 0.28 | 282.56 | 0.88 | 0.38 |
| Hex | 86 | C | B8 | 1B | 5D | 0 | 1C | 11B | 58 | 26 |
| Octal | 206 | 14 | 270 | 33 | 135 | 0 | 34 | 433 | 130 | 46 |
| Binary | 10000110 | 1100 | 10111000 | 11011 | 1011101 | 0 | 11100 | 100011011 | 1011000 | 100110 |
Color Harmonies of #860CB8
Complementary color
Monochromatic Colors of #860CB8
Black with #860CB8
Text Example
Text Example
White with #860CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CB8; }
p { color: rgb(134,12,184); }
H1.HeaderClassName
{
color: #860CB8;
}
.AnyTagClassName
{
color: #860CB8;
}
</style>
background-color css
<style>
a { background-color: #860CB8; }
a { background-color: rgb(134,12,184); }
div.DivClassName
{
background-color: #860CB8;
}
.BgClassName
{
background-color: #860CB8;
}
</style>
border-color css
<style>
span { border-color: #860CB8; }
span { border-color: rgb(134,12,184); }
td.TdClassName
{
border-color: #860CB8;
}
.TagClassName
{
border-color: #860CB8;
}
</style>