Shades of Dark Violet #860CB3
Tints of Dark Violet #860CB3
RGB
CMYK
RGB Variations
Color information
#860CB3 (or 0x860CB3) is known color: Dark Violet. HEX triplet: 86, 0C and B3. RGB value is (134,12,179). Sum of RGB (Red+Green+Blue) = 134+12+179=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #860CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CB3 is #79F34C. Grayscale: #424242. Windows color (decimal): -7992141 or 11734150. OLE color: 11734150.
HSL color Cylindrical-coordinate representation of color #860CB3: hue angle of 283.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CB3 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 12 | 179 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.30 |
| HSL | 283.83º | 0.87% | 0.37% | - |
| HSV(B) | 283.83º | 0.93% | 0.7% | - |
| XYZ | 18.1 | 8.59 | 43.35 | - |
| YUV | 67.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 179 | 0.25 | 0.93 | 0 | 0.30 | 283.83 | 0.87 | 0.37 |
| Hex | 86 | C | B3 | 19 | 5D | 0 | 1E | 11C | 57 | 25 |
| Octal | 206 | 14 | 263 | 31 | 135 | 0 | 36 | 434 | 127 | 45 |
| Binary | 10000110 | 1100 | 10110011 | 11001 | 1011101 | 0 | 11110 | 100011100 | 1010111 | 100101 |
Color Harmonies of #860CB3
Complementary color
Monochromatic Colors of #860CB3
Black with #860CB3
Text Example
Text Example
White with #860CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CB3; }
p { color: rgb(134,12,179); }
H1.HeaderClassName
{
color: #860CB3;
}
.AnyTagClassName
{
color: #860CB3;
}
</style>
background-color css
<style>
a { background-color: #860CB3; }
a { background-color: rgb(134,12,179); }
div.DivClassName
{
background-color: #860CB3;
}
.BgClassName
{
background-color: #860CB3;
}
</style>
border-color css
<style>
span { border-color: #860CB3; }
span { border-color: rgb(134,12,179); }
td.TdClassName
{
border-color: #860CB3;
}
.TagClassName
{
border-color: #860CB3;
}
</style>