Shades of Dark Purple #851D80
Tints of Dark Purple #851D80
RGB
CMYK
RGB Variations
Color information
#851D80 (or 0x851D80) is known color: Dark Purple. HEX triplet: 85, 1D and 80. RGB value is (133,29,128). Sum of RGB (Red+Green+Blue) = 133+29+128=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #851D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D80 is #7AE27F. Grayscale: #474747. Windows color (decimal): -8053376 or 8396165. OLE color: 8396165.
HSL color Cylindrical-coordinate representation of color #851D80: hue angle of 302.88º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D80 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 128 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.48 |
| HSL | 302.88º | 0.64% | 0.32% | - |
| HSV(B) | 302.88º | 0.78% | 0.52% | - |
| XYZ | 14.01 | 7.42 | 21.12 | - |
| YUV | 71.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 128 | 0 | 0.78 | 0.04 | 0.48 | 302.88 | 0.64 | 0.32 |
| Hex | 85 | 1D | 80 | 0 | 4E | 4 | 30 | 12F | 40 | 20 |
| Octal | 205 | 35 | 200 | 0 | 116 | 4 | 60 | 457 | 100 | 40 |
| Binary | 10000101 | 11101 | 10000000 | 0 | 1001110 | 100 | 110000 | 100101111 | 1000000 | 100000 |
Color Harmonies of #851D80
Complementary color
Monochromatic Colors of #851D80
Black with #851D80
Text Example
Text Example
White with #851D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D80; }
p { color: rgb(133,29,128); }
H1.HeaderClassName
{
color: #851D80;
}
.AnyTagClassName
{
color: #851D80;
}
</style>
background-color css
<style>
a { background-color: #851D80; }
a { background-color: rgb(133,29,128); }
div.DivClassName
{
background-color: #851D80;
}
.BgClassName
{
background-color: #851D80;
}
</style>
border-color css
<style>
span { border-color: #851D80; }
span { border-color: rgb(133,29,128); }
td.TdClassName
{
border-color: #851D80;
}
.TagClassName
{
border-color: #851D80;
}
</style>