Shades of Purple #85097A
Tints of Purple #85097A
RGB
CMYK
RGB Variations
Color information
#85097A (or 0x85097A) is known color: Purple. HEX triplet: 85, 09 and 7A. RGB value is (133,9,122). Sum of RGB (Red+Green+Blue) = 133+9+122=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85097A is #7AF685. Grayscale: #3A3A3A. Windows color (decimal): -8058502 or 7997829. OLE color: 7997829.
HSL color Cylindrical-coordinate representation of color #85097A: hue angle of 305.32º 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 #85097A is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 122 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.48 |
| HSL | 305.32º | 0.87% | 0.28% | - |
| HSV(B) | 305.32º | 0.93% | 0.52% | - |
| XYZ | 13.28 | 6.59 | 18.98 | - |
| YUV | 58.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 122 | 0 | 0.93 | 0.08 | 0.48 | 305.32 | 0.87 | 0.28 |
| Hex | 85 | 9 | 7A | 0 | 5D | 8 | 30 | 131 | 57 | 1C |
| Octal | 205 | 11 | 172 | 0 | 135 | 10 | 60 | 461 | 127 | 34 |
| Binary | 10000101 | 1001 | 1111010 | 0 | 1011101 | 1000 | 110000 | 100110001 | 1010111 | 11100 |
Color Harmonies of #85097A
Complementary color
Monochromatic Colors of #85097A
Black with #85097A
Text Example
Text Example
White with #85097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85097A; }
p { color: rgb(133,9,122); }
H1.HeaderClassName
{
color: #85097A;
}
.AnyTagClassName
{
color: #85097A;
}
</style>
background-color css
<style>
a { background-color: #85097A; }
a { background-color: rgb(133,9,122); }
div.DivClassName
{
background-color: #85097A;
}
.BgClassName
{
background-color: #85097A;
}
</style>
border-color css
<style>
span { border-color: #85097A; }
span { border-color: rgb(133,9,122); }
td.TdClassName
{
border-color: #85097A;
}
.TagClassName
{
border-color: #85097A;
}
</style>