Shades of Dark Purple #851C83
Tints of Dark Purple #851C83
RGB
CMYK
RGB Variations
Color information
#851C83 (or 0x851C83) is known color: Dark Purple. HEX triplet: 85, 1C and 83. RGB value is (133,28,131). Sum of RGB (Red+Green+Blue) = 133+28+131=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #851C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851C83 is #7AE37C. Grayscale: #464646. Windows color (decimal): -8053629 or 8592517. OLE color: 8592517.
HSL color Cylindrical-coordinate representation of color #851C83: hue angle of 301.14º 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 #851C83 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 131 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.48 |
| HSL | 301.14º | 0.65% | 0.32% | - |
| HSV(B) | 301.14º | 0.79% | 0.52% | - |
| XYZ | 14.18 | 7.46 | 22.16 | - |
| YUV | 71.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 131 | 0 | 0.79 | 0.02 | 0.48 | 301.14 | 0.65 | 0.32 |
| Hex | 85 | 1C | 83 | 0 | 4F | 2 | 30 | 12D | 41 | 20 |
| Octal | 205 | 34 | 203 | 0 | 117 | 2 | 60 | 455 | 101 | 40 |
| Binary | 10000101 | 11100 | 10000011 | 0 | 1001111 | 10 | 110000 | 100101101 | 1000001 | 100000 |
Color Harmonies of #851C83
Complementary color
Monochromatic Colors of #851C83
Black with #851C83
Text Example
Text Example
White with #851C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C83; }
p { color: rgb(133,28,131); }
H1.HeaderClassName
{
color: #851C83;
}
.AnyTagClassName
{
color: #851C83;
}
</style>
background-color css
<style>
a { background-color: #851C83; }
a { background-color: rgb(133,28,131); }
div.DivClassName
{
background-color: #851C83;
}
.BgClassName
{
background-color: #851C83;
}
</style>
border-color css
<style>
span { border-color: #851C83; }
span { border-color: rgb(133,28,131); }
td.TdClassName
{
border-color: #851C83;
}
.TagClassName
{
border-color: #851C83;
}
</style>