Shades of Dark Purple #851980
Tints of Dark Purple #851980
RGB
CMYK
RGB Variations
Color information
#851980 (or 0x851980) is known color: Dark Purple. HEX triplet: 85, 19 and 80. RGB value is (133,25,128). Sum of RGB (Red+Green+Blue) = 133+25+128=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #851980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851980 is #7AE67F. Grayscale: #444444. Windows color (decimal): -8054400 or 8395141. OLE color: 8395141.
HSL color Cylindrical-coordinate representation of color #851980: hue angle of 302.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851980 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 128 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.48 |
| HSL | 302.78º | 0.68% | 0.31% | - |
| HSV(B) | 302.78º | 0.81% | 0.52% | - |
| XYZ | 13.92 | 7.24 | 21.09 | - |
| YUV | 69.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 128 | 0 | 0.81 | 0.04 | 0.48 | 302.78 | 0.68 | 0.31 |
| Hex | 85 | 19 | 80 | 0 | 51 | 4 | 30 | 12F | 44 | 1F |
| Octal | 205 | 31 | 200 | 0 | 121 | 4 | 60 | 457 | 104 | 37 |
| Binary | 10000101 | 11001 | 10000000 | 0 | 1010001 | 100 | 110000 | 100101111 | 1000100 | 11111 |
Color Harmonies of #851980
Complementary color
Monochromatic Colors of #851980
Black with #851980
Text Example
Text Example
White with #851980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851980; }
p { color: rgb(133,25,128); }
H1.HeaderClassName
{
color: #851980;
}
.AnyTagClassName
{
color: #851980;
}
</style>
background-color css
<style>
a { background-color: #851980; }
a { background-color: rgb(133,25,128); }
div.DivClassName
{
background-color: #851980;
}
.BgClassName
{
background-color: #851980;
}
</style>
border-color css
<style>
span { border-color: #851980; }
span { border-color: rgb(133,25,128); }
td.TdClassName
{
border-color: #851980;
}
.TagClassName
{
border-color: #851980;
}
</style>