Shades of Vivid Violet #852097
Tints of Vivid Violet #852097
RGB
CMYK
RGB Variations
Color information
#852097 (or 0x852097) is known color: Vivid Violet. HEX triplet: 85, 20 and 97. RGB value is (133,32,151). Sum of RGB (Red+Green+Blue) = 133+32+151=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #852097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852097 is #7ADF68. Grayscale: #4B4B4B. Windows color (decimal): -8052585 or 9904261. OLE color: 9904261.
HSL color Cylindrical-coordinate representation of color #852097: hue angle of 290.92º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852097 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 32 | 151 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.41 |
| HSL | 290.92º | 0.65% | 0.36% | - |
| HSV(B) | 290.92º | 0.79% | 0.59% | - |
| XYZ | 15.78 | 8.25 | 30.04 | - |
| YUV | 75.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 151 | 0.12 | 0.79 | 0 | 0.41 | 290.92 | 0.65 | 0.36 |
| Hex | 85 | 20 | 97 | C | 4F | 0 | 29 | 123 | 41 | 24 |
| Octal | 205 | 40 | 227 | 14 | 117 | 0 | 51 | 443 | 101 | 44 |
| Binary | 10000101 | 100000 | 10010111 | 1100 | 1001111 | 0 | 101001 | 100100011 | 1000001 | 100100 |
Color Harmonies of #852097
Complementary color
Monochromatic Colors of #852097
Black with #852097
Text Example
Text Example
White with #852097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852097; }
p { color: rgb(133,32,151); }
H1.HeaderClassName
{
color: #852097;
}
.AnyTagClassName
{
color: #852097;
}
</style>
background-color css
<style>
a { background-color: #852097; }
a { background-color: rgb(133,32,151); }
div.DivClassName
{
background-color: #852097;
}
.BgClassName
{
background-color: #852097;
}
</style>
border-color css
<style>
span { border-color: #852097; }
span { border-color: rgb(133,32,151); }
td.TdClassName
{
border-color: #852097;
}
.TagClassName
{
border-color: #852097;
}
</style>