Shades of Dark Purple #861484
Tints of Dark Purple #861484
RGB
CMYK
RGB Variations
Color information
#861484 (or 0x861484) is known color: Dark Purple. HEX triplet: 86, 14 and 84. RGB value is (134,20,132). Sum of RGB (Red+Green+Blue) = 134+20+132=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #861484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861484 is #79EB7B. Grayscale: #424242. Windows color (decimal): -7990140 or 8656006. OLE color: 8656006.
HSL color Cylindrical-coordinate representation of color #861484: hue angle of 301.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861484 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 132 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.47 |
| HSL | 301.05º | 0.74% | 0.3% | - |
| HSV(B) | 301.05º | 0.85% | 0.53% | - |
| XYZ | 14.25 | 7.23 | 22.48 | - |
| YUV | 66.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 132 | 0 | 0.85 | 0.01 | 0.47 | 301.05 | 0.74 | 0.3 |
| Hex | 86 | 14 | 84 | 0 | 55 | 1 | 2F | 12D | 4A | 1E |
| Octal | 206 | 24 | 204 | 0 | 125 | 1 | 57 | 455 | 112 | 36 |
| Binary | 10000110 | 10100 | 10000100 | 0 | 1010101 | 1 | 101111 | 100101101 | 1001010 | 11110 |
Color Harmonies of #861484
Complementary color
Monochromatic Colors of #861484
Black with #861484
Text Example
Text Example
White with #861484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861484; }
p { color: rgb(134,20,132); }
H1.HeaderClassName
{
color: #861484;
}
.AnyTagClassName
{
color: #861484;
}
</style>
background-color css
<style>
a { background-color: #861484; }
a { background-color: rgb(134,20,132); }
div.DivClassName
{
background-color: #861484;
}
.BgClassName
{
background-color: #861484;
}
</style>
border-color css
<style>
span { border-color: #861484; }
span { border-color: rgb(134,20,132); }
td.TdClassName
{
border-color: #861484;
}
.TagClassName
{
border-color: #861484;
}
</style>