Shades of Dark Purple #852A6D
Tints of Dark Purple #852A6D
RGB
CMYK
RGB Variations
Color information
#852A6D (or 0x852A6D) is known color: Dark Purple. HEX triplet: 85, 2A and 6D. RGB value is (133,42,109). Sum of RGB (Red+Green+Blue) = 133+42+109=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A6D is #7AD592. Grayscale: #4C4C4C. Windows color (decimal): -8050067 or 7154309. OLE color: 7154309.
HSL color Cylindrical-coordinate representation of color #852A6D: hue angle of 315.82º 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 #852A6D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 109 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.48 |
| HSL | 315.82º | 0.52% | 0.34% | - |
| HSV(B) | 315.82º | 0.68% | 0.52% | - |
| XYZ | 13.26 | 7.75 | 15.26 | - |
| YUV | 76.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 109 | 0 | 0.68 | 0.18 | 0.48 | 315.82 | 0.52 | 0.34 |
| Hex | 85 | 2A | 6D | 0 | 44 | 12 | 30 | 13C | 34 | 22 |
| Octal | 205 | 52 | 155 | 0 | 104 | 22 | 60 | 474 | 64 | 42 |
| Binary | 10000101 | 101010 | 1101101 | 0 | 1000100 | 10010 | 110000 | 100111100 | 110100 | 100010 |
Color Harmonies of #852A6D
Complementary color
Monochromatic Colors of #852A6D
Black with #852A6D
Text Example
Text Example
White with #852A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A6D; }
p { color: rgb(133,42,109); }
H1.HeaderClassName
{
color: #852A6D;
}
.AnyTagClassName
{
color: #852A6D;
}
</style>
background-color css
<style>
a { background-color: #852A6D; }
a { background-color: rgb(133,42,109); }
div.DivClassName
{
background-color: #852A6D;
}
.BgClassName
{
background-color: #852A6D;
}
</style>
border-color css
<style>
span { border-color: #852A6D; }
span { border-color: rgb(133,42,109); }
td.TdClassName
{
border-color: #852A6D;
}
.TagClassName
{
border-color: #852A6D;
}
</style>