Shades of Dark Purple #86366F
Tints of Dark Purple #86366F
RGB
CMYK
RGB Variations
Color information
#86366F (or 0x86366F) is known color: Dark Purple. HEX triplet: 86, 36 and 6F. RGB value is (134,54,111). Sum of RGB (Red+Green+Blue) = 134+54+111=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86366F is #79C990. Grayscale: #545454. Windows color (decimal): -7981457 or 7288454. OLE color: 7288454.
HSL color Cylindrical-coordinate representation of color #86366F: hue angle of 317.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86366F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 111 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.47 |
| HSL | 317.25º | 0.43% | 0.37% | - |
| HSV(B) | 317.25º | 0.6% | 0.53% | - |
| XYZ | 14.02 | 8.85 | 16.01 | - |
| YUV | 84.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 111 | 0 | 0.60 | 0.17 | 0.47 | 317.25 | 0.43 | 0.37 |
| Hex | 86 | 36 | 6F | 0 | 3C | 11 | 2F | 13D | 2B | 25 |
| Octal | 206 | 66 | 157 | 0 | 74 | 21 | 57 | 475 | 53 | 45 |
| Binary | 10000110 | 110110 | 1101111 | 0 | 111100 | 10001 | 101111 | 100111101 | 101011 | 100101 |
Color Harmonies of #86366F
Complementary color
Monochromatic Colors of #86366F
Black with #86366F
Text Example
Text Example
White with #86366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86366F; }
p { color: rgb(134,54,111); }
H1.HeaderClassName
{
color: #86366F;
}
.AnyTagClassName
{
color: #86366F;
}
</style>
background-color css
<style>
a { background-color: #86366F; }
a { background-color: rgb(134,54,111); }
div.DivClassName
{
background-color: #86366F;
}
.BgClassName
{
background-color: #86366F;
}
</style>
border-color css
<style>
span { border-color: #86366F; }
span { border-color: rgb(134,54,111); }
td.TdClassName
{
border-color: #86366F;
}
.TagClassName
{
border-color: #86366F;
}
</style>