Shades of Vivid Violet #852A96
Tints of Vivid Violet #852A96
RGB
CMYK
RGB Variations
Color information
#852A96 (or 0x852A96) is known color: Vivid Violet. HEX triplet: 85, 2A and 96. RGB value is (133,42,150). Sum of RGB (Red+Green+Blue) = 133+42+150=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #852A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852A96 is #7AD569. Grayscale: #515151. Windows color (decimal): -8050026 or 9841285. OLE color: 9841285.
HSL color Cylindrical-coordinate representation of color #852A96: hue angle of 290.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852A96 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 42 | 150 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.41 |
| HSL | 290.56º | 0.56% | 0.38% | - |
| HSV(B) | 290.56º | 0.72% | 0.59% | - |
| XYZ | 16.01 | 8.84 | 29.72 | - |
| YUV | 81.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 150 | 0.11 | 0.72 | 0 | 0.41 | 290.56 | 0.56 | 0.38 |
| Hex | 85 | 2A | 96 | B | 48 | 0 | 29 | 123 | 38 | 26 |
| Octal | 205 | 52 | 226 | 13 | 110 | 0 | 51 | 443 | 70 | 46 |
| Binary | 10000101 | 101010 | 10010110 | 1011 | 1001000 | 0 | 101001 | 100100011 | 111000 | 100110 |
Color Harmonies of #852A96
Complementary color
Monochromatic Colors of #852A96
Black with #852A96
Text Example
Text Example
White with #852A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A96; }
p { color: rgb(133,42,150); }
H1.HeaderClassName
{
color: #852A96;
}
.AnyTagClassName
{
color: #852A96;
}
</style>
background-color css
<style>
a { background-color: #852A96; }
a { background-color: rgb(133,42,150); }
div.DivClassName
{
background-color: #852A96;
}
.BgClassName
{
background-color: #852A96;
}
</style>
border-color css
<style>
span { border-color: #852A96; }
span { border-color: rgb(133,42,150); }
td.TdClassName
{
border-color: #852A96;
}
.TagClassName
{
border-color: #852A96;
}
</style>