Shades of Dark Purple #85246A
Tints of Dark Purple #85246A
RGB
CMYK
RGB Variations
Color information
#85246A (or 0x85246A) is known color: Dark Purple. HEX triplet: 85, 24 and 6A. RGB value is (133,36,106). Sum of RGB (Red+Green+Blue) = 133+36+106=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85246A is #7ADB95. Grayscale: #484848. Windows color (decimal): -8051606 or 6956165. OLE color: 6956165.
HSL color Cylindrical-coordinate representation of color #85246A: hue angle of 316.7º 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 #85246A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 106 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.48 |
| HSL | 316.7º | 0.57% | 0.33% | - |
| HSV(B) | 316.7º | 0.73% | 0.52% | - |
| XYZ | 12.91 | 7.29 | 14.36 | - |
| YUV | 72.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 106 | 0 | 0.73 | 0.20 | 0.48 | 316.7 | 0.57 | 0.33 |
| Hex | 85 | 24 | 6A | 0 | 49 | 14 | 30 | 13D | 39 | 21 |
| Octal | 205 | 44 | 152 | 0 | 111 | 24 | 60 | 475 | 71 | 41 |
| Binary | 10000101 | 100100 | 1101010 | 0 | 1001001 | 10100 | 110000 | 100111101 | 111001 | 100001 |
Color Harmonies of #85246A
Complementary color
Monochromatic Colors of #85246A
Black with #85246A
Text Example
Text Example
White with #85246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85246A; }
p { color: rgb(133,36,106); }
H1.HeaderClassName
{
color: #85246A;
}
.AnyTagClassName
{
color: #85246A;
}
</style>
background-color css
<style>
a { background-color: #85246A; }
a { background-color: rgb(133,36,106); }
div.DivClassName
{
background-color: #85246A;
}
.BgClassName
{
background-color: #85246A;
}
</style>
border-color css
<style>
span { border-color: #85246A; }
span { border-color: rgb(133,36,106); }
td.TdClassName
{
border-color: #85246A;
}
.TagClassName
{
border-color: #85246A;
}
</style>