Shades of Dark Purple #86327A
Tints of Dark Purple #86327A
RGB
CMYK
RGB Variations
Color information
#86327A (or 0x86327A) is known color: Dark Purple. HEX triplet: 86, 32 and 7A. RGB value is (134,50,122). Sum of RGB (Red+Green+Blue) = 134+50+122=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327A is #79CD85. Grayscale: #535353. Windows color (decimal): -7982470 or 8008326. OLE color: 8008326.
HSL color Cylindrical-coordinate representation of color #86327A: hue angle of 308.57º 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 #86327A is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 122 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.47 |
| HSL | 308.57º | 0.46% | 0.36% | - |
| HSV(B) | 308.57º | 0.63% | 0.53% | - |
| XYZ | 14.48 | 8.75 | 19.34 | - |
| YUV | 83.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 122 | 0 | 0.63 | 0.09 | 0.47 | 308.57 | 0.46 | 0.36 |
| Hex | 86 | 32 | 7A | 0 | 3F | 9 | 2F | 135 | 2E | 24 |
| Octal | 206 | 62 | 172 | 0 | 77 | 11 | 57 | 465 | 56 | 44 |
| Binary | 10000110 | 110010 | 1111010 | 0 | 111111 | 1001 | 101111 | 100110101 | 101110 | 100100 |
Color Harmonies of #86327A
Complementary color
Monochromatic Colors of #86327A
Black with #86327A
Text Example
Text Example
White with #86327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86327A; }
p { color: rgb(134,50,122); }
H1.HeaderClassName
{
color: #86327A;
}
.AnyTagClassName
{
color: #86327A;
}
</style>
background-color css
<style>
a { background-color: #86327A; }
a { background-color: rgb(134,50,122); }
div.DivClassName
{
background-color: #86327A;
}
.BgClassName
{
background-color: #86327A;
}
</style>
border-color css
<style>
span { border-color: #86327A; }
span { border-color: rgb(134,50,122); }
td.TdClassName
{
border-color: #86327A;
}
.TagClassName
{
border-color: #86327A;
}
</style>