Shades of Dark Purple #852A6E
Tints of Dark Purple #852A6E
RGB
CMYK
RGB Variations
Color information
#852A6E (or 0x852A6E) is known color: Dark Purple. HEX triplet: 85, 2A and 6E. RGB value is (133,42,110). Sum of RGB (Red+Green+Blue) = 133+42+110=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A6E is #7AD591. Grayscale: #4C4C4C. Windows color (decimal): -8050066 or 7219845. OLE color: 7219845.
HSL color Cylindrical-coordinate representation of color #852A6E: hue angle of 315.16º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A6E is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 110 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.48 |
| HSL | 315.16º | 0.52% | 0.34% | - |
| HSV(B) | 315.16º | 0.68% | 0.52% | - |
| XYZ | 13.32 | 7.77 | 15.55 | - |
| YUV | 76.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 110 | 0 | 0.68 | 0.17 | 0.48 | 315.16 | 0.52 | 0.34 |
| Hex | 85 | 2A | 6E | 0 | 44 | 11 | 30 | 13B | 34 | 22 |
| Octal | 205 | 52 | 156 | 0 | 104 | 21 | 60 | 473 | 64 | 42 |
| Binary | 10000101 | 101010 | 1101110 | 0 | 1000100 | 10001 | 110000 | 100111011 | 110100 | 100010 |
Color Harmonies of #852A6E
Complementary color
Monochromatic Colors of #852A6E
Black with #852A6E
Text Example
Text Example
White with #852A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A6E; }
p { color: rgb(133,42,110); }
H1.HeaderClassName
{
color: #852A6E;
}
.AnyTagClassName
{
color: #852A6E;
}
</style>
background-color css
<style>
a { background-color: #852A6E; }
a { background-color: rgb(133,42,110); }
div.DivClassName
{
background-color: #852A6E;
}
.BgClassName
{
background-color: #852A6E;
}
</style>
border-color css
<style>
span { border-color: #852A6E; }
span { border-color: rgb(133,42,110); }
td.TdClassName
{
border-color: #852A6E;
}
.TagClassName
{
border-color: #852A6E;
}
</style>