Shades of Dark Purple #86127F
Tints of Dark Purple #86127F
RGB
CMYK
RGB Variations
Color information
#86127F (or 0x86127F) is known color: Dark Purple. HEX triplet: 86, 12 and 7F. RGB value is (134,18,127). Sum of RGB (Red+Green+Blue) = 134+18+127=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86127F is #79ED80. Grayscale: #404040. Windows color (decimal): -7990657 or 8327814. OLE color: 8327814.
HSL color Cylindrical-coordinate representation of color #86127F: hue angle of 303.62º 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 #86127F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 127 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.47 |
| HSL | 303.62º | 0.76% | 0.3% | - |
| HSV(B) | 303.62º | 0.87% | 0.53% | - |
| XYZ | 13.88 | 7.03 | 20.7 | - |
| YUV | 65.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 127 | 0 | 0.87 | 0.05 | 0.47 | 303.62 | 0.76 | 0.3 |
| Hex | 86 | 12 | 7F | 0 | 57 | 5 | 2F | 130 | 4C | 1E |
| Octal | 206 | 22 | 177 | 0 | 127 | 5 | 57 | 460 | 114 | 36 |
| Binary | 10000110 | 10010 | 1111111 | 0 | 1010111 | 101 | 101111 | 100110000 | 1001100 | 11110 |
Color Harmonies of #86127F
Complementary color
Monochromatic Colors of #86127F
Black with #86127F
Text Example
Text Example
White with #86127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86127F; }
p { color: rgb(134,18,127); }
H1.HeaderClassName
{
color: #86127F;
}
.AnyTagClassName
{
color: #86127F;
}
</style>
background-color css
<style>
a { background-color: #86127F; }
a { background-color: rgb(134,18,127); }
div.DivClassName
{
background-color: #86127F;
}
.BgClassName
{
background-color: #86127F;
}
</style>
border-color css
<style>
span { border-color: #86127F; }
span { border-color: rgb(134,18,127); }
td.TdClassName
{
border-color: #86127F;
}
.TagClassName
{
border-color: #86127F;
}
</style>