Shades of Dark Purple #850970
Tints of Dark Purple #850970
RGB
CMYK
RGB Variations
Color information
#850970 (or 0x850970) is known color: Dark Purple. HEX triplet: 85, 09 and 70. RGB value is (133,9,112). Sum of RGB (Red+Green+Blue) = 133+9+112=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #850970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850970 is #7AF68F. Grayscale: #393939. Windows color (decimal): -8058512 or 7342469. OLE color: 7342469.
HSL color Cylindrical-coordinate representation of color #850970: hue angle of 310.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850970 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 112 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.48 |
| HSL | 310.16º | 0.87% | 0.28% | - |
| HSV(B) | 310.16º | 0.93% | 0.52% | - |
| XYZ | 12.7 | 6.35 | 15.89 | - |
| YUV | 57.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 112 | 0 | 0.93 | 0.16 | 0.48 | 310.16 | 0.87 | 0.28 |
| Hex | 85 | 9 | 70 | 0 | 5D | 10 | 30 | 136 | 57 | 1C |
| Octal | 205 | 11 | 160 | 0 | 135 | 20 | 60 | 466 | 127 | 34 |
| Binary | 10000101 | 1001 | 1110000 | 0 | 1011101 | 10000 | 110000 | 100110110 | 1010111 | 11100 |
Color Harmonies of #850970
Complementary color
Monochromatic Colors of #850970
Black with #850970
Text Example
Text Example
White with #850970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850970; }
p { color: rgb(133,9,112); }
H1.HeaderClassName
{
color: #850970;
}
.AnyTagClassName
{
color: #850970;
}
</style>
background-color css
<style>
a { background-color: #850970; }
a { background-color: rgb(133,9,112); }
div.DivClassName
{
background-color: #850970;
}
.BgClassName
{
background-color: #850970;
}
</style>
border-color css
<style>
span { border-color: #850970; }
span { border-color: rgb(133,9,112); }
td.TdClassName
{
border-color: #850970;
}
.TagClassName
{
border-color: #850970;
}
</style>