Shades of Dark Purple #852E7E
Tints of Dark Purple #852E7E
RGB
CMYK
RGB Variations
Color information
#852E7E (or 0x852E7E) is known color: Dark Purple. HEX triplet: 85, 2E and 7E. RGB value is (133,46,126). Sum of RGB (Red+Green+Blue) = 133+46+126=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #852E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E7E is #7AD181. Grayscale: #505050. Windows color (decimal): -8049026 or 8269445. OLE color: 8269445.
HSL color Cylindrical-coordinate representation of color #852E7E: hue angle of 304.83º 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 #852E7E is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 126 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.48 |
| HSL | 304.83º | 0.49% | 0.35% | - |
| HSV(B) | 304.83º | 0.65% | 0.52% | - |
| XYZ | 14.42 | 8.45 | 20.61 | - |
| YUV | 81.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 126 | 0 | 0.65 | 0.05 | 0.48 | 304.83 | 0.49 | 0.35 |
| Hex | 85 | 2E | 7E | 0 | 41 | 5 | 30 | 131 | 31 | 23 |
| Octal | 205 | 56 | 176 | 0 | 101 | 5 | 60 | 461 | 61 | 43 |
| Binary | 10000101 | 101110 | 1111110 | 0 | 1000001 | 101 | 110000 | 100110001 | 110001 | 100011 |
Color Harmonies of #852E7E
Complementary color
Monochromatic Colors of #852E7E
Black with #852E7E
Text Example
Text Example
White with #852E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E7E; }
p { color: rgb(133,46,126); }
H1.HeaderClassName
{
color: #852E7E;
}
.AnyTagClassName
{
color: #852E7E;
}
</style>
background-color css
<style>
a { background-color: #852E7E; }
a { background-color: rgb(133,46,126); }
div.DivClassName
{
background-color: #852E7E;
}
.BgClassName
{
background-color: #852E7E;
}
</style>
border-color css
<style>
span { border-color: #852E7E; }
span { border-color: rgb(133,46,126); }
td.TdClassName
{
border-color: #852E7E;
}
.TagClassName
{
border-color: #852E7E;
}
</style>