Shades of Dark Purple #852D6D
Tints of Dark Purple #852D6D
RGB
CMYK
RGB Variations
Color information
#852D6D (or 0x852D6D) is known color: Dark Purple. HEX triplet: 85, 2D and 6D. RGB value is (133,45,109). Sum of RGB (Red+Green+Blue) = 133+45+109=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D6D is #7AD292. Grayscale: #4E4E4E. Windows color (decimal): -8049299 or 7155077. OLE color: 7155077.
HSL color Cylindrical-coordinate representation of color #852D6D: hue angle of 316.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D6D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 109 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.48 |
| HSL | 316.36º | 0.49% | 0.35% | - |
| HSV(B) | 316.36º | 0.66% | 0.52% | - |
| XYZ | 13.37 | 7.97 | 15.3 | - |
| YUV | 78.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 109 | 0 | 0.66 | 0.18 | 0.48 | 316.36 | 0.49 | 0.35 |
| Hex | 85 | 2D | 6D | 0 | 42 | 12 | 30 | 13C | 31 | 23 |
| Octal | 205 | 55 | 155 | 0 | 102 | 22 | 60 | 474 | 61 | 43 |
| Binary | 10000101 | 101101 | 1101101 | 0 | 1000010 | 10010 | 110000 | 100111100 | 110001 | 100011 |
Color Harmonies of #852D6D
Complementary color
Monochromatic Colors of #852D6D
Black with #852D6D
Text Example
Text Example
White with #852D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D6D; }
p { color: rgb(133,45,109); }
H1.HeaderClassName
{
color: #852D6D;
}
.AnyTagClassName
{
color: #852D6D;
}
</style>
background-color css
<style>
a { background-color: #852D6D; }
a { background-color: rgb(133,45,109); }
div.DivClassName
{
background-color: #852D6D;
}
.BgClassName
{
background-color: #852D6D;
}
</style>
border-color css
<style>
span { border-color: #852D6D; }
span { border-color: rgb(133,45,109); }
td.TdClassName
{
border-color: #852D6D;
}
.TagClassName
{
border-color: #852D6D;
}
</style>