Shades of Vivid Violet #852297
Tints of Vivid Violet #852297
RGB
CMYK
RGB Variations
Color information
#852297 (or 0x852297) is known color: Vivid Violet. HEX triplet: 85, 22 and 97. RGB value is (133,34,151). Sum of RGB (Red+Green+Blue) = 133+34+151=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #852297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852297 is #7ADD68. Grayscale: #4C4C4C. Windows color (decimal): -8052073 or 9904773. OLE color: 9904773.
HSL color Cylindrical-coordinate representation of color #852297: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852297 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 34 | 151 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.41 |
| HSL | 290.77º | 0.63% | 0.36% | - |
| HSV(B) | 290.77º | 0.77% | 0.59% | - |
| XYZ | 15.83 | 8.36 | 30.06 | - |
| YUV | 76.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 151 | 0.12 | 0.77 | 0 | 0.41 | 290.77 | 0.63 | 0.36 |
| Hex | 85 | 22 | 97 | C | 4D | 0 | 29 | 123 | 3F | 24 |
| Octal | 205 | 42 | 227 | 14 | 115 | 0 | 51 | 443 | 77 | 44 |
| Binary | 10000101 | 100010 | 10010111 | 1100 | 1001101 | 0 | 101001 | 100100011 | 111111 | 100100 |
Color Harmonies of #852297
Complementary color
Monochromatic Colors of #852297
Black with #852297
Text Example
Text Example
White with #852297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852297; }
p { color: rgb(133,34,151); }
H1.HeaderClassName
{
color: #852297;
}
.AnyTagClassName
{
color: #852297;
}
</style>
background-color css
<style>
a { background-color: #852297; }
a { background-color: rgb(133,34,151); }
div.DivClassName
{
background-color: #852297;
}
.BgClassName
{
background-color: #852297;
}
</style>
border-color css
<style>
span { border-color: #852297; }
span { border-color: rgb(133,34,151); }
td.TdClassName
{
border-color: #852297;
}
.TagClassName
{
border-color: #852297;
}
</style>