Shades of Dark Violet #860BC9
Tints of Dark Violet #860BC9
RGB
CMYK
RGB Variations
Color information
#860BC9 (or 0x860BC9) is known color: Dark Violet. HEX triplet: 86, 0B and C9. RGB value is (134,11,201). Sum of RGB (Red+Green+Blue) = 134+11+201=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #860BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BC9 is #79F436. Grayscale: #444444. Windows color (decimal): -7992375 or 13175686. OLE color: 13175686.
HSL color Cylindrical-coordinate representation of color #860BC9: hue angle of 278.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860BC9 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 11 | 201 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.21 |
| HSL | 278.84º | 0.9% | 0.42% | - |
| HSV(B) | 278.84º | 0.95% | 0.79% | - |
| XYZ | 20.49 | 9.52 | 56.02 | - |
| YUV | 69.44 | 202.25 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 201 | 0.33 | 0.95 | 0 | 0.21 | 278.84 | 0.9 | 0.42 |
| Hex | 86 | B | C9 | 21 | 5F | 0 | 15 | 117 | 5A | 2A |
| Octal | 206 | 13 | 311 | 41 | 137 | 0 | 25 | 427 | 132 | 52 |
| Binary | 10000110 | 1011 | 11001001 | 100001 | 1011111 | 0 | 10101 | 100010111 | 1011010 | 101010 |
Color Harmonies of #860BC9
Complementary color
Monochromatic Colors of #860BC9
Black with #860BC9
Text Example
Text Example
White with #860BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BC9; }
p { color: rgb(134,11,201); }
H1.HeaderClassName
{
color: #860BC9;
}
.AnyTagClassName
{
color: #860BC9;
}
</style>
background-color css
<style>
a { background-color: #860BC9; }
a { background-color: rgb(134,11,201); }
div.DivClassName
{
background-color: #860BC9;
}
.BgClassName
{
background-color: #860BC9;
}
</style>
border-color css
<style>
span { border-color: #860BC9; }
span { border-color: rgb(134,11,201); }
td.TdClassName
{
border-color: #860BC9;
}
.TagClassName
{
border-color: #860BC9;
}
</style>