Shades of Vivid Violet #85228B
Tints of Vivid Violet #85228B
RGB
CMYK
RGB Variations
Color information
#85228B (or 0x85228B) is known color: Vivid Violet. HEX triplet: 85, 22 and 8B. RGB value is (133,34,139). Sum of RGB (Red+Green+Blue) = 133+34+139=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #85228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85228B is #7ADD74. Grayscale: #4B4B4B. Windows color (decimal): -8052085 or 9118341. OLE color: 9118341.
HSL color Cylindrical-coordinate representation of color #85228B: hue angle of 296.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85228B is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 34 | 139 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.45 |
| HSL | 296.57º | 0.61% | 0.34% | - |
| HSV(B) | 296.57º | 0.76% | 0.55% | - |
| XYZ | 14.91 | 7.99 | 25.18 | - |
| YUV | 75.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 139 | 0.04 | 0.76 | 0 | 0.45 | 296.57 | 0.61 | 0.34 |
| Hex | 85 | 22 | 8B | 4 | 4C | 0 | 2D | 129 | 3D | 22 |
| Octal | 205 | 42 | 213 | 4 | 114 | 0 | 55 | 451 | 75 | 42 |
| Binary | 10000101 | 100010 | 10001011 | 100 | 1001100 | 0 | 101101 | 100101001 | 111101 | 100010 |
Color Harmonies of #85228B
Complementary color
Monochromatic Colors of #85228B
Black with #85228B
Text Example
Text Example
White with #85228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85228B; }
p { color: rgb(133,34,139); }
H1.HeaderClassName
{
color: #85228B;
}
.AnyTagClassName
{
color: #85228B;
}
</style>
background-color css
<style>
a { background-color: #85228B; }
a { background-color: rgb(133,34,139); }
div.DivClassName
{
background-color: #85228B;
}
.BgClassName
{
background-color: #85228B;
}
</style>
border-color css
<style>
span { border-color: #85228B; }
span { border-color: rgb(133,34,139); }
td.TdClassName
{
border-color: #85228B;
}
.TagClassName
{
border-color: #85228B;
}
</style>