Shades of Dark Purple #853169
Tints of Dark Purple #853169
RGB
CMYK
RGB Variations
Color information
#853169 (or 0x853169) is known color: Dark Purple. HEX triplet: 85, 31 and 69. RGB value is (133,49,105). Sum of RGB (Red+Green+Blue) = 133+49+105=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853169 is #7ACE96. Grayscale: #505050. Windows color (decimal): -8048279 or 6893957. OLE color: 6893957.
HSL color Cylindrical-coordinate representation of color #853169: hue angle of 320º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853169 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 105 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.48 |
| HSL | 320º | 0.46% | 0.36% | - |
| HSV(B) | 320º | 0.63% | 0.52% | - |
| XYZ | 13.32 | 8.2 | 14.25 | - |
| YUV | 80.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 105 | 0 | 0.63 | 0.21 | 0.48 | 320 | 0.46 | 0.36 |
| Hex | 85 | 31 | 69 | 0 | 3F | 15 | 30 | 140 | 2E | 24 |
| Octal | 205 | 61 | 151 | 0 | 77 | 25 | 60 | 500 | 56 | 44 |
| Binary | 10000101 | 110001 | 1101001 | 0 | 111111 | 10101 | 110000 | 101000000 | 101110 | 100100 |
Color Harmonies of #853169
Complementary color
Monochromatic Colors of #853169
Black with #853169
Text Example
Text Example
White with #853169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853169; }
p { color: rgb(133,49,105); }
H1.HeaderClassName
{
color: #853169;
}
.AnyTagClassName
{
color: #853169;
}
</style>
background-color css
<style>
a { background-color: #853169; }
a { background-color: rgb(133,49,105); }
div.DivClassName
{
background-color: #853169;
}
.BgClassName
{
background-color: #853169;
}
</style>
border-color css
<style>
span { border-color: #853169; }
span { border-color: rgb(133,49,105); }
td.TdClassName
{
border-color: #853169;
}
.TagClassName
{
border-color: #853169;
}
</style>