Shades of Dark Purple #853C7D
Tints of Dark Purple #853C7D
RGB
CMYK
RGB Variations
Color information
#853C7D (or 0x853C7D) is known color: Dark Purple. HEX triplet: 85, 3C and 7D. RGB value is (133,60,125). Sum of RGB (Red+Green+Blue) = 133+60+125=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #853C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C7D is #7AC382. Grayscale: #595959. Windows color (decimal): -8045443 or 8207493. OLE color: 8207493.
HSL color Cylindrical-coordinate representation of color #853C7D: hue angle of 306.58º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C7D is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 125 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.48 |
| HSL | 306.58º | 0.38% | 0.38% | - |
| HSV(B) | 306.58º | 0.55% | 0.52% | - |
| XYZ | 14.99 | 9.7 | 20.48 | - |
| YUV | 89.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 125 | 0 | 0.55 | 0.06 | 0.48 | 306.58 | 0.38 | 0.38 |
| Hex | 85 | 3C | 7D | 0 | 37 | 6 | 30 | 133 | 26 | 26 |
| Octal | 205 | 74 | 175 | 0 | 67 | 6 | 60 | 463 | 46 | 46 |
| Binary | 10000101 | 111100 | 1111101 | 0 | 110111 | 110 | 110000 | 100110011 | 100110 | 100110 |
Color Harmonies of #853C7D
Complementary color
Monochromatic Colors of #853C7D
Black with #853C7D
Text Example
Text Example
White with #853C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C7D; }
p { color: rgb(133,60,125); }
H1.HeaderClassName
{
color: #853C7D;
}
.AnyTagClassName
{
color: #853C7D;
}
</style>
background-color css
<style>
a { background-color: #853C7D; }
a { background-color: rgb(133,60,125); }
div.DivClassName
{
background-color: #853C7D;
}
.BgClassName
{
background-color: #853C7D;
}
</style>
border-color css
<style>
span { border-color: #853C7D; }
span { border-color: rgb(133,60,125); }
td.TdClassName
{
border-color: #853C7D;
}
.TagClassName
{
border-color: #853C7D;
}
</style>