Shades of Dark Purple #853680
Tints of Dark Purple #853680
RGB
CMYK
RGB Variations
Color information
#853680 (or 0x853680) is known color: Dark Purple. HEX triplet: 85, 36 and 80. RGB value is (133,54,128). Sum of RGB (Red+Green+Blue) = 133+54+128=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853680 is #7AC97F. Grayscale: #555555. Windows color (decimal): -8046976 or 8402565. OLE color: 8402565.
HSL color Cylindrical-coordinate representation of color #853680: hue angle of 303.8º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853680 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 128 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.48 |
| HSL | 303.8º | 0.42% | 0.37% | - |
| HSV(B) | 303.8º | 0.59% | 0.52% | - |
| XYZ | 14.89 | 9.18 | 21.41 | - |
| YUV | 86.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 128 | 0 | 0.59 | 0.04 | 0.48 | 303.8 | 0.42 | 0.37 |
| Hex | 85 | 36 | 80 | 0 | 3B | 4 | 30 | 130 | 2A | 25 |
| Octal | 205 | 66 | 200 | 0 | 73 | 4 | 60 | 460 | 52 | 45 |
| Binary | 10000101 | 110110 | 10000000 | 0 | 111011 | 100 | 110000 | 100110000 | 101010 | 100101 |
Color Harmonies of #853680
Complementary color
Monochromatic Colors of #853680
Black with #853680
Text Example
Text Example
White with #853680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853680; }
p { color: rgb(133,54,128); }
H1.HeaderClassName
{
color: #853680;
}
.AnyTagClassName
{
color: #853680;
}
</style>
background-color css
<style>
a { background-color: #853680; }
a { background-color: rgb(133,54,128); }
div.DivClassName
{
background-color: #853680;
}
.BgClassName
{
background-color: #853680;
}
</style>
border-color css
<style>
span { border-color: #853680; }
span { border-color: rgb(133,54,128); }
td.TdClassName
{
border-color: #853680;
}
.TagClassName
{
border-color: #853680;
}
</style>