Shades of Vivid Violet #852AA2
Tints of Vivid Violet #852AA2
RGB
CMYK
RGB Variations
Color information
#852AA2 (or 0x852AA2) is known color: Vivid Violet. HEX triplet: 85, 2A and A2. RGB value is (133,42,162). Sum of RGB (Red+Green+Blue) = 133+42+162=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #852AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AA2 is #7AD55D. Grayscale: #525252. Windows color (decimal): -8050014 or 10627717. OLE color: 10627717.
HSL color Cylindrical-coordinate representation of color #852AA2: hue angle of 285.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852AA2 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 42 | 162 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.36 |
| HSL | 285.5º | 0.59% | 0.4% | - |
| HSV(B) | 285.5º | 0.74% | 0.64% | - |
| XYZ | 17.02 | 9.25 | 35.07 | - |
| YUV | 82.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 162 | 0.18 | 0.74 | 0 | 0.36 | 285.5 | 0.59 | 0.4 |
| Hex | 85 | 2A | A2 | 12 | 4A | 0 | 24 | 11E | 3B | 28 |
| Octal | 205 | 52 | 242 | 22 | 112 | 0 | 44 | 436 | 73 | 50 |
| Binary | 10000101 | 101010 | 10100010 | 10010 | 1001010 | 0 | 100100 | 100011110 | 111011 | 101000 |
Color Harmonies of #852AA2
Complementary color
Monochromatic Colors of #852AA2
Black with #852AA2
Text Example
Text Example
White with #852AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AA2; }
p { color: rgb(133,42,162); }
H1.HeaderClassName
{
color: #852AA2;
}
.AnyTagClassName
{
color: #852AA2;
}
</style>
background-color css
<style>
a { background-color: #852AA2; }
a { background-color: rgb(133,42,162); }
div.DivClassName
{
background-color: #852AA2;
}
.BgClassName
{
background-color: #852AA2;
}
</style>
border-color css
<style>
span { border-color: #852AA2; }
span { border-color: rgb(133,42,162); }
td.TdClassName
{
border-color: #852AA2;
}
.TagClassName
{
border-color: #852AA2;
}
</style>