Shades of Dark Purple #852E7B
Tints of Dark Purple #852E7B
RGB
CMYK
RGB Variations
Color information
#852E7B (or 0x852E7B) is known color: Dark Purple. HEX triplet: 85, 2E and 7B. RGB value is (133,46,123). Sum of RGB (Red+Green+Blue) = 133+46+123=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #852E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E7B is #7AD184. Grayscale: #505050. Windows color (decimal): -8049029 or 8072837. OLE color: 8072837.
HSL color Cylindrical-coordinate representation of color #852E7B: hue angle of 306.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E7B is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 123 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.48 |
| HSL | 306.9º | 0.49% | 0.35% | - |
| HSV(B) | 306.9º | 0.65% | 0.52% | - |
| XYZ | 14.23 | 8.37 | 19.6 | - |
| YUV | 80.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 123 | 0 | 0.65 | 0.08 | 0.48 | 306.9 | 0.49 | 0.35 |
| Hex | 85 | 2E | 7B | 0 | 41 | 8 | 30 | 133 | 31 | 23 |
| Octal | 205 | 56 | 173 | 0 | 101 | 10 | 60 | 463 | 61 | 43 |
| Binary | 10000101 | 101110 | 1111011 | 0 | 1000001 | 1000 | 110000 | 100110011 | 110001 | 100011 |
Color Harmonies of #852E7B
Complementary color
Monochromatic Colors of #852E7B
Black with #852E7B
Text Example
Text Example
White with #852E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E7B; }
p { color: rgb(133,46,123); }
H1.HeaderClassName
{
color: #852E7B;
}
.AnyTagClassName
{
color: #852E7B;
}
</style>
background-color css
<style>
a { background-color: #852E7B; }
a { background-color: rgb(133,46,123); }
div.DivClassName
{
background-color: #852E7B;
}
.BgClassName
{
background-color: #852E7B;
}
</style>
border-color css
<style>
span { border-color: #852E7B; }
span { border-color: rgb(133,46,123); }
td.TdClassName
{
border-color: #852E7B;
}
.TagClassName
{
border-color: #852E7B;
}
</style>