Shades of Dark Purple #86286C
Tints of Dark Purple #86286C
RGB
CMYK
RGB Variations
Color information
#86286C (or 0x86286C) is known color: Dark Purple. HEX triplet: 86, 28 and 6C. RGB value is (134,40,108). Sum of RGB (Red+Green+Blue) = 134+40+108=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86286C is #79D793. Grayscale: #4B4B4B. Windows color (decimal): -7985044 or 7088262. OLE color: 7088262.
HSL color Cylindrical-coordinate representation of color #86286C: hue angle of 316.6º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86286C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 108 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.47 |
| HSL | 316.6º | 0.54% | 0.34% | - |
| HSV(B) | 316.6º | 0.7% | 0.53% | - |
| XYZ | 13.3 | 7.67 | 14.97 | - |
| YUV | 75.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 108 | 0 | 0.70 | 0.19 | 0.47 | 316.6 | 0.54 | 0.34 |
| Hex | 86 | 28 | 6C | 0 | 46 | 13 | 2F | 13D | 36 | 22 |
| Octal | 206 | 50 | 154 | 0 | 106 | 23 | 57 | 475 | 66 | 42 |
| Binary | 10000110 | 101000 | 1101100 | 0 | 1000110 | 10011 | 101111 | 100111101 | 110110 | 100010 |
Color Harmonies of #86286C
Complementary color
Monochromatic Colors of #86286C
Black with #86286C
Text Example
Text Example
White with #86286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86286C; }
p { color: rgb(134,40,108); }
H1.HeaderClassName
{
color: #86286C;
}
.AnyTagClassName
{
color: #86286C;
}
</style>
background-color css
<style>
a { background-color: #86286C; }
a { background-color: rgb(134,40,108); }
div.DivClassName
{
background-color: #86286C;
}
.BgClassName
{
background-color: #86286C;
}
</style>
border-color css
<style>
span { border-color: #86286C; }
span { border-color: rgb(134,40,108); }
td.TdClassName
{
border-color: #86286C;
}
.TagClassName
{
border-color: #86286C;
}
</style>