Shades of Dark Purple #853669
Tints of Dark Purple #853669
RGB
CMYK
RGB Variations
Color information
#853669 (or 0x853669) is known color: Dark Purple. HEX triplet: 85, 36 and 69. RGB value is (133,54,105). Sum of RGB (Red+Green+Blue) = 133+54+105=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853669 is #7AC996. Grayscale: #535353. Windows color (decimal): -8046999 or 6895237. OLE color: 6895237.
HSL color Cylindrical-coordinate representation of color #853669: hue angle of 321.27º 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 #853669 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 105 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.48 |
| HSL | 321.27º | 0.42% | 0.37% | - |
| HSV(B) | 321.27º | 0.59% | 0.52% | - |
| XYZ | 13.54 | 8.64 | 14.32 | - |
| YUV | 83.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 105 | 0 | 0.59 | 0.21 | 0.48 | 321.27 | 0.42 | 0.37 |
| Hex | 85 | 36 | 69 | 0 | 3B | 15 | 30 | 141 | 2A | 25 |
| Octal | 205 | 66 | 151 | 0 | 73 | 25 | 60 | 501 | 52 | 45 |
| Binary | 10000101 | 110110 | 1101001 | 0 | 111011 | 10101 | 110000 | 101000001 | 101010 | 100101 |
Color Harmonies of #853669
Complementary color
Monochromatic Colors of #853669
Black with #853669
Text Example
Text Example
White with #853669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853669; }
p { color: rgb(133,54,105); }
H1.HeaderClassName
{
color: #853669;
}
.AnyTagClassName
{
color: #853669;
}
</style>
background-color css
<style>
a { background-color: #853669; }
a { background-color: rgb(133,54,105); }
div.DivClassName
{
background-color: #853669;
}
.BgClassName
{
background-color: #853669;
}
</style>
border-color css
<style>
span { border-color: #853669; }
span { border-color: rgb(133,54,105); }
td.TdClassName
{
border-color: #853669;
}
.TagClassName
{
border-color: #853669;
}
</style>