Shades of Dark Purple #860F6C
Tints of Dark Purple #860F6C
RGB
CMYK
RGB Variations
Color information
#860F6C (or 0x860F6C) is known color: Dark Purple. HEX triplet: 86, 0F and 6C. RGB value is (134,15,108). Sum of RGB (Red+Green+Blue) = 134+15+108=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F6C is #79F093. Grayscale: #3C3C3C. Windows color (decimal): -7991444 or 7081862. OLE color: 7081862.
HSL color Cylindrical-coordinate representation of color #860F6C: hue angle of 313.11º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F6C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 15 | 108 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.47 |
| HSL | 313.11º | 0.8% | 0.29% | - |
| HSV(B) | 313.11º | 0.89% | 0.53% | - |
| XYZ | 12.71 | 6.49 | 14.77 | - |
| YUV | 61.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 108 | 0 | 0.89 | 0.19 | 0.47 | 313.11 | 0.8 | 0.29 |
| Hex | 86 | F | 6C | 0 | 59 | 13 | 2F | 139 | 50 | 1D |
| Octal | 206 | 17 | 154 | 0 | 131 | 23 | 57 | 471 | 120 | 35 |
| Binary | 10000110 | 1111 | 1101100 | 0 | 1011001 | 10011 | 101111 | 100111001 | 1010000 | 11101 |
Color Harmonies of #860F6C
Complementary color
Monochromatic Colors of #860F6C
Black with #860F6C
Text Example
Text Example
White with #860F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F6C; }
p { color: rgb(134,15,108); }
H1.HeaderClassName
{
color: #860F6C;
}
.AnyTagClassName
{
color: #860F6C;
}
</style>
background-color css
<style>
a { background-color: #860F6C; }
a { background-color: rgb(134,15,108); }
div.DivClassName
{
background-color: #860F6C;
}
.BgClassName
{
background-color: #860F6C;
}
</style>
border-color css
<style>
span { border-color: #860F6C; }
span { border-color: rgb(134,15,108); }
td.TdClassName
{
border-color: #860F6C;
}
.TagClassName
{
border-color: #860F6C;
}
</style>