Shades of Dark Purple #862585
Tints of Dark Purple #862585
RGB
CMYK
RGB Variations
Color information
#862585 (or 0x862585) is known color: Dark Purple. HEX triplet: 86, 25 and 85. RGB value is (134,37,133). Sum of RGB (Red+Green+Blue) = 134+37+133=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #862585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862585 is #79DA7A. Grayscale: #4C4C4C. Windows color (decimal): -7985787 or 8725894. OLE color: 8725894.
HSL color Cylindrical-coordinate representation of color #862585: hue angle of 300.62º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862585 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 133 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.47 |
| HSL | 300.62º | 0.57% | 0.34% | - |
| HSV(B) | 300.62º | 0.72% | 0.53% | - |
| XYZ | 14.73 | 8.08 | 22.97 | - |
| YUV | 76.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 133 | 0 | 0.72 | 0.01 | 0.47 | 300.62 | 0.57 | 0.34 |
| Hex | 86 | 25 | 85 | 0 | 48 | 1 | 2F | 12D | 39 | 22 |
| Octal | 206 | 45 | 205 | 0 | 110 | 1 | 57 | 455 | 71 | 42 |
| Binary | 10000110 | 100101 | 10000101 | 0 | 1001000 | 1 | 101111 | 100101101 | 111001 | 100010 |
Color Harmonies of #862585
Complementary color
Monochromatic Colors of #862585
Black with #862585
Text Example
Text Example
White with #862585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862585; }
p { color: rgb(134,37,133); }
H1.HeaderClassName
{
color: #862585;
}
.AnyTagClassName
{
color: #862585;
}
</style>
background-color css
<style>
a { background-color: #862585; }
a { background-color: rgb(134,37,133); }
div.DivClassName
{
background-color: #862585;
}
.BgClassName
{
background-color: #862585;
}
</style>
border-color css
<style>
span { border-color: #862585; }
span { border-color: rgb(134,37,133); }
td.TdClassName
{
border-color: #862585;
}
.TagClassName
{
border-color: #862585;
}
</style>