Shades of Dark Purple #86327E
Tints of Dark Purple #86327E
RGB
CMYK
RGB Variations
Color information
#86327E (or 0x86327E) is known color: Dark Purple. HEX triplet: 86, 32 and 7E. RGB value is (134,50,126). Sum of RGB (Red+Green+Blue) = 134+50+126=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327E is #79CD81. Grayscale: #535353. Windows color (decimal): -7982466 or 8270470. OLE color: 8270470.
HSL color Cylindrical-coordinate representation of color #86327E: hue angle of 305.71º 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 #86327E is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 126 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.47 |
| HSL | 305.71º | 0.46% | 0.36% | - |
| HSV(B) | 305.71º | 0.63% | 0.53% | - |
| XYZ | 14.74 | 8.86 | 20.67 | - |
| YUV | 83.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 126 | 0 | 0.63 | 0.06 | 0.47 | 305.71 | 0.46 | 0.36 |
| Hex | 86 | 32 | 7E | 0 | 3F | 6 | 2F | 132 | 2E | 24 |
| Octal | 206 | 62 | 176 | 0 | 77 | 6 | 57 | 462 | 56 | 44 |
| Binary | 10000110 | 110010 | 1111110 | 0 | 111111 | 110 | 101111 | 100110010 | 101110 | 100100 |
Color Harmonies of #86327E
Complementary color
Monochromatic Colors of #86327E
Black with #86327E
Text Example
Text Example
White with #86327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86327E; }
p { color: rgb(134,50,126); }
H1.HeaderClassName
{
color: #86327E;
}
.AnyTagClassName
{
color: #86327E;
}
</style>
background-color css
<style>
a { background-color: #86327E; }
a { background-color: rgb(134,50,126); }
div.DivClassName
{
background-color: #86327E;
}
.BgClassName
{
background-color: #86327E;
}
</style>
border-color css
<style>
span { border-color: #86327E; }
span { border-color: rgb(134,50,126); }
td.TdClassName
{
border-color: #86327E;
}
.TagClassName
{
border-color: #86327E;
}
</style>