Shades of Dark Violet #860FB0
Tints of Dark Violet #860FB0
RGB
CMYK
RGB Variations
Color information
#860FB0 (or 0x860FB0) is known color: Dark Violet. HEX triplet: 86, 0F and B0. RGB value is (134,15,176). Sum of RGB (Red+Green+Blue) = 134+15+176=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #860FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860FB0 is #79F04F. Grayscale: #444444. Windows color (decimal): -7991376 or 11538310. OLE color: 11538310.
HSL color Cylindrical-coordinate representation of color #860FB0: hue angle of 284.35º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860FB0 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 15 | 176 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.31 |
| HSL | 284.35º | 0.84% | 0.37% | - |
| HSV(B) | 284.35º | 0.91% | 0.69% | - |
| XYZ | 17.84 | 8.54 | 41.78 | - |
| YUV | 68.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 176 | 0.24 | 0.91 | 0 | 0.31 | 284.35 | 0.84 | 0.37 |
| Hex | 86 | F | B0 | 18 | 5B | 0 | 1F | 11C | 54 | 25 |
| Octal | 206 | 17 | 260 | 30 | 133 | 0 | 37 | 434 | 124 | 45 |
| Binary | 10000110 | 1111 | 10110000 | 11000 | 1011011 | 0 | 11111 | 100011100 | 1010100 | 100101 |
Color Harmonies of #860FB0
Complementary color
Monochromatic Colors of #860FB0
Black with #860FB0
Text Example
Text Example
White with #860FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FB0; }
p { color: rgb(134,15,176); }
H1.HeaderClassName
{
color: #860FB0;
}
.AnyTagClassName
{
color: #860FB0;
}
</style>
background-color css
<style>
a { background-color: #860FB0; }
a { background-color: rgb(134,15,176); }
div.DivClassName
{
background-color: #860FB0;
}
.BgClassName
{
background-color: #860FB0;
}
</style>
border-color css
<style>
span { border-color: #860FB0; }
span { border-color: rgb(134,15,176); }
td.TdClassName
{
border-color: #860FB0;
}
.TagClassName
{
border-color: #860FB0;
}
</style>