Shades of Dark Purple #85227C
Tints of Dark Purple #85227C
RGB
CMYK
RGB Variations
Color information
#85227C (or 0x85227C) is known color: Dark Purple. HEX triplet: 85, 22 and 7C. RGB value is (133,34,124). Sum of RGB (Red+Green+Blue) = 133+34+124=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227C is #7ADD83. Grayscale: #494949. Windows color (decimal): -8052100 or 8135301. OLE color: 8135301.
HSL color Cylindrical-coordinate representation of color #85227C: hue angle of 305.45º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85227C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 124 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.48 |
| HSL | 305.45º | 0.59% | 0.33% | - |
| HSV(B) | 305.45º | 0.74% | 0.52% | - |
| XYZ | 13.88 | 7.59 | 19.8 | - |
| YUV | 73.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 124 | 0 | 0.74 | 0.07 | 0.48 | 305.45 | 0.59 | 0.33 |
| Hex | 85 | 22 | 7C | 0 | 4A | 7 | 30 | 131 | 3B | 21 |
| Octal | 205 | 42 | 174 | 0 | 112 | 7 | 60 | 461 | 73 | 41 |
| Binary | 10000101 | 100010 | 1111100 | 0 | 1001010 | 111 | 110000 | 100110001 | 111011 | 100001 |
Color Harmonies of #85227C
Complementary color
Monochromatic Colors of #85227C
Black with #85227C
Text Example
Text Example
White with #85227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85227C; }
p { color: rgb(133,34,124); }
H1.HeaderClassName
{
color: #85227C;
}
.AnyTagClassName
{
color: #85227C;
}
</style>
background-color css
<style>
a { background-color: #85227C; }
a { background-color: rgb(133,34,124); }
div.DivClassName
{
background-color: #85227C;
}
.BgClassName
{
background-color: #85227C;
}
</style>
border-color css
<style>
span { border-color: #85227C; }
span { border-color: rgb(133,34,124); }
td.TdClassName
{
border-color: #85227C;
}
.TagClassName
{
border-color: #85227C;
}
</style>