Shades of Dark Purple #852487
Tints of Dark Purple #852487
RGB
CMYK
RGB Variations
Color information
#852487 (or 0x852487) is known color: Dark Purple. HEX triplet: 85, 24 and 87. RGB value is (133,36,135). Sum of RGB (Red+Green+Blue) = 133+36+135=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #852487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852487 is #7ADB78. Grayscale: #4B4B4B. Windows color (decimal): -8051577 or 8856709. OLE color: 8856709.
HSL color Cylindrical-coordinate representation of color #852487: hue angle of 298.79º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852487 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 36 | 135 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.47 |
| HSL | 298.79º | 0.58% | 0.34% | - |
| HSV(B) | 298.79º | 0.73% | 0.53% | - |
| XYZ | 14.68 | 8 | 23.69 | - |
| YUV | 76.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 135 | 0.01 | 0.73 | 0 | 0.47 | 298.79 | 0.58 | 0.34 |
| Hex | 85 | 24 | 87 | 1 | 49 | 0 | 2F | 12B | 3A | 22 |
| Octal | 205 | 44 | 207 | 1 | 111 | 0 | 57 | 453 | 72 | 42 |
| Binary | 10000101 | 100100 | 10000111 | 1 | 1001001 | 0 | 101111 | 100101011 | 111010 | 100010 |
Color Harmonies of #852487
Complementary color
Monochromatic Colors of #852487
Black with #852487
Text Example
Text Example
White with #852487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852487; }
p { color: rgb(133,36,135); }
H1.HeaderClassName
{
color: #852487;
}
.AnyTagClassName
{
color: #852487;
}
</style>
background-color css
<style>
a { background-color: #852487; }
a { background-color: rgb(133,36,135); }
div.DivClassName
{
background-color: #852487;
}
.BgClassName
{
background-color: #852487;
}
</style>
border-color css
<style>
span { border-color: #852487; }
span { border-color: rgb(133,36,135); }
td.TdClassName
{
border-color: #852487;
}
.TagClassName
{
border-color: #852487;
}
</style>