Shades of Vivid Violet #852AA9
Tints of Vivid Violet #852AA9
RGB
CMYK
RGB Variations
Color information
#852AA9 (or 0x852AA9) is known color: Vivid Violet. HEX triplet: 85, 2A and A9. RGB value is (133,42,169). Sum of RGB (Red+Green+Blue) = 133+42+169=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 169 (66.41% from 255 or 49.13% from 344); Max value from RGB is 169 - color contains mainly: blue. Hex color #852AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AA9 is #7AD556. Grayscale: #535353. Windows color (decimal): -8050007 or 11086469. OLE color: 11086469.
HSL color Cylindrical-coordinate representation of color #852AA9: hue angle of 282.99º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852AA9 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 42 | 169 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.34 |
| HSL | 282.99º | 0.6% | 0.41% | - |
| HSV(B) | 282.99º | 0.75% | 0.66% | - |
| XYZ | 17.66 | 9.51 | 38.44 | - |
| YUV | 83.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 169 | 0.21 | 0.75 | 0 | 0.34 | 282.99 | 0.6 | 0.41 |
| Hex | 85 | 2A | A9 | 15 | 4B | 0 | 22 | 11B | 3C | 29 |
| Octal | 205 | 52 | 251 | 25 | 113 | 0 | 42 | 433 | 74 | 51 |
| Binary | 10000101 | 101010 | 10101001 | 10101 | 1001011 | 0 | 100010 | 100011011 | 111100 | 101001 |
Color Harmonies of #852AA9
Complementary color
Monochromatic Colors of #852AA9
Black with #852AA9
Text Example
Text Example
White with #852AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AA9; }
p { color: rgb(133,42,169); }
H1.HeaderClassName
{
color: #852AA9;
}
.AnyTagClassName
{
color: #852AA9;
}
</style>
background-color css
<style>
a { background-color: #852AA9; }
a { background-color: rgb(133,42,169); }
div.DivClassName
{
background-color: #852AA9;
}
.BgClassName
{
background-color: #852AA9;
}
</style>
border-color css
<style>
span { border-color: #852AA9; }
span { border-color: rgb(133,42,169); }
td.TdClassName
{
border-color: #852AA9;
}
.TagClassName
{
border-color: #852AA9;
}
</style>