Shades of Dark Purple #86126C
Tints of Dark Purple #86126C
RGB
CMYK
RGB Variations
Color information
#86126C (or 0x86126C) is known color: Dark Purple. HEX triplet: 86, 12 and 6C. RGB value is (134,18,108). Sum of RGB (Red+Green+Blue) = 134+18+108=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126C is #79ED93. Grayscale: #3E3E3E. Windows color (decimal): -7990676 or 7082630. OLE color: 7082630.
HSL color Cylindrical-coordinate representation of color #86126C: hue angle of 313.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86126C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 108 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.47 |
| HSL | 313.45º | 0.76% | 0.3% | - |
| HSV(B) | 313.45º | 0.87% | 0.53% | - |
| XYZ | 12.75 | 6.58 | 14.79 | - |
| YUV | 62.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 108 | 0 | 0.87 | 0.19 | 0.47 | 313.45 | 0.76 | 0.3 |
| Hex | 86 | 12 | 6C | 0 | 57 | 13 | 2F | 139 | 4C | 1E |
| Octal | 206 | 22 | 154 | 0 | 127 | 23 | 57 | 471 | 114 | 36 |
| Binary | 10000110 | 10010 | 1101100 | 0 | 1010111 | 10011 | 101111 | 100111001 | 1001100 | 11110 |
Color Harmonies of #86126C
Complementary color
Monochromatic Colors of #86126C
Black with #86126C
Text Example
Text Example
White with #86126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86126C; }
p { color: rgb(134,18,108); }
H1.HeaderClassName
{
color: #86126C;
}
.AnyTagClassName
{
color: #86126C;
}
</style>
background-color css
<style>
a { background-color: #86126C; }
a { background-color: rgb(134,18,108); }
div.DivClassName
{
background-color: #86126C;
}
.BgClassName
{
background-color: #86126C;
}
</style>
border-color css
<style>
span { border-color: #86126C; }
span { border-color: rgb(134,18,108); }
td.TdClassName
{
border-color: #86126C;
}
.TagClassName
{
border-color: #86126C;
}
</style>