Shades of Dark Purple #86367A
Tints of Dark Purple #86367A
RGB
CMYK
RGB Variations
Color information
#86367A (or 0x86367A) is known color: Dark Purple. HEX triplet: 86, 36 and 7A. RGB value is (134,54,122). Sum of RGB (Red+Green+Blue) = 134+54+122=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86367A is #79C985. Grayscale: #555555. Windows color (decimal): -7981446 or 8009350. OLE color: 8009350.
HSL color Cylindrical-coordinate representation of color #86367A: hue angle of 309º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86367A is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 122 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.47 |
| HSL | 309º | 0.43% | 0.37% | - |
| HSV(B) | 309º | 0.6% | 0.53% | - |
| XYZ | 14.66 | 9.11 | 19.4 | - |
| YUV | 85.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 122 | 0 | 0.60 | 0.09 | 0.47 | 309 | 0.43 | 0.37 |
| Hex | 86 | 36 | 7A | 0 | 3C | 9 | 2F | 135 | 2B | 25 |
| Octal | 206 | 66 | 172 | 0 | 74 | 11 | 57 | 465 | 53 | 45 |
| Binary | 10000110 | 110110 | 1111010 | 0 | 111100 | 1001 | 101111 | 100110101 | 101011 | 100101 |
Color Harmonies of #86367A
Complementary color
Monochromatic Colors of #86367A
Black with #86367A
Text Example
Text Example
White with #86367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86367A; }
p { color: rgb(134,54,122); }
H1.HeaderClassName
{
color: #86367A;
}
.AnyTagClassName
{
color: #86367A;
}
</style>
background-color css
<style>
a { background-color: #86367A; }
a { background-color: rgb(134,54,122); }
div.DivClassName
{
background-color: #86367A;
}
.BgClassName
{
background-color: #86367A;
}
</style>
border-color css
<style>
span { border-color: #86367A; }
span { border-color: rgb(134,54,122); }
td.TdClassName
{
border-color: #86367A;
}
.TagClassName
{
border-color: #86367A;
}
</style>