Shades of Dark Purple #851D81
Tints of Dark Purple #851D81
RGB
CMYK
RGB Variations
Color information
#851D81 (or 0x851D81) is known color: Dark Purple. HEX triplet: 85, 1D and 81. RGB value is (133,29,129). Sum of RGB (Red+Green+Blue) = 133+29+129=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #851D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D81 is #7AE27E. Grayscale: #474747. Windows color (decimal): -8053375 or 8461701. OLE color: 8461701.
HSL color Cylindrical-coordinate representation of color #851D81: hue angle of 302.31º 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 #851D81 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 129 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.48 |
| HSL | 302.31º | 0.64% | 0.32% | - |
| HSV(B) | 302.31º | 0.78% | 0.52% | - |
| XYZ | 14.07 | 7.45 | 21.47 | - |
| YUV | 71.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 129 | 0 | 0.78 | 0.03 | 0.48 | 302.31 | 0.64 | 0.32 |
| Hex | 85 | 1D | 81 | 0 | 4E | 3 | 30 | 12E | 40 | 20 |
| Octal | 205 | 35 | 201 | 0 | 116 | 3 | 60 | 456 | 100 | 40 |
| Binary | 10000101 | 11101 | 10000001 | 0 | 1001110 | 11 | 110000 | 100101110 | 1000000 | 100000 |
Color Harmonies of #851D81
Complementary color
Monochromatic Colors of #851D81
Black with #851D81
Text Example
Text Example
White with #851D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D81; }
p { color: rgb(133,29,129); }
H1.HeaderClassName
{
color: #851D81;
}
.AnyTagClassName
{
color: #851D81;
}
</style>
background-color css
<style>
a { background-color: #851D81; }
a { background-color: rgb(133,29,129); }
div.DivClassName
{
background-color: #851D81;
}
.BgClassName
{
background-color: #851D81;
}
</style>
border-color css
<style>
span { border-color: #851D81; }
span { border-color: rgb(133,29,129); }
td.TdClassName
{
border-color: #851D81;
}
.TagClassName
{
border-color: #851D81;
}
</style>