Shades of Vivid Violet #852E99
Tints of Vivid Violet #852E99
RGB
CMYK
RGB Variations
Color information
#852E99 (or 0x852E99) is known color: Vivid Violet. HEX triplet: 85, 2E and 99. RGB value is (133,46,153). Sum of RGB (Red+Green+Blue) = 133+46+153=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #852E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852E99 is #7AD166. Grayscale: #535353. Windows color (decimal): -8048999 or 10038917. OLE color: 10038917.
HSL color Cylindrical-coordinate representation of color #852E99: hue angle of 288.79º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852E99 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 46 | 153 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.4 |
| HSL | 288.79º | 0.54% | 0.39% | - |
| HSV(B) | 288.79º | 0.7% | 0.6% | - |
| XYZ | 16.4 | 9.24 | 31.06 | - |
| YUV | 84.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 153 | 0.13 | 0.70 | 0 | 0.4 | 288.79 | 0.54 | 0.39 |
| Hex | 85 | 2E | 99 | D | 46 | 0 | 28 | 121 | 36 | 27 |
| Octal | 205 | 56 | 231 | 15 | 106 | 0 | 50 | 441 | 66 | 47 |
| Binary | 10000101 | 101110 | 10011001 | 1101 | 1000110 | 0 | 101000 | 100100001 | 110110 | 100111 |
Color Harmonies of #852E99
Complementary color
Monochromatic Colors of #852E99
Black with #852E99
Text Example
Text Example
White with #852E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E99; }
p { color: rgb(133,46,153); }
H1.HeaderClassName
{
color: #852E99;
}
.AnyTagClassName
{
color: #852E99;
}
</style>
background-color css
<style>
a { background-color: #852E99; }
a { background-color: rgb(133,46,153); }
div.DivClassName
{
background-color: #852E99;
}
.BgClassName
{
background-color: #852E99;
}
</style>
border-color css
<style>
span { border-color: #852E99; }
span { border-color: rgb(133,46,153); }
td.TdClassName
{
border-color: #852E99;
}
.TagClassName
{
border-color: #852E99;
}
</style>