Shades of Dark Purple #851C81
Tints of Dark Purple #851C81
RGB
CMYK
RGB Variations
Color information
#851C81 (or 0x851C81) is known color: Dark Purple. HEX triplet: 85, 1C and 81. RGB value is (133,28,129). Sum of RGB (Red+Green+Blue) = 133+28+129=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #851C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851C81 is #7AE37E. Grayscale: #464646. Windows color (decimal): -8053631 or 8461445. OLE color: 8461445.
HSL color Cylindrical-coordinate representation of color #851C81: hue angle of 302.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C81 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 129 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.48 |
| HSL | 302.29º | 0.65% | 0.32% | - |
| HSV(B) | 302.29º | 0.79% | 0.52% | - |
| XYZ | 14.05 | 7.4 | 21.46 | - |
| YUV | 70.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 129 | 0 | 0.79 | 0.03 | 0.48 | 302.29 | 0.65 | 0.32 |
| Hex | 85 | 1C | 81 | 0 | 4F | 3 | 30 | 12E | 41 | 20 |
| Octal | 205 | 34 | 201 | 0 | 117 | 3 | 60 | 456 | 101 | 40 |
| Binary | 10000101 | 11100 | 10000001 | 0 | 1001111 | 11 | 110000 | 100101110 | 1000001 | 100000 |
Color Harmonies of #851C81
Complementary color
Monochromatic Colors of #851C81
Black with #851C81
Text Example
Text Example
White with #851C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C81; }
p { color: rgb(133,28,129); }
H1.HeaderClassName
{
color: #851C81;
}
.AnyTagClassName
{
color: #851C81;
}
</style>
background-color css
<style>
a { background-color: #851C81; }
a { background-color: rgb(133,28,129); }
div.DivClassName
{
background-color: #851C81;
}
.BgClassName
{
background-color: #851C81;
}
</style>
border-color css
<style>
span { border-color: #851C81; }
span { border-color: rgb(133,28,129); }
td.TdClassName
{
border-color: #851C81;
}
.TagClassName
{
border-color: #851C81;
}
</style>