Shades of Dark Purple #86096F
Tints of Dark Purple #86096F
RGB
CMYK
RGB Variations
Color information
#86096F (or 0x86096F) is known color: Dark Purple. HEX triplet: 86, 09 and 6F. RGB value is (134,9,111). Sum of RGB (Red+Green+Blue) = 134+9+111=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #86096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096F is #79F690. Grayscale: #393939. Windows color (decimal): -7992977 or 7276934. OLE color: 7276934.
HSL color Cylindrical-coordinate representation of color #86096F: hue angle of 311.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86096F is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 9 | 111 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.47 |
| HSL | 311.04º | 0.87% | 0.28% | - |
| HSV(B) | 311.04º | 0.93% | 0.53% | - |
| XYZ | 12.8 | 6.41 | 15.6 | - |
| YUV | 58 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 111 | 0 | 0.93 | 0.17 | 0.47 | 311.04 | 0.87 | 0.28 |
| Hex | 86 | 9 | 6F | 0 | 5D | 11 | 2F | 137 | 57 | 1C |
| Octal | 206 | 11 | 157 | 0 | 135 | 21 | 57 | 467 | 127 | 34 |
| Binary | 10000110 | 1001 | 1101111 | 0 | 1011101 | 10001 | 101111 | 100110111 | 1010111 | 11100 |
Color Harmonies of #86096F
Complementary color
Monochromatic Colors of #86096F
Black with #86096F
Text Example
Text Example
White with #86096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86096F; }
p { color: rgb(134,9,111); }
H1.HeaderClassName
{
color: #86096F;
}
.AnyTagClassName
{
color: #86096F;
}
</style>
background-color css
<style>
a { background-color: #86096F; }
a { background-color: rgb(134,9,111); }
div.DivClassName
{
background-color: #86096F;
}
.BgClassName
{
background-color: #86096F;
}
</style>
border-color css
<style>
span { border-color: #86096F; }
span { border-color: rgb(134,9,111); }
td.TdClassName
{
border-color: #86096F;
}
.TagClassName
{
border-color: #86096F;
}
</style>