Shades of Dark Purple #852287
Tints of Dark Purple #852287
RGB
CMYK
RGB Variations
Color information
#852287 (or 0x852287) is known color: Dark Purple. HEX triplet: 85, 22 and 87. RGB value is (133,34,135). Sum of RGB (Red+Green+Blue) = 133+34+135=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #852287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852287 is #7ADD78. Grayscale: #4A4A4A. Windows color (decimal): -8052089 or 8856197. OLE color: 8856197.
HSL color Cylindrical-coordinate representation of color #852287: hue angle of 298.81º 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 #852287 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 34 | 135 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.47 |
| HSL | 298.81º | 0.6% | 0.33% | - |
| HSV(B) | 298.81º | 0.75% | 0.53% | - |
| XYZ | 14.62 | 7.88 | 23.67 | - |
| YUV | 75.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 135 | 0.01 | 0.75 | 0 | 0.47 | 298.81 | 0.6 | 0.33 |
| Hex | 85 | 22 | 87 | 1 | 4B | 0 | 2F | 12B | 3C | 21 |
| Octal | 205 | 42 | 207 | 1 | 113 | 0 | 57 | 453 | 74 | 41 |
| Binary | 10000101 | 100010 | 10000111 | 1 | 1001011 | 0 | 101111 | 100101011 | 111100 | 100001 |
Color Harmonies of #852287
Complementary color
Monochromatic Colors of #852287
Black with #852287
Text Example
Text Example
White with #852287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852287; }
p { color: rgb(133,34,135); }
H1.HeaderClassName
{
color: #852287;
}
.AnyTagClassName
{
color: #852287;
}
</style>
background-color css
<style>
a { background-color: #852287; }
a { background-color: rgb(133,34,135); }
div.DivClassName
{
background-color: #852287;
}
.BgClassName
{
background-color: #852287;
}
</style>
border-color css
<style>
span { border-color: #852287; }
span { border-color: rgb(133,34,135); }
td.TdClassName
{
border-color: #852287;
}
.TagClassName
{
border-color: #852287;
}
</style>