Shades of Dark Purple #850D77
Tints of Dark Purple #850D77
RGB
CMYK
RGB Variations
Color information
#850D77 (or 0x850D77) is known color: Dark Purple. HEX triplet: 85, 0D and 77. RGB value is (133,13,119). Sum of RGB (Red+Green+Blue) = 133+13+119=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #850D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D77 is #7AF288. Grayscale: #3C3C3C. Windows color (decimal): -8057481 or 7802245. OLE color: 7802245.
HSL color Cylindrical-coordinate representation of color #850D77: hue angle of 307º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D77 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 119 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.48 |
| HSL | 307º | 0.82% | 0.29% | - |
| HSV(B) | 307º | 0.9% | 0.52% | - |
| XYZ | 13.15 | 6.61 | 18.04 | - |
| YUV | 60.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 119 | 0 | 0.90 | 0.11 | 0.48 | 307 | 0.82 | 0.29 |
| Hex | 85 | D | 77 | 0 | 5A | B | 30 | 133 | 52 | 1D |
| Octal | 205 | 15 | 167 | 0 | 132 | 13 | 60 | 463 | 122 | 35 |
| Binary | 10000101 | 1101 | 1110111 | 0 | 1011010 | 1011 | 110000 | 100110011 | 1010010 | 11101 |
Color Harmonies of #850D77
Complementary color
Monochromatic Colors of #850D77
Black with #850D77
Text Example
Text Example
White with #850D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D77; }
p { color: rgb(133,13,119); }
H1.HeaderClassName
{
color: #850D77;
}
.AnyTagClassName
{
color: #850D77;
}
</style>
background-color css
<style>
a { background-color: #850D77; }
a { background-color: rgb(133,13,119); }
div.DivClassName
{
background-color: #850D77;
}
.BgClassName
{
background-color: #850D77;
}
</style>
border-color css
<style>
span { border-color: #850D77; }
span { border-color: rgb(133,13,119); }
td.TdClassName
{
border-color: #850D77;
}
.TagClassName
{
border-color: #850D77;
}
</style>