Shades of Vivid Violet #853884
Tints of Vivid Violet #853884
RGB
CMYK
RGB Variations
Color information
#853884 (or 0x853884) is known color: Vivid Violet. HEX triplet: 85, 38 and 84. RGB value is (133,56,132). Sum of RGB (Red+Green+Blue) = 133+56+132=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #853884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853884 is #7AC77B. Grayscale: #575757. Windows color (decimal): -8046460 or 8665221. OLE color: 8665221.
HSL color Cylindrical-coordinate representation of color #853884: hue angle of 300.78º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853884 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 132 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.48 |
| HSL | 300.78º | 0.41% | 0.37% | - |
| HSV(B) | 300.78º | 0.58% | 0.52% | - |
| XYZ | 15.25 | 9.48 | 22.86 | - |
| YUV | 87.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 132 | 0 | 0.58 | 0.01 | 0.48 | 300.78 | 0.41 | 0.37 |
| Hex | 85 | 38 | 84 | 0 | 3A | 1 | 30 | 12D | 29 | 25 |
| Octal | 205 | 70 | 204 | 0 | 72 | 1 | 60 | 455 | 51 | 45 |
| Binary | 10000101 | 111000 | 10000100 | 0 | 111010 | 1 | 110000 | 100101101 | 101001 | 100101 |
Color Harmonies of #853884
Complementary color
Monochromatic Colors of #853884
Black with #853884
Text Example
Text Example
White with #853884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853884; }
p { color: rgb(133,56,132); }
H1.HeaderClassName
{
color: #853884;
}
.AnyTagClassName
{
color: #853884;
}
</style>
background-color css
<style>
a { background-color: #853884; }
a { background-color: rgb(133,56,132); }
div.DivClassName
{
background-color: #853884;
}
.BgClassName
{
background-color: #853884;
}
</style>
border-color css
<style>
span { border-color: #853884; }
span { border-color: rgb(133,56,132); }
td.TdClassName
{
border-color: #853884;
}
.TagClassName
{
border-color: #853884;
}
</style>