Shades of Vivid Violet #85228E
Tints of Vivid Violet #85228E
RGB
CMYK
RGB Variations
Color information
#85228E (or 0x85228E) is known color: Vivid Violet. HEX triplet: 85, 22 and 8E. RGB value is (133,34,142). Sum of RGB (Red+Green+Blue) = 133+34+142=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #85228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85228E is #7ADD71. Grayscale: #4B4B4B. Windows color (decimal): -8052082 or 9314949. OLE color: 9314949.
HSL color Cylindrical-coordinate representation of color #85228E: hue angle of 295º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85228E is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 34 | 142 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.44 |
| HSL | 295º | 0.61% | 0.35% | - |
| HSV(B) | 295º | 0.76% | 0.56% | - |
| XYZ | 15.13 | 8.08 | 26.35 | - |
| YUV | 75.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 142 | 0.06 | 0.76 | 0 | 0.44 | 295 | 0.61 | 0.35 |
| Hex | 85 | 22 | 8E | 6 | 4C | 0 | 2C | 127 | 3D | 23 |
| Octal | 205 | 42 | 216 | 6 | 114 | 0 | 54 | 447 | 75 | 43 |
| Binary | 10000101 | 100010 | 10001110 | 110 | 1001100 | 0 | 101100 | 100100111 | 111101 | 100011 |
Color Harmonies of #85228E
Complementary color
Monochromatic Colors of #85228E
Black with #85228E
Text Example
Text Example
White with #85228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85228E; }
p { color: rgb(133,34,142); }
H1.HeaderClassName
{
color: #85228E;
}
.AnyTagClassName
{
color: #85228E;
}
</style>
background-color css
<style>
a { background-color: #85228E; }
a { background-color: rgb(133,34,142); }
div.DivClassName
{
background-color: #85228E;
}
.BgClassName
{
background-color: #85228E;
}
</style>
border-color css
<style>
span { border-color: #85228E; }
span { border-color: rgb(133,34,142); }
td.TdClassName
{
border-color: #85228E;
}
.TagClassName
{
border-color: #85228E;
}
</style>