Shades of Dark Purple #862289
Tints of Dark Purple #862289
RGB
CMYK
RGB Variations
Color information
#862289 (or 0x862289) is known color: Dark Purple. HEX triplet: 86, 22 and 89. RGB value is (134,34,137). Sum of RGB (Red+Green+Blue) = 134+34+137=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #862289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862289 is #79DD76. Grayscale: #4B4B4B. Windows color (decimal): -7986551 or 8987270. OLE color: 8987270.
HSL color Cylindrical-coordinate representation of color #862289: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862289 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 34 | 137 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.46 |
| HSL | 298.25º | 0.6% | 0.34% | - |
| HSV(B) | 298.25º | 0.75% | 0.54% | - |
| XYZ | 14.92 | 8.02 | 24.43 | - |
| YUV | 75.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 137 | 0.02 | 0.75 | 0 | 0.46 | 298.25 | 0.6 | 0.34 |
| Hex | 86 | 22 | 89 | 2 | 4B | 0 | 2E | 12A | 3C | 22 |
| Octal | 206 | 42 | 211 | 2 | 113 | 0 | 56 | 452 | 74 | 42 |
| Binary | 10000110 | 100010 | 10001001 | 10 | 1001011 | 0 | 101110 | 100101010 | 111100 | 100010 |
Color Harmonies of #862289
Complementary color
Monochromatic Colors of #862289
Black with #862289
Text Example
Text Example
White with #862289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862289; }
p { color: rgb(134,34,137); }
H1.HeaderClassName
{
color: #862289;
}
.AnyTagClassName
{
color: #862289;
}
</style>
background-color css
<style>
a { background-color: #862289; }
a { background-color: rgb(134,34,137); }
div.DivClassName
{
background-color: #862289;
}
.BgClassName
{
background-color: #862289;
}
</style>
border-color css
<style>
span { border-color: #862289; }
span { border-color: rgb(134,34,137); }
td.TdClassName
{
border-color: #862289;
}
.TagClassName
{
border-color: #862289;
}
</style>