Shades of Dark Purple #85237C
Tints of Dark Purple #85237C
RGB
CMYK
RGB Variations
Color information
#85237C (or 0x85237C) is known color: Dark Purple. HEX triplet: 85, 23 and 7C. RGB value is (133,35,124). Sum of RGB (Red+Green+Blue) = 133+35+124=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85237C is #7ADC83. Grayscale: #4A4A4A. Windows color (decimal): -8051844 or 8135557. OLE color: 8135557.
HSL color Cylindrical-coordinate representation of color #85237C: hue angle of 305.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85237C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 124 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.48 |
| HSL | 305.51º | 0.58% | 0.33% | - |
| HSV(B) | 305.51º | 0.74% | 0.52% | - |
| XYZ | 13.91 | 7.64 | 19.81 | - |
| YUV | 74.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 124 | 0 | 0.74 | 0.07 | 0.48 | 305.51 | 0.58 | 0.33 |
| Hex | 85 | 23 | 7C | 0 | 4A | 7 | 30 | 132 | 3A | 21 |
| Octal | 205 | 43 | 174 | 0 | 112 | 7 | 60 | 462 | 72 | 41 |
| Binary | 10000101 | 100011 | 1111100 | 0 | 1001010 | 111 | 110000 | 100110010 | 111010 | 100001 |
Color Harmonies of #85237C
Complementary color
Monochromatic Colors of #85237C
Black with #85237C
Text Example
Text Example
White with #85237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85237C; }
p { color: rgb(133,35,124); }
H1.HeaderClassName
{
color: #85237C;
}
.AnyTagClassName
{
color: #85237C;
}
</style>
background-color css
<style>
a { background-color: #85237C; }
a { background-color: rgb(133,35,124); }
div.DivClassName
{
background-color: #85237C;
}
.BgClassName
{
background-color: #85237C;
}
</style>
border-color css
<style>
span { border-color: #85237C; }
span { border-color: rgb(133,35,124); }
td.TdClassName
{
border-color: #85237C;
}
.TagClassName
{
border-color: #85237C;
}
</style>