Shades of Purple #850685
Tints of Purple #850685
RGB
CMYK
RGB Variations
Color information
#850685 (or 0x850685) is known color: Purple. HEX triplet: 85, 06 and 85. RGB value is (133,6,133). Sum of RGB (Red+Green+Blue) = 133+6+133=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #850685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850685 is #7AF97A. Grayscale: #3A3A3A. Windows color (decimal): -8059259 or 8717957. OLE color: 8717957.
HSL color Cylindrical-coordinate representation of color #850685: hue angle of 300º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850685 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 133 | - |
| CMYK | 0 | 0.95 | 0 | 0.48 |
| HSL | 300º | 0.91% | 0.27% | - |
| HSV(B) | 300º | 0.95% | 0.52% | - |
| XYZ | 13.97 | 6.81 | 22.77 | - |
| YUV | 58.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 133 | 0 | 0.95 | 0 | 0.48 | 300 | 0.91 | 0.27 |
| Hex | 85 | 6 | 85 | 0 | 5F | 0 | 30 | 12C | 5B | 1B |
| Octal | 205 | 6 | 205 | 0 | 137 | 0 | 60 | 454 | 133 | 33 |
| Binary | 10000101 | 110 | 10000101 | 0 | 1011111 | 0 | 110000 | 100101100 | 1011011 | 11011 |
Color Harmonies of #850685
Complementary color
Monochromatic Colors of #850685
Black with #850685
Text Example
Text Example
White with #850685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850685; }
p { color: rgb(133,6,133); }
H1.HeaderClassName
{
color: #850685;
}
.AnyTagClassName
{
color: #850685;
}
</style>
background-color css
<style>
a { background-color: #850685; }
a { background-color: rgb(133,6,133); }
div.DivClassName
{
background-color: #850685;
}
.BgClassName
{
background-color: #850685;
}
</style>
border-color css
<style>
span { border-color: #850685; }
span { border-color: rgb(133,6,133); }
td.TdClassName
{
border-color: #850685;
}
.TagClassName
{
border-color: #850685;
}
</style>