Shades of Dark Purple #852488
Tints of Dark Purple #852488
RGB
CMYK
RGB Variations
Color information
#852488 (or 0x852488) is known color: Dark Purple. HEX triplet: 85, 24 and 88. RGB value is (133,36,136). Sum of RGB (Red+Green+Blue) = 133+36+136=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #852488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852488 is #7ADB77. Grayscale: #4C4C4C. Windows color (decimal): -8051576 or 8922245. OLE color: 8922245.
HSL color Cylindrical-coordinate representation of color #852488: hue angle of 298.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852488 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 36 | 136 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.47 |
| HSL | 298.2º | 0.58% | 0.34% | - |
| HSV(B) | 298.2º | 0.74% | 0.53% | - |
| XYZ | 14.75 | 8.03 | 24.06 | - |
| YUV | 76.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 136 | 0.02 | 0.74 | 0 | 0.47 | 298.2 | 0.58 | 0.34 |
| Hex | 85 | 24 | 88 | 2 | 4A | 0 | 2F | 12A | 3A | 22 |
| Octal | 205 | 44 | 210 | 2 | 112 | 0 | 57 | 452 | 72 | 42 |
| Binary | 10000101 | 100100 | 10001000 | 10 | 1001010 | 0 | 101111 | 100101010 | 111010 | 100010 |
Color Harmonies of #852488
Complementary color
Monochromatic Colors of #852488
Black with #852488
Text Example
Text Example
White with #852488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852488; }
p { color: rgb(133,36,136); }
H1.HeaderClassName
{
color: #852488;
}
.AnyTagClassName
{
color: #852488;
}
</style>
background-color css
<style>
a { background-color: #852488; }
a { background-color: rgb(133,36,136); }
div.DivClassName
{
background-color: #852488;
}
.BgClassName
{
background-color: #852488;
}
</style>
border-color css
<style>
span { border-color: #852488; }
span { border-color: rgb(133,36,136); }
td.TdClassName
{
border-color: #852488;
}
.TagClassName
{
border-color: #852488;
}
</style>