Shades of Dark Purple #86327C
Tints of Dark Purple #86327C
RGB
CMYK
RGB Variations
Color information
#86327C (or 0x86327C) is known color: Dark Purple. HEX triplet: 86, 32 and 7C. RGB value is (134,50,124). Sum of RGB (Red+Green+Blue) = 134+50+124=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86327C is #79CD83. Grayscale: #535353. Windows color (decimal): -7982468 or 8139398. OLE color: 8139398.
HSL color Cylindrical-coordinate representation of color #86327C: hue angle of 307.14º 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 #86327C is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 124 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.47 |
| HSL | 307.14º | 0.46% | 0.36% | - |
| HSV(B) | 307.14º | 0.63% | 0.53% | - |
| XYZ | 14.61 | 8.8 | 20 | - |
| YUV | 83.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 124 | 0 | 0.63 | 0.07 | 0.47 | 307.14 | 0.46 | 0.36 |
| Hex | 86 | 32 | 7C | 0 | 3F | 7 | 2F | 133 | 2E | 24 |
| Octal | 206 | 62 | 174 | 0 | 77 | 7 | 57 | 463 | 56 | 44 |
| Binary | 10000110 | 110010 | 1111100 | 0 | 111111 | 111 | 101111 | 100110011 | 101110 | 100100 |
Color Harmonies of #86327C
Complementary color
Monochromatic Colors of #86327C
Black with #86327C
Text Example
Text Example
White with #86327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86327C; }
p { color: rgb(134,50,124); }
H1.HeaderClassName
{
color: #86327C;
}
.AnyTagClassName
{
color: #86327C;
}
</style>
background-color css
<style>
a { background-color: #86327C; }
a { background-color: rgb(134,50,124); }
div.DivClassName
{
background-color: #86327C;
}
.BgClassName
{
background-color: #86327C;
}
</style>
border-color css
<style>
span { border-color: #86327C; }
span { border-color: rgb(134,50,124); }
td.TdClassName
{
border-color: #86327C;
}
.TagClassName
{
border-color: #86327C;
}
</style>