Shades of Dark Purple #851E83
Tints of Dark Purple #851E83
RGB
CMYK
RGB Variations
Color information
#851E83 (or 0x851E83) is known color: Dark Purple. HEX triplet: 85, 1E and 83. RGB value is (133,30,131). Sum of RGB (Red+Green+Blue) = 133+30+131=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #851E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E83 is #7AE17C. Grayscale: #484848. Windows color (decimal): -8053117 or 8593029. OLE color: 8593029.
HSL color Cylindrical-coordinate representation of color #851E83: hue angle of 301.17º 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 #851E83 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 131 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.48 |
| HSL | 301.17º | 0.63% | 0.32% | - |
| HSV(B) | 301.17º | 0.77% | 0.52% | - |
| XYZ | 14.23 | 7.55 | 22.18 | - |
| YUV | 72.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 131 | 0 | 0.77 | 0.02 | 0.48 | 301.17 | 0.63 | 0.32 |
| Hex | 85 | 1E | 83 | 0 | 4D | 2 | 30 | 12D | 3F | 20 |
| Octal | 205 | 36 | 203 | 0 | 115 | 2 | 60 | 455 | 77 | 40 |
| Binary | 10000101 | 11110 | 10000011 | 0 | 1001101 | 10 | 110000 | 100101101 | 111111 | 100000 |
Color Harmonies of #851E83
Complementary color
Monochromatic Colors of #851E83
Black with #851E83
Text Example
Text Example
White with #851E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E83; }
p { color: rgb(133,30,131); }
H1.HeaderClassName
{
color: #851E83;
}
.AnyTagClassName
{
color: #851E83;
}
</style>
background-color css
<style>
a { background-color: #851E83; }
a { background-color: rgb(133,30,131); }
div.DivClassName
{
background-color: #851E83;
}
.BgClassName
{
background-color: #851E83;
}
</style>
border-color css
<style>
span { border-color: #851E83; }
span { border-color: rgb(133,30,131); }
td.TdClassName
{
border-color: #851E83;
}
.TagClassName
{
border-color: #851E83;
}
</style>