Shades of Vivid Violet #852BAE
Tints of Vivid Violet #852BAE
RGB
CMYK
RGB Variations
Color information
#852BAE (or 0x852BAE) is known color: Vivid Violet. HEX triplet: 85, 2B and AE. RGB value is (133,43,174). Sum of RGB (Red+Green+Blue) = 133+43+174=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #852BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852BAE is #7AD451. Grayscale: #545454. Windows color (decimal): -8049746 or 11414405. OLE color: 11414405.
HSL color Cylindrical-coordinate representation of color #852BAE: hue angle of 281.22º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852BAE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 43 | 174 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.32 |
| HSL | 281.22º | 0.6% | 0.43% | - |
| HSV(B) | 281.22º | 0.75% | 0.68% | - |
| XYZ | 18.18 | 9.77 | 40.97 | - |
| YUV | 84.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 174 | 0.24 | 0.75 | 0 | 0.32 | 281.22 | 0.6 | 0.43 |
| Hex | 85 | 2B | AE | 18 | 4B | 0 | 20 | 119 | 3C | 2B |
| Octal | 205 | 53 | 256 | 30 | 113 | 0 | 40 | 431 | 74 | 53 |
| Binary | 10000101 | 101011 | 10101110 | 11000 | 1001011 | 0 | 100000 | 100011001 | 111100 | 101011 |
Color Harmonies of #852BAE
Complementary color
Monochromatic Colors of #852BAE
Black with #852BAE
Text Example
Text Example
White with #852BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BAE; }
p { color: rgb(133,43,174); }
H1.HeaderClassName
{
color: #852BAE;
}
.AnyTagClassName
{
color: #852BAE;
}
</style>
background-color css
<style>
a { background-color: #852BAE; }
a { background-color: rgb(133,43,174); }
div.DivClassName
{
background-color: #852BAE;
}
.BgClassName
{
background-color: #852BAE;
}
</style>
border-color css
<style>
span { border-color: #852BAE; }
span { border-color: rgb(133,43,174); }
td.TdClassName
{
border-color: #852BAE;
}
.TagClassName
{
border-color: #852BAE;
}
</style>