Shades of Dark Purple #862180
Tints of Dark Purple #862180
RGB
CMYK
RGB Variations
Color information
#862180 (or 0x862180) is known color: Dark Purple. HEX triplet: 86, 21 and 80. RGB value is (134,33,128). Sum of RGB (Red+Green+Blue) = 134+33+128=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #862180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862180 is #79DE7F. Grayscale: #494949. Windows color (decimal): -7986816 or 8397190. OLE color: 8397190.
HSL color Cylindrical-coordinate representation of color #862180: hue angle of 303.56º 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 #862180 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 128 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.47 |
| HSL | 303.56º | 0.6% | 0.33% | - |
| HSV(B) | 303.56º | 0.75% | 0.53% | - |
| XYZ | 14.27 | 7.71 | 21.16 | - |
| YUV | 74.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 128 | 0 | 0.75 | 0.04 | 0.47 | 303.56 | 0.6 | 0.33 |
| Hex | 86 | 21 | 80 | 0 | 4B | 4 | 2F | 130 | 3C | 21 |
| Octal | 206 | 41 | 200 | 0 | 113 | 4 | 57 | 460 | 74 | 41 |
| Binary | 10000110 | 100001 | 10000000 | 0 | 1001011 | 100 | 101111 | 100110000 | 111100 | 100001 |
Color Harmonies of #862180
Complementary color
Monochromatic Colors of #862180
Black with #862180
Text Example
Text Example
White with #862180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862180; }
p { color: rgb(134,33,128); }
H1.HeaderClassName
{
color: #862180;
}
.AnyTagClassName
{
color: #862180;
}
</style>
background-color css
<style>
a { background-color: #862180; }
a { background-color: rgb(134,33,128); }
div.DivClassName
{
background-color: #862180;
}
.BgClassName
{
background-color: #862180;
}
</style>
border-color css
<style>
span { border-color: #862180; }
span { border-color: rgb(134,33,128); }
td.TdClassName
{
border-color: #862180;
}
.TagClassName
{
border-color: #862180;
}
</style>