Shades of Dark Purple #851E82
Tints of Dark Purple #851E82
RGB
CMYK
RGB Variations
Color information
#851E82 (or 0x851E82) is known color: Dark Purple. HEX triplet: 85, 1E and 82. RGB value is (133,30,130). Sum of RGB (Red+Green+Blue) = 133+30+130=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #851E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E82 is #7AE17D. Grayscale: #474747. Windows color (decimal): -8053118 or 8527493. OLE color: 8527493.
HSL color Cylindrical-coordinate representation of color #851E82: hue angle of 301.75º 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 #851E82 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 130 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.48 |
| HSL | 301.75º | 0.63% | 0.32% | - |
| HSV(B) | 301.75º | 0.77% | 0.52% | - |
| XYZ | 14.17 | 7.53 | 21.83 | - |
| YUV | 72.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 130 | 0 | 0.77 | 0.02 | 0.48 | 301.75 | 0.63 | 0.32 |
| Hex | 85 | 1E | 82 | 0 | 4D | 2 | 30 | 12E | 3F | 20 |
| Octal | 205 | 36 | 202 | 0 | 115 | 2 | 60 | 456 | 77 | 40 |
| Binary | 10000101 | 11110 | 10000010 | 0 | 1001101 | 10 | 110000 | 100101110 | 111111 | 100000 |
Color Harmonies of #851E82
Complementary color
Monochromatic Colors of #851E82
Black with #851E82
Text Example
Text Example
White with #851E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E82; }
p { color: rgb(133,30,130); }
H1.HeaderClassName
{
color: #851E82;
}
.AnyTagClassName
{
color: #851E82;
}
</style>
background-color css
<style>
a { background-color: #851E82; }
a { background-color: rgb(133,30,130); }
div.DivClassName
{
background-color: #851E82;
}
.BgClassName
{
background-color: #851E82;
}
</style>
border-color css
<style>
span { border-color: #851E82; }
span { border-color: rgb(133,30,130); }
td.TdClassName
{
border-color: #851E82;
}
.TagClassName
{
border-color: #851E82;
}
</style>