Shades of Dark Purple #861889
Tints of Dark Purple #861889
RGB
CMYK
RGB Variations
Color information
#861889 (or 0x861889) is known color: Dark Purple. HEX triplet: 86, 18 and 89. RGB value is (134,24,137). Sum of RGB (Red+Green+Blue) = 134+24+137=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #861889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861889 is #79E776. Grayscale: #454545. Windows color (decimal): -7989111 or 8984710. OLE color: 8984710.
HSL color Cylindrical-coordinate representation of color #861889: hue angle of 298.41º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861889 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 24 | 137 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.46 |
| HSL | 298.41º | 0.7% | 0.32% | - |
| HSV(B) | 298.41º | 0.82% | 0.54% | - |
| XYZ | 14.67 | 7.53 | 24.35 | - |
| YUV | 69.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 137 | 0.02 | 0.82 | 0 | 0.46 | 298.41 | 0.7 | 0.32 |
| Hex | 86 | 18 | 89 | 2 | 52 | 0 | 2E | 12A | 46 | 20 |
| Octal | 206 | 30 | 211 | 2 | 122 | 0 | 56 | 452 | 106 | 40 |
| Binary | 10000110 | 11000 | 10001001 | 10 | 1010010 | 0 | 101110 | 100101010 | 1000110 | 100000 |
Color Harmonies of #861889
Complementary color
Monochromatic Colors of #861889
Black with #861889
Text Example
Text Example
White with #861889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861889; }
p { color: rgb(134,24,137); }
H1.HeaderClassName
{
color: #861889;
}
.AnyTagClassName
{
color: #861889;
}
</style>
background-color css
<style>
a { background-color: #861889; }
a { background-color: rgb(134,24,137); }
div.DivClassName
{
background-color: #861889;
}
.BgClassName
{
background-color: #861889;
}
</style>
border-color css
<style>
span { border-color: #861889; }
span { border-color: rgb(134,24,137); }
td.TdClassName
{
border-color: #861889;
}
.TagClassName
{
border-color: #861889;
}
</style>