Shades of Dark Violet #860BC7
Tints of Dark Violet #860BC7
RGB
CMYK
RGB Variations
Color information
#860BC7 (or 0x860BC7) is known color: Dark Violet. HEX triplet: 86, 0B and C7. RGB value is (134,11,199). Sum of RGB (Red+Green+Blue) = 134+11+199=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #860BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BC7 is #79F438. Grayscale: #444444. Windows color (decimal): -7992377 or 13044614. OLE color: 13044614.
HSL color Cylindrical-coordinate representation of color #860BC7: hue angle of 279.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BC7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 11 | 199 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.22 |
| HSL | 279.26º | 0.9% | 0.41% | - |
| HSV(B) | 279.26º | 0.94% | 0.78% | - |
| XYZ | 20.26 | 9.43 | 54.79 | - |
| YUV | 69.21 | 201.25 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 199 | 0.33 | 0.94 | 0 | 0.22 | 279.26 | 0.9 | 0.41 |
| Hex | 86 | B | C7 | 21 | 5E | 0 | 16 | 117 | 5A | 29 |
| Octal | 206 | 13 | 307 | 41 | 136 | 0 | 26 | 427 | 132 | 51 |
| Binary | 10000110 | 1011 | 11000111 | 100001 | 1011110 | 0 | 10110 | 100010111 | 1011010 | 101001 |
Color Harmonies of #860BC7
Complementary color
Monochromatic Colors of #860BC7
Black with #860BC7
Text Example
Text Example
White with #860BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BC7; }
p { color: rgb(134,11,199); }
H1.HeaderClassName
{
color: #860BC7;
}
.AnyTagClassName
{
color: #860BC7;
}
</style>
background-color css
<style>
a { background-color: #860BC7; }
a { background-color: rgb(134,11,199); }
div.DivClassName
{
background-color: #860BC7;
}
.BgClassName
{
background-color: #860BC7;
}
</style>
border-color css
<style>
span { border-color: #860BC7; }
span { border-color: rgb(134,11,199); }
td.TdClassName
{
border-color: #860BC7;
}
.TagClassName
{
border-color: #860BC7;
}
</style>