Shades of Dark Purple #852087
Tints of Dark Purple #852087
RGB
CMYK
RGB Variations
Color information
#852087 (or 0x852087) is known color: Dark Purple. HEX triplet: 85, 20 and 87. RGB value is (133,32,135). Sum of RGB (Red+Green+Blue) = 133+32+135=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #852087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852087 is #7ADF78. Grayscale: #494949. Windows color (decimal): -8052601 or 8855685. OLE color: 8855685.
HSL color Cylindrical-coordinate representation of color #852087: hue angle of 298.83º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852087 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 32 | 135 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.47 |
| HSL | 298.84º | 0.62% | 0.33% | - |
| HSV(B) | 298.84º | 0.76% | 0.53% | - |
| XYZ | 14.56 | 7.77 | 23.65 | - |
| YUV | 73.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 135 | 0.01 | 0.76 | 0 | 0.47 | 298.84 | 0.62 | 0.33 |
| Hex | 85 | 20 | 87 | 1 | 4C | 0 | 2F | 12B | 3E | 21 |
| Octal | 205 | 40 | 207 | 1 | 114 | 0 | 57 | 453 | 76 | 41 |
| Binary | 10000101 | 100000 | 10000111 | 1 | 1001100 | 0 | 101111 | 100101011 | 111110 | 100001 |
Color Harmonies of #852087
Complementary color
Monochromatic Colors of #852087
Black with #852087
Text Example
Text Example
White with #852087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852087; }
p { color: rgb(133,32,135); }
H1.HeaderClassName
{
color: #852087;
}
.AnyTagClassName
{
color: #852087;
}
</style>
background-color css
<style>
a { background-color: #852087; }
a { background-color: rgb(133,32,135); }
div.DivClassName
{
background-color: #852087;
}
.BgClassName
{
background-color: #852087;
}
</style>
border-color css
<style>
span { border-color: #852087; }
span { border-color: rgb(133,32,135); }
td.TdClassName
{
border-color: #852087;
}
.TagClassName
{
border-color: #852087;
}
</style>