Shades of Dark Purple #853B7B
Tints of Dark Purple #853B7B
RGB
CMYK
RGB Variations
Color information
#853B7B (or 0x853B7B) is known color: Dark Purple. HEX triplet: 85, 3B and 7B. RGB value is (133,59,123). Sum of RGB (Red+Green+Blue) = 133+59+123=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B7B is #7AC484. Grayscale: #585858. Windows color (decimal): -8045701 or 8076165. OLE color: 8076165.
HSL color Cylindrical-coordinate representation of color #853B7B: hue angle of 308.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B7B is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 123 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.48 |
| HSL | 308.11º | 0.39% | 0.38% | - |
| HSV(B) | 308.11º | 0.56% | 0.52% | - |
| XYZ | 14.81 | 9.54 | 19.8 | - |
| YUV | 88.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 123 | 0 | 0.56 | 0.08 | 0.48 | 308.11 | 0.39 | 0.38 |
| Hex | 85 | 3B | 7B | 0 | 38 | 8 | 30 | 134 | 27 | 26 |
| Octal | 205 | 73 | 173 | 0 | 70 | 10 | 60 | 464 | 47 | 46 |
| Binary | 10000101 | 111011 | 1111011 | 0 | 111000 | 1000 | 110000 | 100110100 | 100111 | 100110 |
Color Harmonies of #853B7B
Complementary color
Monochromatic Colors of #853B7B
Black with #853B7B
Text Example
Text Example
White with #853B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B7B; }
p { color: rgb(133,59,123); }
H1.HeaderClassName
{
color: #853B7B;
}
.AnyTagClassName
{
color: #853B7B;
}
</style>
background-color css
<style>
a { background-color: #853B7B; }
a { background-color: rgb(133,59,123); }
div.DivClassName
{
background-color: #853B7B;
}
.BgClassName
{
background-color: #853B7B;
}
</style>
border-color css
<style>
span { border-color: #853B7B; }
span { border-color: rgb(133,59,123); }
td.TdClassName
{
border-color: #853B7B;
}
.TagClassName
{
border-color: #853B7B;
}
</style>