Shades of Purple #850A7D
Tints of Purple #850A7D
RGB
CMYK
RGB Variations
Color information
#850A7D (or 0x850A7D) is known color: Purple. HEX triplet: 85, 0A and 7D. RGB value is (133,10,125). Sum of RGB (Red+Green+Blue) = 133+10+125=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #850A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A7D is #7AF582. Grayscale: #3B3B3B. Windows color (decimal): -8058243 or 8194693. OLE color: 8194693.
HSL color Cylindrical-coordinate representation of color #850A7D: hue angle of 303.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A7D is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 125 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.48 |
| HSL | 303.9º | 0.86% | 0.28% | - |
| HSV(B) | 303.9º | 0.92% | 0.52% | - |
| XYZ | 13.48 | 6.68 | 19.98 | - |
| YUV | 59.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 125 | 0 | 0.92 | 0.06 | 0.48 | 303.9 | 0.86 | 0.28 |
| Hex | 85 | A | 7D | 0 | 5C | 6 | 30 | 130 | 56 | 1C |
| Octal | 205 | 12 | 175 | 0 | 134 | 6 | 60 | 460 | 126 | 34 |
| Binary | 10000101 | 1010 | 1111101 | 0 | 1011100 | 110 | 110000 | 100110000 | 1010110 | 11100 |
Color Harmonies of #850A7D
Complementary color
Monochromatic Colors of #850A7D
Black with #850A7D
Text Example
Text Example
White with #850A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A7D; }
p { color: rgb(133,10,125); }
H1.HeaderClassName
{
color: #850A7D;
}
.AnyTagClassName
{
color: #850A7D;
}
</style>
background-color css
<style>
a { background-color: #850A7D; }
a { background-color: rgb(133,10,125); }
div.DivClassName
{
background-color: #850A7D;
}
.BgClassName
{
background-color: #850A7D;
}
</style>
border-color css
<style>
span { border-color: #850A7D; }
span { border-color: rgb(133,10,125); }
td.TdClassName
{
border-color: #850A7D;
}
.TagClassName
{
border-color: #850A7D;
}
</style>