Shades of Dark Purple #86217D
Tints of Dark Purple #86217D
RGB
CMYK
RGB Variations
Color information
#86217D (or 0x86217D) is known color: Dark Purple. HEX triplet: 86, 21 and 7D. RGB value is (134,33,125). Sum of RGB (Red+Green+Blue) = 134+33+125=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86217D is #79DE82. Grayscale: #494949. Windows color (decimal): -7986819 or 8200582. OLE color: 8200582.
HSL color Cylindrical-coordinate representation of color #86217D: hue angle of 305.35º 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 #86217D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 125 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.47 |
| HSL | 305.35º | 0.6% | 0.33% | - |
| HSV(B) | 305.35º | 0.75% | 0.53% | - |
| XYZ | 14.08 | 7.64 | 20.13 | - |
| YUV | 73.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 125 | 0 | 0.75 | 0.07 | 0.47 | 305.35 | 0.6 | 0.33 |
| Hex | 86 | 21 | 7D | 0 | 4B | 7 | 2F | 131 | 3C | 21 |
| Octal | 206 | 41 | 175 | 0 | 113 | 7 | 57 | 461 | 74 | 41 |
| Binary | 10000110 | 100001 | 1111101 | 0 | 1001011 | 111 | 101111 | 100110001 | 111100 | 100001 |
Color Harmonies of #86217D
Complementary color
Monochromatic Colors of #86217D
Black with #86217D
Text Example
Text Example
White with #86217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86217D; }
p { color: rgb(134,33,125); }
H1.HeaderClassName
{
color: #86217D;
}
.AnyTagClassName
{
color: #86217D;
}
</style>
background-color css
<style>
a { background-color: #86217D; }
a { background-color: rgb(134,33,125); }
div.DivClassName
{
background-color: #86217D;
}
.BgClassName
{
background-color: #86217D;
}
</style>
border-color css
<style>
span { border-color: #86217D; }
span { border-color: rgb(134,33,125); }
td.TdClassName
{
border-color: #86217D;
}
.TagClassName
{
border-color: #86217D;
}
</style>