Shades of Dark Purple #853381
Tints of Dark Purple #853381
RGB
CMYK
RGB Variations
Color information
#853381 (or 0x853381) is known color: Dark Purple. HEX triplet: 85, 33 and 81. RGB value is (133,51,129). Sum of RGB (Red+Green+Blue) = 133+51+129=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #853381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853381 is #7ACC7E. Grayscale: #545454. Windows color (decimal): -8047743 or 8467333. OLE color: 8467333.
HSL color Cylindrical-coordinate representation of color #853381: hue angle of 302.93º 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 #853381 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 129 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.48 |
| HSL | 302.93º | 0.45% | 0.36% | - |
| HSV(B) | 302.93º | 0.62% | 0.52% | - |
| XYZ | 14.82 | 8.94 | 21.71 | - |
| YUV | 84.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 129 | 0 | 0.62 | 0.03 | 0.48 | 302.93 | 0.45 | 0.36 |
| Hex | 85 | 33 | 81 | 0 | 3E | 3 | 30 | 12F | 2D | 24 |
| Octal | 205 | 63 | 201 | 0 | 76 | 3 | 60 | 457 | 55 | 44 |
| Binary | 10000101 | 110011 | 10000001 | 0 | 111110 | 11 | 110000 | 100101111 | 101101 | 100100 |
Color Harmonies of #853381
Complementary color
Monochromatic Colors of #853381
Black with #853381
Text Example
Text Example
White with #853381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853381; }
p { color: rgb(133,51,129); }
H1.HeaderClassName
{
color: #853381;
}
.AnyTagClassName
{
color: #853381;
}
</style>
background-color css
<style>
a { background-color: #853381; }
a { background-color: rgb(133,51,129); }
div.DivClassName
{
background-color: #853381;
}
.BgClassName
{
background-color: #853381;
}
</style>
border-color css
<style>
span { border-color: #853381; }
span { border-color: rgb(133,51,129); }
td.TdClassName
{
border-color: #853381;
}
.TagClassName
{
border-color: #853381;
}
</style>