Shades of Dark Purple #862286
Tints of Dark Purple #862286
RGB
CMYK
RGB Variations
Color information
#862286 (or 0x862286) is known color: Dark Purple. HEX triplet: 86, 22 and 86. RGB value is (134,34,134). Sum of RGB (Red+Green+Blue) = 134+34+134=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #862286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862286 is #79DD79. Grayscale: #4A4A4A. Windows color (decimal): -7986554 or 8790662. OLE color: 8790662.
HSL color Cylindrical-coordinate representation of color #862286: hue angle of 300º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862286 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 134 | - |
| CMYK | 0 | 0.75 | 0 | 0.47 |
| HSL | 300º | 0.6% | 0.33% | - |
| HSV(B) | 300º | 0.75% | 0.53% | - |
| XYZ | 14.71 | 7.93 | 23.31 | - |
| YUV | 75.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 134 | 0 | 0.75 | 0 | 0.47 | 300 | 0.6 | 0.33 |
| Hex | 86 | 22 | 86 | 0 | 4B | 0 | 2F | 12C | 3C | 21 |
| Octal | 206 | 42 | 206 | 0 | 113 | 0 | 57 | 454 | 74 | 41 |
| Binary | 10000110 | 100010 | 10000110 | 0 | 1001011 | 0 | 101111 | 100101100 | 111100 | 100001 |
Color Harmonies of #862286
Complementary color
Monochromatic Colors of #862286
Black with #862286
Text Example
Text Example
White with #862286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862286; }
p { color: rgb(134,34,134); }
H1.HeaderClassName
{
color: #862286;
}
.AnyTagClassName
{
color: #862286;
}
</style>
background-color css
<style>
a { background-color: #862286; }
a { background-color: rgb(134,34,134); }
div.DivClassName
{
background-color: #862286;
}
.BgClassName
{
background-color: #862286;
}
</style>
border-color css
<style>
span { border-color: #862286; }
span { border-color: rgb(134,34,134); }
td.TdClassName
{
border-color: #862286;
}
.TagClassName
{
border-color: #862286;
}
</style>