Shades of Dark Purple #86177F
Tints of Dark Purple #86177F
RGB
CMYK
RGB Variations
Color information
#86177F (or 0x86177F) is known color: Dark Purple. HEX triplet: 86, 17 and 7F. RGB value is (134,23,127). Sum of RGB (Red+Green+Blue) = 134+23+127=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #86177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86177F is #79E880. Grayscale: #434343. Windows color (decimal): -7989377 or 8329094. OLE color: 8329094.
HSL color Cylindrical-coordinate representation of color #86177F: hue angle of 303.78º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86177F is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 127 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.47 |
| HSL | 303.78º | 0.71% | 0.31% | - |
| HSV(B) | 303.78º | 0.83% | 0.53% | - |
| XYZ | 13.97 | 7.21 | 20.73 | - |
| YUV | 68.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 127 | 0 | 0.83 | 0.05 | 0.47 | 303.78 | 0.71 | 0.31 |
| Hex | 86 | 17 | 7F | 0 | 53 | 5 | 2F | 130 | 47 | 1F |
| Octal | 206 | 27 | 177 | 0 | 123 | 5 | 57 | 460 | 107 | 37 |
| Binary | 10000110 | 10111 | 1111111 | 0 | 1010011 | 101 | 101111 | 100110000 | 1000111 | 11111 |
Color Harmonies of #86177F
Complementary color
Monochromatic Colors of #86177F
Black with #86177F
Text Example
Text Example
White with #86177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86177F; }
p { color: rgb(134,23,127); }
H1.HeaderClassName
{
color: #86177F;
}
.AnyTagClassName
{
color: #86177F;
}
</style>
background-color css
<style>
a { background-color: #86177F; }
a { background-color: rgb(134,23,127); }
div.DivClassName
{
background-color: #86177F;
}
.BgClassName
{
background-color: #86177F;
}
</style>
border-color css
<style>
span { border-color: #86177F; }
span { border-color: rgb(134,23,127); }
td.TdClassName
{
border-color: #86177F;
}
.TagClassName
{
border-color: #86177F;
}
</style>