Shades of Dark Purple #853F7B
Tints of Dark Purple #853F7B
RGB
CMYK
RGB Variations
Color information
#853F7B (or 0x853F7B) is known color: Dark Purple. HEX triplet: 85, 3F and 7B. RGB value is (133,63,123). Sum of RGB (Red+Green+Blue) = 133+63+123=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #853F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F7B is #7AC084. Grayscale: #5A5A5A. Windows color (decimal): -8044677 or 8077189. OLE color: 8077189.
HSL color Cylindrical-coordinate representation of color #853F7B: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F7B is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 123 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.48 |
| HSL | 308.57º | 0.36% | 0.38% | - |
| HSV(B) | 308.57º | 0.53% | 0.52% | - |
| XYZ | 15.03 | 9.97 | 19.87 | - |
| YUV | 90.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 123 | 0 | 0.53 | 0.08 | 0.48 | 308.57 | 0.36 | 0.38 |
| Hex | 85 | 3F | 7B | 0 | 35 | 8 | 30 | 135 | 24 | 26 |
| Octal | 205 | 77 | 173 | 0 | 65 | 10 | 60 | 465 | 44 | 46 |
| Binary | 10000101 | 111111 | 1111011 | 0 | 110101 | 1000 | 110000 | 100110101 | 100100 | 100110 |
Color Harmonies of #853F7B
Complementary color
Monochromatic Colors of #853F7B
Black with #853F7B
Text Example
Text Example
White with #853F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F7B; }
p { color: rgb(133,63,123); }
H1.HeaderClassName
{
color: #853F7B;
}
.AnyTagClassName
{
color: #853F7B;
}
</style>
background-color css
<style>
a { background-color: #853F7B; }
a { background-color: rgb(133,63,123); }
div.DivClassName
{
background-color: #853F7B;
}
.BgClassName
{
background-color: #853F7B;
}
</style>
border-color css
<style>
span { border-color: #853F7B; }
span { border-color: rgb(133,63,123); }
td.TdClassName
{
border-color: #853F7B;
}
.TagClassName
{
border-color: #853F7B;
}
</style>