Shades of Purple #850D7E
Tints of Purple #850D7E
RGB
CMYK
RGB Variations
Color information
#850D7E (or 0x850D7E) is known color: Purple. HEX triplet: 85, 0D and 7E. RGB value is (133,13,126). Sum of RGB (Red+Green+Blue) = 133+13+126=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #850D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D7E is #7AF281. Grayscale: #3D3D3D. Windows color (decimal): -8057474 or 8260997. OLE color: 8260997.
HSL color Cylindrical-coordinate representation of color #850D7E: hue angle of 303.5º 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 #850D7E is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 126 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.48 |
| HSL | 303.5º | 0.82% | 0.29% | - |
| HSV(B) | 303.5º | 0.9% | 0.52% | - |
| XYZ | 13.58 | 6.78 | 20.33 | - |
| YUV | 61.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 126 | 0 | 0.90 | 0.05 | 0.48 | 303.5 | 0.82 | 0.29 |
| Hex | 85 | D | 7E | 0 | 5A | 5 | 30 | 130 | 52 | 1D |
| Octal | 205 | 15 | 176 | 0 | 132 | 5 | 60 | 460 | 122 | 35 |
| Binary | 10000101 | 1101 | 1111110 | 0 | 1011010 | 101 | 110000 | 100110000 | 1010010 | 11101 |
Color Harmonies of #850D7E
Complementary color
Monochromatic Colors of #850D7E
Black with #850D7E
Text Example
Text Example
White with #850D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D7E; }
p { color: rgb(133,13,126); }
H1.HeaderClassName
{
color: #850D7E;
}
.AnyTagClassName
{
color: #850D7E;
}
</style>
background-color css
<style>
a { background-color: #850D7E; }
a { background-color: rgb(133,13,126); }
div.DivClassName
{
background-color: #850D7E;
}
.BgClassName
{
background-color: #850D7E;
}
</style>
border-color css
<style>
span { border-color: #850D7E; }
span { border-color: rgb(133,13,126); }
td.TdClassName
{
border-color: #850D7E;
}
.TagClassName
{
border-color: #850D7E;
}
</style>