Shades of Dark Purple #85246E
Tints of Dark Purple #85246E
RGB
CMYK
RGB Variations
Color information
#85246E (or 0x85246E) is known color: Dark Purple. HEX triplet: 85, 24 and 6E. RGB value is (133,36,110). Sum of RGB (Red+Green+Blue) = 133+36+110=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85246E is #7ADB91. Grayscale: #494949. Windows color (decimal): -8051602 or 7218309. OLE color: 7218309.
HSL color Cylindrical-coordinate representation of color #85246E: hue angle of 314.23º 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 #85246E is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 110 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.48 |
| HSL | 314.23º | 0.57% | 0.33% | - |
| HSV(B) | 314.23º | 0.73% | 0.52% | - |
| XYZ | 13.12 | 7.37 | 15.48 | - |
| YUV | 73.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 110 | 0 | 0.73 | 0.17 | 0.48 | 314.23 | 0.57 | 0.33 |
| Hex | 85 | 24 | 6E | 0 | 49 | 11 | 30 | 13A | 39 | 21 |
| Octal | 205 | 44 | 156 | 0 | 111 | 21 | 60 | 472 | 71 | 41 |
| Binary | 10000101 | 100100 | 1101110 | 0 | 1001001 | 10001 | 110000 | 100111010 | 111001 | 100001 |
Color Harmonies of #85246E
Complementary color
Monochromatic Colors of #85246E
Black with #85246E
Text Example
Text Example
White with #85246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85246E; }
p { color: rgb(133,36,110); }
H1.HeaderClassName
{
color: #85246E;
}
.AnyTagClassName
{
color: #85246E;
}
</style>
background-color css
<style>
a { background-color: #85246E; }
a { background-color: rgb(133,36,110); }
div.DivClassName
{
background-color: #85246E;
}
.BgClassName
{
background-color: #85246E;
}
</style>
border-color css
<style>
span { border-color: #85246E; }
span { border-color: rgb(133,36,110); }
td.TdClassName
{
border-color: #85246E;
}
.TagClassName
{
border-color: #85246E;
}
</style>