Shades of Dark Violet #860FB2
Tints of Dark Violet #860FB2
RGB
CMYK
RGB Variations
Color information
#860FB2 (or 0x860FB2) is known color: Dark Violet. HEX triplet: 86, 0F and B2. RGB value is (134,15,178). Sum of RGB (Red+Green+Blue) = 134+15+178=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 178 (69.92% from 255 or 54.43% from 327); Max value from RGB is 178 - color contains mainly: blue. Hex color #860FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860FB2 is #79F04D. Grayscale: #444444. Windows color (decimal): -7991374 or 11669382. OLE color: 11669382.
HSL color Cylindrical-coordinate representation of color #860FB2: hue angle of 283.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860FB2 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 15 | 178 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.30 |
| HSL | 283.8º | 0.84% | 0.38% | - |
| HSV(B) | 283.8º | 0.92% | 0.7% | - |
| XYZ | 18.04 | 8.62 | 42.83 | - |
| YUV | 69.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 178 | 0.25 | 0.92 | 0 | 0.30 | 283.8 | 0.84 | 0.38 |
| Hex | 86 | F | B2 | 19 | 5C | 0 | 1E | 11C | 54 | 26 |
| Octal | 206 | 17 | 262 | 31 | 134 | 0 | 36 | 434 | 124 | 46 |
| Binary | 10000110 | 1111 | 10110010 | 11001 | 1011100 | 0 | 11110 | 100011100 | 1010100 | 100110 |
Color Harmonies of #860FB2
Complementary color
Monochromatic Colors of #860FB2
Black with #860FB2
Text Example
Text Example
White with #860FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FB2; }
p { color: rgb(134,15,178); }
H1.HeaderClassName
{
color: #860FB2;
}
.AnyTagClassName
{
color: #860FB2;
}
</style>
background-color css
<style>
a { background-color: #860FB2; }
a { background-color: rgb(134,15,178); }
div.DivClassName
{
background-color: #860FB2;
}
.BgClassName
{
background-color: #860FB2;
}
</style>
border-color css
<style>
span { border-color: #860FB2; }
span { border-color: rgb(134,15,178); }
td.TdClassName
{
border-color: #860FB2;
}
.TagClassName
{
border-color: #860FB2;
}
</style>