Shades of Vivid Violet #852AA6
Tints of Vivid Violet #852AA6
RGB
CMYK
RGB Variations
Color information
#852AA6 (or 0x852AA6) is known color: Vivid Violet. HEX triplet: 85, 2A and A6. RGB value is (133,42,166). Sum of RGB (Red+Green+Blue) = 133+42+166=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 166 - color contains mainly: blue. Hex color #852AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852AA6 is #7AD559. Grayscale: #525252. Windows color (decimal): -8050010 or 10889861. OLE color: 10889861.
HSL color Cylindrical-coordinate representation of color #852AA6: hue angle of 284.03º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852AA6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 42 | 166 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.35 |
| HSL | 284.03º | 0.6% | 0.41% | - |
| HSV(B) | 284.03º | 0.75% | 0.65% | - |
| XYZ | 17.38 | 9.4 | 36.97 | - |
| YUV | 83.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 166 | 0.20 | 0.75 | 0 | 0.35 | 284.03 | 0.6 | 0.41 |
| Hex | 85 | 2A | A6 | 14 | 4B | 0 | 23 | 11C | 3C | 29 |
| Octal | 205 | 52 | 246 | 24 | 113 | 0 | 43 | 434 | 74 | 51 |
| Binary | 10000101 | 101010 | 10100110 | 10100 | 1001011 | 0 | 100011 | 100011100 | 111100 | 101001 |
Color Harmonies of #852AA6
Complementary color
Monochromatic Colors of #852AA6
Black with #852AA6
Text Example
Text Example
White with #852AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AA6; }
p { color: rgb(133,42,166); }
H1.HeaderClassName
{
color: #852AA6;
}
.AnyTagClassName
{
color: #852AA6;
}
</style>
background-color css
<style>
a { background-color: #852AA6; }
a { background-color: rgb(133,42,166); }
div.DivClassName
{
background-color: #852AA6;
}
.BgClassName
{
background-color: #852AA6;
}
</style>
border-color css
<style>
span { border-color: #852AA6; }
span { border-color: rgb(133,42,166); }
td.TdClassName
{
border-color: #852AA6;
}
.TagClassName
{
border-color: #852AA6;
}
</style>