Shades of Dark Purple #862181
Tints of Dark Purple #862181
RGB
CMYK
RGB Variations
Color information
#862181 (or 0x862181) is known color: Dark Purple. HEX triplet: 86, 21 and 81. RGB value is (134,33,129). Sum of RGB (Red+Green+Blue) = 134+33+129=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #862181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862181 is #79DE7E. Grayscale: #494949. Windows color (decimal): -7986815 or 8462726. OLE color: 8462726.
HSL color Cylindrical-coordinate representation of color #862181: hue angle of 302.97º 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 #862181 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 129 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.47 |
| HSL | 302.97º | 0.6% | 0.33% | - |
| HSV(B) | 302.97º | 0.75% | 0.53% | - |
| XYZ | 14.34 | 7.74 | 21.51 | - |
| YUV | 74.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 129 | 0 | 0.75 | 0.04 | 0.47 | 302.97 | 0.6 | 0.33 |
| Hex | 86 | 21 | 81 | 0 | 4B | 4 | 2F | 12F | 3C | 21 |
| Octal | 206 | 41 | 201 | 0 | 113 | 4 | 57 | 457 | 74 | 41 |
| Binary | 10000110 | 100001 | 10000001 | 0 | 1001011 | 100 | 101111 | 100101111 | 111100 | 100001 |
Color Harmonies of #862181
Complementary color
Monochromatic Colors of #862181
Black with #862181
Text Example
Text Example
White with #862181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862181; }
p { color: rgb(134,33,129); }
H1.HeaderClassName
{
color: #862181;
}
.AnyTagClassName
{
color: #862181;
}
</style>
background-color css
<style>
a { background-color: #862181; }
a { background-color: rgb(134,33,129); }
div.DivClassName
{
background-color: #862181;
}
.BgClassName
{
background-color: #862181;
}
</style>
border-color css
<style>
span { border-color: #862181; }
span { border-color: rgb(134,33,129); }
td.TdClassName
{
border-color: #862181;
}
.TagClassName
{
border-color: #862181;
}
</style>