Shades of Vivid Violet #853CAA
Tints of Vivid Violet #853CAA
RGB
CMYK
RGB Variations
Color information
#853CAA (or 0x853CAA) is known color: Vivid Violet. HEX triplet: 85, 3C and AA. RGB value is (133,60,170). Sum of RGB (Red+Green+Blue) = 133+60+170=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #853CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CAA is #7AC355. Grayscale: #5E5E5E. Windows color (decimal): -8045398 or 11156613. OLE color: 11156613.
HSL color Cylindrical-coordinate representation of color #853CAA: hue angle of 279.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853CAA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 60 | 170 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.33 |
| HSL | 279.82º | 0.48% | 0.45% | - |
| HSV(B) | 279.82º | 0.65% | 0.67% | - |
| XYZ | 18.54 | 11.12 | 39.2 | - |
| YUV | 94.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 170 | 0.22 | 0.65 | 0 | 0.33 | 279.82 | 0.48 | 0.45 |
| Hex | 85 | 3C | AA | 16 | 41 | 0 | 21 | 118 | 30 | 2D |
| Octal | 205 | 74 | 252 | 26 | 101 | 0 | 41 | 430 | 60 | 55 |
| Binary | 10000101 | 111100 | 10101010 | 10110 | 1000001 | 0 | 100001 | 100011000 | 110000 | 101101 |
Color Harmonies of #853CAA
Complementary color
Monochromatic Colors of #853CAA
Black with #853CAA
Text Example
Text Example
White with #853CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CAA; }
p { color: rgb(133,60,170); }
H1.HeaderClassName
{
color: #853CAA;
}
.AnyTagClassName
{
color: #853CAA;
}
</style>
background-color css
<style>
a { background-color: #853CAA; }
a { background-color: rgb(133,60,170); }
div.DivClassName
{
background-color: #853CAA;
}
.BgClassName
{
background-color: #853CAA;
}
</style>
border-color css
<style>
span { border-color: #853CAA; }
span { border-color: rgb(133,60,170); }
td.TdClassName
{
border-color: #853CAA;
}
.TagClassName
{
border-color: #853CAA;
}
</style>