Shades of Dark Purple #85247F
Tints of Dark Purple #85247F
RGB
CMYK
RGB Variations
Color information
#85247F (or 0x85247F) is known color: Dark Purple. HEX triplet: 85, 24 and 7F. RGB value is (133,36,127). Sum of RGB (Red+Green+Blue) = 133+36+127=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85247F is #7ADB80. Grayscale: #4B4B4B. Windows color (decimal): -8051585 or 8332421. OLE color: 8332421.
HSL color Cylindrical-coordinate representation of color #85247F: hue angle of 303.71º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85247F is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 127 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.48 |
| HSL | 303.71º | 0.57% | 0.33% | - |
| HSV(B) | 303.71º | 0.73% | 0.52% | - |
| XYZ | 14.13 | 7.78 | 20.84 | - |
| YUV | 75.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 127 | 0 | 0.73 | 0.05 | 0.48 | 303.71 | 0.57 | 0.33 |
| Hex | 85 | 24 | 7F | 0 | 49 | 5 | 30 | 130 | 39 | 21 |
| Octal | 205 | 44 | 177 | 0 | 111 | 5 | 60 | 460 | 71 | 41 |
| Binary | 10000101 | 100100 | 1111111 | 0 | 1001001 | 101 | 110000 | 100110000 | 111001 | 100001 |
Color Harmonies of #85247F
Complementary color
Monochromatic Colors of #85247F
Black with #85247F
Text Example
Text Example
White with #85247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85247F; }
p { color: rgb(133,36,127); }
H1.HeaderClassName
{
color: #85247F;
}
.AnyTagClassName
{
color: #85247F;
}
</style>
background-color css
<style>
a { background-color: #85247F; }
a { background-color: rgb(133,36,127); }
div.DivClassName
{
background-color: #85247F;
}
.BgClassName
{
background-color: #85247F;
}
</style>
border-color css
<style>
span { border-color: #85247F; }
span { border-color: rgb(133,36,127); }
td.TdClassName
{
border-color: #85247F;
}
.TagClassName
{
border-color: #85247F;
}
</style>