Shades of Dark Purple #852D7E
Tints of Dark Purple #852D7E
RGB
CMYK
RGB Variations
Color information
#852D7E (or 0x852D7E) is known color: Dark Purple. HEX triplet: 85, 2D and 7E. RGB value is (133,45,126). Sum of RGB (Red+Green+Blue) = 133+45+126=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #852D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D7E is #7AD281. Grayscale: #505050. Windows color (decimal): -8049282 or 8269189. OLE color: 8269189.
HSL color Cylindrical-coordinate representation of color #852D7E: hue angle of 304.77º 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 #852D7E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 126 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.48 |
| HSL | 304.77º | 0.49% | 0.35% | - |
| HSV(B) | 304.77º | 0.66% | 0.52% | - |
| XYZ | 14.38 | 8.37 | 20.6 | - |
| YUV | 80.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 126 | 0 | 0.66 | 0.05 | 0.48 | 304.77 | 0.49 | 0.35 |
| Hex | 85 | 2D | 7E | 0 | 42 | 5 | 30 | 131 | 31 | 23 |
| Octal | 205 | 55 | 176 | 0 | 102 | 5 | 60 | 461 | 61 | 43 |
| Binary | 10000101 | 101101 | 1111110 | 0 | 1000010 | 101 | 110000 | 100110001 | 110001 | 100011 |
Color Harmonies of #852D7E
Complementary color
Monochromatic Colors of #852D7E
Black with #852D7E
Text Example
Text Example
White with #852D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D7E; }
p { color: rgb(133,45,126); }
H1.HeaderClassName
{
color: #852D7E;
}
.AnyTagClassName
{
color: #852D7E;
}
</style>
background-color css
<style>
a { background-color: #852D7E; }
a { background-color: rgb(133,45,126); }
div.DivClassName
{
background-color: #852D7E;
}
.BgClassName
{
background-color: #852D7E;
}
</style>
border-color css
<style>
span { border-color: #852D7E; }
span { border-color: rgb(133,45,126); }
td.TdClassName
{
border-color: #852D7E;
}
.TagClassName
{
border-color: #852D7E;
}
</style>