Shades of Dark Purple #852288
Tints of Dark Purple #852288
RGB
CMYK
RGB Variations
Color information
#852288 (or 0x852288) is known color: Dark Purple. HEX triplet: 85, 22 and 88. RGB value is (133,34,136). Sum of RGB (Red+Green+Blue) = 133+34+136=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #852288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852288 is #7ADD77. Grayscale: #4A4A4A. Windows color (decimal): -8052088 or 8921733. OLE color: 8921733.
HSL color Cylindrical-coordinate representation of color #852288: hue angle of 298.24º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852288 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 34 | 136 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.47 |
| HSL | 298.24º | 0.6% | 0.33% | - |
| HSV(B) | 298.24º | 0.75% | 0.53% | - |
| XYZ | 14.69 | 7.91 | 24.04 | - |
| YUV | 75.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 136 | 0.02 | 0.75 | 0 | 0.47 | 298.24 | 0.6 | 0.33 |
| Hex | 85 | 22 | 88 | 2 | 4B | 0 | 2F | 12A | 3C | 21 |
| Octal | 205 | 42 | 210 | 2 | 113 | 0 | 57 | 452 | 74 | 41 |
| Binary | 10000101 | 100010 | 10001000 | 10 | 1001011 | 0 | 101111 | 100101010 | 111100 | 100001 |
Color Harmonies of #852288
Complementary color
Monochromatic Colors of #852288
Black with #852288
Text Example
Text Example
White with #852288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852288; }
p { color: rgb(133,34,136); }
H1.HeaderClassName
{
color: #852288;
}
.AnyTagClassName
{
color: #852288;
}
</style>
background-color css
<style>
a { background-color: #852288; }
a { background-color: rgb(133,34,136); }
div.DivClassName
{
background-color: #852288;
}
.BgClassName
{
background-color: #852288;
}
</style>
border-color css
<style>
span { border-color: #852288; }
span { border-color: rgb(133,34,136); }
td.TdClassName
{
border-color: #852288;
}
.TagClassName
{
border-color: #852288;
}
</style>