Shades of Dark Purple #85227E
Tints of Dark Purple #85227E
RGB
CMYK
RGB Variations
Color information
#85227E (or 0x85227E) is known color: Dark Purple. HEX triplet: 85, 22 and 7E. RGB value is (133,34,126). Sum of RGB (Red+Green+Blue) = 133+34+126=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227E is #7ADD81. Grayscale: #494949. Windows color (decimal): -8052098 or 8266373. OLE color: 8266373.
HSL color Cylindrical-coordinate representation of color #85227E: hue angle of 304.24º 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 #85227E is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 126 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.48 |
| HSL | 304.24º | 0.59% | 0.33% | - |
| HSV(B) | 304.24º | 0.74% | 0.52% | - |
| XYZ | 14.01 | 7.64 | 20.47 | - |
| YUV | 74.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 126 | 0 | 0.74 | 0.05 | 0.48 | 304.24 | 0.59 | 0.33 |
| Hex | 85 | 22 | 7E | 0 | 4A | 5 | 30 | 130 | 3B | 21 |
| Octal | 205 | 42 | 176 | 0 | 112 | 5 | 60 | 460 | 73 | 41 |
| Binary | 10000101 | 100010 | 1111110 | 0 | 1001010 | 101 | 110000 | 100110000 | 111011 | 100001 |
Color Harmonies of #85227E
Complementary color
Monochromatic Colors of #85227E
Black with #85227E
Text Example
Text Example
White with #85227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85227E; }
p { color: rgb(133,34,126); }
H1.HeaderClassName
{
color: #85227E;
}
.AnyTagClassName
{
color: #85227E;
}
</style>
background-color css
<style>
a { background-color: #85227E; }
a { background-color: rgb(133,34,126); }
div.DivClassName
{
background-color: #85227E;
}
.BgClassName
{
background-color: #85227E;
}
</style>
border-color css
<style>
span { border-color: #85227E; }
span { border-color: rgb(133,34,126); }
td.TdClassName
{
border-color: #85227E;
}
.TagClassName
{
border-color: #85227E;
}
</style>