Shades of Dark Purple #853369
Tints of Dark Purple #853369
RGB
CMYK
RGB Variations
Color information
#853369 (or 0x853369) is known color: Dark Purple. HEX triplet: 85, 33 and 69. RGB value is (133,51,105). Sum of RGB (Red+Green+Blue) = 133+51+105=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853369 is #7ACC96. Grayscale: #515151. Windows color (decimal): -8047767 or 6894469. OLE color: 6894469.
HSL color Cylindrical-coordinate representation of color #853369: hue angle of 320.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853369 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 105 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.48 |
| HSL | 320.49º | 0.45% | 0.36% | - |
| HSV(B) | 320.49º | 0.62% | 0.52% | - |
| XYZ | 13.41 | 8.37 | 14.27 | - |
| YUV | 81.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 105 | 0 | 0.62 | 0.21 | 0.48 | 320.49 | 0.45 | 0.36 |
| Hex | 85 | 33 | 69 | 0 | 3E | 15 | 30 | 140 | 2D | 24 |
| Octal | 205 | 63 | 151 | 0 | 76 | 25 | 60 | 500 | 55 | 44 |
| Binary | 10000101 | 110011 | 1101001 | 0 | 111110 | 10101 | 110000 | 101000000 | 101101 | 100100 |
Color Harmonies of #853369
Complementary color
Monochromatic Colors of #853369
Black with #853369
Text Example
Text Example
White with #853369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853369; }
p { color: rgb(133,51,105); }
H1.HeaderClassName
{
color: #853369;
}
.AnyTagClassName
{
color: #853369;
}
</style>
background-color css
<style>
a { background-color: #853369; }
a { background-color: rgb(133,51,105); }
div.DivClassName
{
background-color: #853369;
}
.BgClassName
{
background-color: #853369;
}
</style>
border-color css
<style>
span { border-color: #853369; }
span { border-color: rgb(133,51,105); }
td.TdClassName
{
border-color: #853369;
}
.TagClassName
{
border-color: #853369;
}
</style>