Shades of Dark Purple #86187C
Tints of Dark Purple #86187C
RGB
CMYK
RGB Variations
Color information
#86187C (or 0x86187C) is known color: Dark Purple. HEX triplet: 86, 18 and 7C. RGB value is (134,24,124). Sum of RGB (Red+Green+Blue) = 134+24+124=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86187C is #79E783. Grayscale: #444444. Windows color (decimal): -7989124 or 8132742. OLE color: 8132742.
HSL color Cylindrical-coordinate representation of color #86187C: hue angle of 305.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86187C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 124 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.47 |
| HSL | 305.45º | 0.7% | 0.31% | - |
| HSV(B) | 305.45º | 0.82% | 0.53% | - |
| XYZ | 13.8 | 7.18 | 19.73 | - |
| YUV | 68.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 124 | 0 | 0.82 | 0.07 | 0.47 | 305.45 | 0.7 | 0.31 |
| Hex | 86 | 18 | 7C | 0 | 52 | 7 | 2F | 131 | 46 | 1F |
| Octal | 206 | 30 | 174 | 0 | 122 | 7 | 57 | 461 | 106 | 37 |
| Binary | 10000110 | 11000 | 1111100 | 0 | 1010010 | 111 | 101111 | 100110001 | 1000110 | 11111 |
Color Harmonies of #86187C
Complementary color
Monochromatic Colors of #86187C
Black with #86187C
Text Example
Text Example
White with #86187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86187C; }
p { color: rgb(134,24,124); }
H1.HeaderClassName
{
color: #86187C;
}
.AnyTagClassName
{
color: #86187C;
}
</style>
background-color css
<style>
a { background-color: #86187C; }
a { background-color: rgb(134,24,124); }
div.DivClassName
{
background-color: #86187C;
}
.BgClassName
{
background-color: #86187C;
}
</style>
border-color css
<style>
span { border-color: #86187C; }
span { border-color: rgb(134,24,124); }
td.TdClassName
{
border-color: #86187C;
}
.TagClassName
{
border-color: #86187C;
}
</style>