Shades of Dark Purple #85226E
Tints of Dark Purple #85226E
RGB
CMYK
RGB Variations
Color information
#85226E (or 0x85226E) is known color: Dark Purple. HEX triplet: 85, 22 and 6E. RGB value is (133,34,110). Sum of RGB (Red+Green+Blue) = 133+34+110=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85226E is #7ADD91. Grayscale: #484848. Windows color (decimal): -8052114 or 7217797. OLE color: 7217797.
HSL color Cylindrical-coordinate representation of color #85226E: hue angle of 313.94º 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 #85226E is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 110 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.48 |
| HSL | 313.94º | 0.59% | 0.33% | - |
| HSV(B) | 313.94º | 0.74% | 0.52% | - |
| XYZ | 13.06 | 7.26 | 15.46 | - |
| YUV | 72.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 110 | 0 | 0.74 | 0.17 | 0.48 | 313.94 | 0.59 | 0.33 |
| Hex | 85 | 22 | 6E | 0 | 4A | 11 | 30 | 13A | 3B | 21 |
| Octal | 205 | 42 | 156 | 0 | 112 | 21 | 60 | 472 | 73 | 41 |
| Binary | 10000101 | 100010 | 1101110 | 0 | 1001010 | 10001 | 110000 | 100111010 | 111011 | 100001 |
Color Harmonies of #85226E
Complementary color
Monochromatic Colors of #85226E
Black with #85226E
Text Example
Text Example
White with #85226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85226E; }
p { color: rgb(133,34,110); }
H1.HeaderClassName
{
color: #85226E;
}
.AnyTagClassName
{
color: #85226E;
}
</style>
background-color css
<style>
a { background-color: #85226E; }
a { background-color: rgb(133,34,110); }
div.DivClassName
{
background-color: #85226E;
}
.BgClassName
{
background-color: #85226E;
}
</style>
border-color css
<style>
span { border-color: #85226E; }
span { border-color: rgb(133,34,110); }
td.TdClassName
{
border-color: #85226E;
}
.TagClassName
{
border-color: #85226E;
}
</style>