Shades of Dark Purple #852289
Tints of Dark Purple #852289
RGB
CMYK
RGB Variations
Color information
#852289 (or 0x852289) is known color: Dark Purple. HEX triplet: 85, 22 and 89. RGB value is (133,34,137). Sum of RGB (Red+Green+Blue) = 133+34+137=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #852289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852289 is #7ADD76. Grayscale: #4B4B4B. Windows color (decimal): -8052087 or 8987269. OLE color: 8987269.
HSL color Cylindrical-coordinate representation of color #852289: hue angle of 297.67º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852289 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 34 | 137 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.46 |
| HSL | 297.67º | 0.6% | 0.34% | - |
| HSV(B) | 297.67º | 0.75% | 0.54% | - |
| XYZ | 14.76 | 7.94 | 24.42 | - |
| YUV | 75.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 137 | 0.03 | 0.75 | 0 | 0.46 | 297.67 | 0.6 | 0.34 |
| Hex | 85 | 22 | 89 | 3 | 4B | 0 | 2E | 12A | 3C | 22 |
| Octal | 205 | 42 | 211 | 3 | 113 | 0 | 56 | 452 | 74 | 42 |
| Binary | 10000101 | 100010 | 10001001 | 11 | 1001011 | 0 | 101110 | 100101010 | 111100 | 100010 |
Color Harmonies of #852289
Complementary color
Monochromatic Colors of #852289
Black with #852289
Text Example
Text Example
White with #852289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852289; }
p { color: rgb(133,34,137); }
H1.HeaderClassName
{
color: #852289;
}
.AnyTagClassName
{
color: #852289;
}
</style>
background-color css
<style>
a { background-color: #852289; }
a { background-color: rgb(133,34,137); }
div.DivClassName
{
background-color: #852289;
}
.BgClassName
{
background-color: #852289;
}
</style>
border-color css
<style>
span { border-color: #852289; }
span { border-color: rgb(133,34,137); }
td.TdClassName
{
border-color: #852289;
}
.TagClassName
{
border-color: #852289;
}
</style>