Shades of Dark Purple #86216E
Tints of Dark Purple #86216E
RGB
CMYK
RGB Variations
Color information
#86216E (or 0x86216E) is known color: Dark Purple. HEX triplet: 86, 21 and 6E. RGB value is (134,33,110). Sum of RGB (Red+Green+Blue) = 134+33+110=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86216E is #79DE91. Grayscale: #474747. Windows color (decimal): -7986834 or 7217542. OLE color: 7217542.
HSL color Cylindrical-coordinate representation of color #86216E: hue angle of 314.26º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86216E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 110 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.47 |
| HSL | 314.26º | 0.6% | 0.33% | - |
| HSV(B) | 314.26º | 0.75% | 0.53% | - |
| XYZ | 13.19 | 7.28 | 15.46 | - |
| YUV | 71.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 110 | 0 | 0.75 | 0.18 | 0.47 | 314.26 | 0.6 | 0.33 |
| Hex | 86 | 21 | 6E | 0 | 4B | 12 | 2F | 13A | 3C | 21 |
| Octal | 206 | 41 | 156 | 0 | 113 | 22 | 57 | 472 | 74 | 41 |
| Binary | 10000110 | 100001 | 1101110 | 0 | 1001011 | 10010 | 101111 | 100111010 | 111100 | 100001 |
Color Harmonies of #86216E
Complementary color
Monochromatic Colors of #86216E
Black with #86216E
Text Example
Text Example
White with #86216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86216E; }
p { color: rgb(134,33,110); }
H1.HeaderClassName
{
color: #86216E;
}
.AnyTagClassName
{
color: #86216E;
}
</style>
background-color css
<style>
a { background-color: #86216E; }
a { background-color: rgb(134,33,110); }
div.DivClassName
{
background-color: #86216E;
}
.BgClassName
{
background-color: #86216E;
}
</style>
border-color css
<style>
span { border-color: #86216E; }
span { border-color: rgb(134,33,110); }
td.TdClassName
{
border-color: #86216E;
}
.TagClassName
{
border-color: #86216E;
}
</style>