Shades of Vivid Violet #852292
Tints of Vivid Violet #852292
RGB
CMYK
RGB Variations
Color information
#852292 (or 0x852292) is known color: Vivid Violet. HEX triplet: 85, 22 and 92. RGB value is (133,34,146). Sum of RGB (Red+Green+Blue) = 133+34+146=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #852292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852292 is #7ADD6D. Grayscale: #4C4C4C. Windows color (decimal): -8052078 or 9577093. OLE color: 9577093.
HSL color Cylindrical-coordinate representation of color #852292: hue angle of 293.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852292 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 34 | 146 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.43 |
| HSL | 293.04º | 0.62% | 0.35% | - |
| HSV(B) | 293.04º | 0.77% | 0.57% | - |
| XYZ | 15.43 | 8.21 | 27.96 | - |
| YUV | 76.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 146 | 0.09 | 0.77 | 0 | 0.43 | 293.04 | 0.62 | 0.35 |
| Hex | 85 | 22 | 92 | 9 | 4D | 0 | 2B | 125 | 3E | 23 |
| Octal | 205 | 42 | 222 | 11 | 115 | 0 | 53 | 445 | 76 | 43 |
| Binary | 10000101 | 100010 | 10010010 | 1001 | 1001101 | 0 | 101011 | 100100101 | 111110 | 100011 |
Color Harmonies of #852292
Complementary color
Monochromatic Colors of #852292
Black with #852292
Text Example
Text Example
White with #852292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852292; }
p { color: rgb(133,34,146); }
H1.HeaderClassName
{
color: #852292;
}
.AnyTagClassName
{
color: #852292;
}
</style>
background-color css
<style>
a { background-color: #852292; }
a { background-color: rgb(133,34,146); }
div.DivClassName
{
background-color: #852292;
}
.BgClassName
{
background-color: #852292;
}
</style>
border-color css
<style>
span { border-color: #852292; }
span { border-color: rgb(133,34,146); }
td.TdClassName
{
border-color: #852292;
}
.TagClassName
{
border-color: #852292;
}
</style>