Shades of Dark Purple #851E84
Tints of Dark Purple #851E84
RGB
CMYK
RGB Variations
Color information
#851E84 (or 0x851E84) is known color: Dark Purple. HEX triplet: 85, 1E and 84. RGB value is (133,30,132). Sum of RGB (Red+Green+Blue) = 133+30+132=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #851E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E84 is #7AE17B. Grayscale: #484848. Windows color (decimal): -8053116 or 8658565. OLE color: 8658565.
HSL color Cylindrical-coordinate representation of color #851E84: hue angle of 300.58º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E84 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 132 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.48 |
| HSL | 300.58º | 0.63% | 0.32% | - |
| HSV(B) | 300.58º | 0.77% | 0.52% | - |
| XYZ | 14.3 | 7.58 | 22.54 | - |
| YUV | 72.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 132 | 0 | 0.77 | 0.01 | 0.48 | 300.58 | 0.63 | 0.32 |
| Hex | 85 | 1E | 84 | 0 | 4D | 1 | 30 | 12D | 3F | 20 |
| Octal | 205 | 36 | 204 | 0 | 115 | 1 | 60 | 455 | 77 | 40 |
| Binary | 10000101 | 11110 | 10000100 | 0 | 1001101 | 1 | 110000 | 100101101 | 111111 | 100000 |
Color Harmonies of #851E84
Complementary color
Monochromatic Colors of #851E84
Black with #851E84
Text Example
Text Example
White with #851E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E84; }
p { color: rgb(133,30,132); }
H1.HeaderClassName
{
color: #851E84;
}
.AnyTagClassName
{
color: #851E84;
}
</style>
background-color css
<style>
a { background-color: #851E84; }
a { background-color: rgb(133,30,132); }
div.DivClassName
{
background-color: #851E84;
}
.BgClassName
{
background-color: #851E84;
}
</style>
border-color css
<style>
span { border-color: #851E84; }
span { border-color: rgb(133,30,132); }
td.TdClassName
{
border-color: #851E84;
}
.TagClassName
{
border-color: #851E84;
}
</style>