Shades of Vivid Violet #853AAA
Tints of Vivid Violet #853AAA
RGB
CMYK
RGB Variations
Color information
#853AAA (or 0x853AAA) is known color: Vivid Violet. HEX triplet: 85, 3A and AA. RGB value is (133,58,170). Sum of RGB (Red+Green+Blue) = 133+58+170=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #853AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAA is #7AC555. Grayscale: #5C5C5C. Windows color (decimal): -8045910 or 11156101. OLE color: 11156101.
HSL color Cylindrical-coordinate representation of color #853AAA: hue angle of 280.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853AAA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 58 | 170 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.33 |
| HSL | 280.18º | 0.49% | 0.45% | - |
| HSV(B) | 280.18º | 0.66% | 0.67% | - |
| XYZ | 18.44 | 10.91 | 39.17 | - |
| YUV | 93.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 170 | 0.22 | 0.66 | 0 | 0.33 | 280.18 | 0.49 | 0.45 |
| Hex | 85 | 3A | AA | 16 | 42 | 0 | 21 | 118 | 31 | 2D |
| Octal | 205 | 72 | 252 | 26 | 102 | 0 | 41 | 430 | 61 | 55 |
| Binary | 10000101 | 111010 | 10101010 | 10110 | 1000010 | 0 | 100001 | 100011000 | 110001 | 101101 |
Color Harmonies of #853AAA
Complementary color
Monochromatic Colors of #853AAA
Black with #853AAA
Text Example
Text Example
White with #853AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853AAA; }
p { color: rgb(133,58,170); }
H1.HeaderClassName
{
color: #853AAA;
}
.AnyTagClassName
{
color: #853AAA;
}
</style>
background-color css
<style>
a { background-color: #853AAA; }
a { background-color: rgb(133,58,170); }
div.DivClassName
{
background-color: #853AAA;
}
.BgClassName
{
background-color: #853AAA;
}
</style>
border-color css
<style>
span { border-color: #853AAA; }
span { border-color: rgb(133,58,170); }
td.TdClassName
{
border-color: #853AAA;
}
.TagClassName
{
border-color: #853AAA;
}
</style>