Shades of Vivid Violet #852596
Tints of Vivid Violet #852596
RGB
CMYK
RGB Variations
Color information
#852596 (or 0x852596) is known color: Vivid Violet. HEX triplet: 85, 25 and 96. RGB value is (133,37,150). Sum of RGB (Red+Green+Blue) = 133+37+150=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #852596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852596 is #7ADA69. Grayscale: #4E4E4E. Windows color (decimal): -8051306 or 9840005. OLE color: 9840005.
HSL color Cylindrical-coordinate representation of color #852596: hue angle of 290.97º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852596 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 37 | 150 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.41 |
| HSL | 290.97º | 0.6% | 0.37% | - |
| HSV(B) | 290.97º | 0.75% | 0.59% | - |
| XYZ | 15.84 | 8.51 | 29.66 | - |
| YUV | 78.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 150 | 0.11 | 0.75 | 0 | 0.41 | 290.97 | 0.6 | 0.37 |
| Hex | 85 | 25 | 96 | B | 4B | 0 | 29 | 123 | 3C | 25 |
| Octal | 205 | 45 | 226 | 13 | 113 | 0 | 51 | 443 | 74 | 45 |
| Binary | 10000101 | 100101 | 10010110 | 1011 | 1001011 | 0 | 101001 | 100100011 | 111100 | 100101 |
Color Harmonies of #852596
Complementary color
Monochromatic Colors of #852596
Black with #852596
Text Example
Text Example
White with #852596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852596; }
p { color: rgb(133,37,150); }
H1.HeaderClassName
{
color: #852596;
}
.AnyTagClassName
{
color: #852596;
}
</style>
background-color css
<style>
a { background-color: #852596; }
a { background-color: rgb(133,37,150); }
div.DivClassName
{
background-color: #852596;
}
.BgClassName
{
background-color: #852596;
}
</style>
border-color css
<style>
span { border-color: #852596; }
span { border-color: rgb(133,37,150); }
td.TdClassName
{
border-color: #852596;
}
.TagClassName
{
border-color: #852596;
}
</style>