Shades of Dark Purple #85296C
Tints of Dark Purple #85296C
RGB
CMYK
RGB Variations
Color information
#85296C (or 0x85296C) is known color: Dark Purple. HEX triplet: 85, 29 and 6C. RGB value is (133,41,108). Sum of RGB (Red+Green+Blue) = 133+41+108=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85296C is #7AD693. Grayscale: #4B4B4B. Windows color (decimal): -8050324 or 7088517. OLE color: 7088517.
HSL color Cylindrical-coordinate representation of color #85296C: hue angle of 316.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85296C is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 108 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.48 |
| HSL | 316.3º | 0.53% | 0.34% | - |
| HSV(B) | 316.3º | 0.69% | 0.52% | - |
| XYZ | 13.17 | 7.66 | 14.97 | - |
| YUV | 76.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 108 | 0 | 0.69 | 0.19 | 0.48 | 316.3 | 0.53 | 0.34 |
| Hex | 85 | 29 | 6C | 0 | 45 | 13 | 30 | 13C | 35 | 22 |
| Octal | 205 | 51 | 154 | 0 | 105 | 23 | 60 | 474 | 65 | 42 |
| Binary | 10000101 | 101001 | 1101100 | 0 | 1000101 | 10011 | 110000 | 100111100 | 110101 | 100010 |
Color Harmonies of #85296C
Complementary color
Monochromatic Colors of #85296C
Black with #85296C
Text Example
Text Example
White with #85296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85296C; }
p { color: rgb(133,41,108); }
H1.HeaderClassName
{
color: #85296C;
}
.AnyTagClassName
{
color: #85296C;
}
</style>
background-color css
<style>
a { background-color: #85296C; }
a { background-color: rgb(133,41,108); }
div.DivClassName
{
background-color: #85296C;
}
.BgClassName
{
background-color: #85296C;
}
</style>
border-color css
<style>
span { border-color: #85296C; }
span { border-color: rgb(133,41,108); }
td.TdClassName
{
border-color: #85296C;
}
.TagClassName
{
border-color: #85296C;
}
</style>