Shades of Dark Purple #85227A
Tints of Dark Purple #85227A
RGB
CMYK
RGB Variations
Color information
#85227A (or 0x85227A) is known color: Dark Purple. HEX triplet: 85, 22 and 7A. RGB value is (133,34,122). Sum of RGB (Red+Green+Blue) = 133+34+122=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227A is #7ADD85. Grayscale: #494949. Windows color (decimal): -8052102 or 8004229. OLE color: 8004229.
HSL color Cylindrical-coordinate representation of color #85227A: hue angle of 306.67º 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 #85227A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 122 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.48 |
| HSL | 306.67º | 0.59% | 0.33% | - |
| HSV(B) | 306.67º | 0.74% | 0.52% | - |
| XYZ | 13.76 | 7.54 | 19.14 | - |
| YUV | 73.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 122 | 0 | 0.74 | 0.08 | 0.48 | 306.67 | 0.59 | 0.33 |
| Hex | 85 | 22 | 7A | 0 | 4A | 8 | 30 | 133 | 3B | 21 |
| Octal | 205 | 42 | 172 | 0 | 112 | 10 | 60 | 463 | 73 | 41 |
| Binary | 10000101 | 100010 | 1111010 | 0 | 1001010 | 1000 | 110000 | 100110011 | 111011 | 100001 |
Color Harmonies of #85227A
Complementary color
Monochromatic Colors of #85227A
Black with #85227A
Text Example
Text Example
White with #85227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85227A; }
p { color: rgb(133,34,122); }
H1.HeaderClassName
{
color: #85227A;
}
.AnyTagClassName
{
color: #85227A;
}
</style>
background-color css
<style>
a { background-color: #85227A; }
a { background-color: rgb(133,34,122); }
div.DivClassName
{
background-color: #85227A;
}
.BgClassName
{
background-color: #85227A;
}
</style>
border-color css
<style>
span { border-color: #85227A; }
span { border-color: rgb(133,34,122); }
td.TdClassName
{
border-color: #85227A;
}
.TagClassName
{
border-color: #85227A;
}
</style>