Shades of Dark Purple #86346C
Tints of Dark Purple #86346C
RGB
CMYK
RGB Variations
Color information
#86346C (or 0x86346C) is known color: Dark Purple. HEX triplet: 86, 34 and 6C. RGB value is (134,52,108). Sum of RGB (Red+Green+Blue) = 134+52+108=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86346C is #79CB93. Grayscale: #525252. Windows color (decimal): -7981972 or 7091334. OLE color: 7091334.
HSL color Cylindrical-coordinate representation of color #86346C: hue angle of 319.02º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86346C is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 108 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.47 |
| HSL | 319.02º | 0.44% | 0.36% | - |
| HSV(B) | 319.02º | 0.61% | 0.53% | - |
| XYZ | 13.77 | 8.61 | 15.12 | - |
| YUV | 82.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 108 | 0 | 0.61 | 0.19 | 0.47 | 319.02 | 0.44 | 0.36 |
| Hex | 86 | 34 | 6C | 0 | 3D | 13 | 2F | 13F | 2C | 24 |
| Octal | 206 | 64 | 154 | 0 | 75 | 23 | 57 | 477 | 54 | 44 |
| Binary | 10000110 | 110100 | 1101100 | 0 | 111101 | 10011 | 101111 | 100111111 | 101100 | 100100 |
Color Harmonies of #86346C
Complementary color
Monochromatic Colors of #86346C
Black with #86346C
Text Example
Text Example
White with #86346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86346C; }
p { color: rgb(134,52,108); }
H1.HeaderClassName
{
color: #86346C;
}
.AnyTagClassName
{
color: #86346C;
}
</style>
background-color css
<style>
a { background-color: #86346C; }
a { background-color: rgb(134,52,108); }
div.DivClassName
{
background-color: #86346C;
}
.BgClassName
{
background-color: #86346C;
}
</style>
border-color css
<style>
span { border-color: #86346C; }
span { border-color: rgb(134,52,108); }
td.TdClassName
{
border-color: #86346C;
}
.TagClassName
{
border-color: #86346C;
}
</style>