Shades of Dark Purple #86316F
Tints of Dark Purple #86316F
RGB
CMYK
RGB Variations
Color information
#86316F (or 0x86316F) is known color: Dark Purple. HEX triplet: 86, 31 and 6F. RGB value is (134,49,111). Sum of RGB (Red+Green+Blue) = 134+49+111=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86316F is #79CE90. Grayscale: #515151. Windows color (decimal): -7982737 or 7287174. OLE color: 7287174.
HSL color Cylindrical-coordinate representation of color #86316F: hue angle of 316.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86316F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 111 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.47 |
| HSL | 316.24º | 0.46% | 0.36% | - |
| HSV(B) | 316.24º | 0.63% | 0.53% | - |
| XYZ | 13.8 | 8.41 | 15.94 | - |
| YUV | 81.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 111 | 0 | 0.63 | 0.17 | 0.47 | 316.24 | 0.46 | 0.36 |
| Hex | 86 | 31 | 6F | 0 | 3F | 11 | 2F | 13C | 2E | 24 |
| Octal | 206 | 61 | 157 | 0 | 77 | 21 | 57 | 474 | 56 | 44 |
| Binary | 10000110 | 110001 | 1101111 | 0 | 111111 | 10001 | 101111 | 100111100 | 101110 | 100100 |
Color Harmonies of #86316F
Complementary color
Monochromatic Colors of #86316F
Black with #86316F
Text Example
Text Example
White with #86316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86316F; }
p { color: rgb(134,49,111); }
H1.HeaderClassName
{
color: #86316F;
}
.AnyTagClassName
{
color: #86316F;
}
</style>
background-color css
<style>
a { background-color: #86316F; }
a { background-color: rgb(134,49,111); }
div.DivClassName
{
background-color: #86316F;
}
.BgClassName
{
background-color: #86316F;
}
</style>
border-color css
<style>
span { border-color: #86316F; }
span { border-color: rgb(134,49,111); }
td.TdClassName
{
border-color: #86316F;
}
.TagClassName
{
border-color: #86316F;
}
</style>