Shades of Dark Purple #85237D
Tints of Dark Purple #85237D
RGB
CMYK
RGB Variations
Color information
#85237D (or 0x85237D) is known color: Dark Purple. HEX triplet: 85, 23 and 7D. RGB value is (133,35,125). Sum of RGB (Red+Green+Blue) = 133+35+125=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85237D is #7ADC82. Grayscale: #4A4A4A. Windows color (decimal): -8051843 or 8201093. OLE color: 8201093.
HSL color Cylindrical-coordinate representation of color #85237D: hue angle of 304.9º 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 #85237D is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 125 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.48 |
| HSL | 304.9º | 0.58% | 0.33% | - |
| HSV(B) | 304.9º | 0.74% | 0.52% | - |
| XYZ | 13.98 | 7.67 | 20.15 | - |
| YUV | 74.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 125 | 0 | 0.74 | 0.06 | 0.48 | 304.9 | 0.58 | 0.33 |
| Hex | 85 | 23 | 7D | 0 | 4A | 6 | 30 | 131 | 3A | 21 |
| Octal | 205 | 43 | 175 | 0 | 112 | 6 | 60 | 461 | 72 | 41 |
| Binary | 10000101 | 100011 | 1111101 | 0 | 1001010 | 110 | 110000 | 100110001 | 111010 | 100001 |
Color Harmonies of #85237D
Complementary color
Monochromatic Colors of #85237D
Black with #85237D
Text Example
Text Example
White with #85237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85237D; }
p { color: rgb(133,35,125); }
H1.HeaderClassName
{
color: #85237D;
}
.AnyTagClassName
{
color: #85237D;
}
</style>
background-color css
<style>
a { background-color: #85237D; }
a { background-color: rgb(133,35,125); }
div.DivClassName
{
background-color: #85237D;
}
.BgClassName
{
background-color: #85237D;
}
</style>
border-color css
<style>
span { border-color: #85237D; }
span { border-color: rgb(133,35,125); }
td.TdClassName
{
border-color: #85237D;
}
.TagClassName
{
border-color: #85237D;
}
</style>