Shades of Dark Purple #853A75
Tints of Dark Purple #853A75
RGB
CMYK
RGB Variations
Color information
#853A75 (or 0x853A75) is known color: Dark Purple. HEX triplet: 85, 3A and 75. RGB value is (133,58,117). Sum of RGB (Red+Green+Blue) = 133+58+117=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #853A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A75 is #7AC58A. Grayscale: #565656. Windows color (decimal): -8045963 or 7682693. OLE color: 7682693.
HSL color Cylindrical-coordinate representation of color #853A75: hue angle of 312.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A75 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 117 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.48 |
| HSL | 312.8º | 0.39% | 0.37% | - |
| HSV(B) | 312.8º | 0.56% | 0.52% | - |
| XYZ | 14.4 | 9.3 | 17.87 | - |
| YUV | 87.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 117 | 0 | 0.56 | 0.12 | 0.48 | 312.8 | 0.39 | 0.37 |
| Hex | 85 | 3A | 75 | 0 | 38 | C | 30 | 139 | 27 | 25 |
| Octal | 205 | 72 | 165 | 0 | 70 | 14 | 60 | 471 | 47 | 45 |
| Binary | 10000101 | 111010 | 1110101 | 0 | 111000 | 1100 | 110000 | 100111001 | 100111 | 100101 |
Color Harmonies of #853A75
Complementary color
Monochromatic Colors of #853A75
Black with #853A75
Text Example
Text Example
White with #853A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A75; }
p { color: rgb(133,58,117); }
H1.HeaderClassName
{
color: #853A75;
}
.AnyTagClassName
{
color: #853A75;
}
</style>
background-color css
<style>
a { background-color: #853A75; }
a { background-color: rgb(133,58,117); }
div.DivClassName
{
background-color: #853A75;
}
.BgClassName
{
background-color: #853A75;
}
</style>
border-color css
<style>
span { border-color: #853A75; }
span { border-color: rgb(133,58,117); }
td.TdClassName
{
border-color: #853A75;
}
.TagClassName
{
border-color: #853A75;
}
</style>