Shades of Vivid Violet #85229F
Tints of Vivid Violet #85229F
RGB
CMYK
RGB Variations
Color information
#85229F (or 0x85229F) is known color: Vivid Violet. HEX triplet: 85, 22 and 9F. RGB value is (133,34,159). Sum of RGB (Red+Green+Blue) = 133+34+159=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #85229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85229F is #7ADD60. Grayscale: #4D4D4D. Windows color (decimal): -8052065 or 10429061. OLE color: 10429061.
HSL color Cylindrical-coordinate representation of color #85229F: hue angle of 287.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85229F is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 34 | 159 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.38 |
| HSL | 287.52º | 0.65% | 0.38% | - |
| HSV(B) | 287.52º | 0.79% | 0.62% | - |
| XYZ | 16.5 | 8.63 | 33.6 | - |
| YUV | 77.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 159 | 0.16 | 0.79 | 0 | 0.38 | 287.52 | 0.65 | 0.38 |
| Hex | 85 | 22 | 9F | 10 | 4F | 0 | 26 | 120 | 41 | 26 |
| Octal | 205 | 42 | 237 | 20 | 117 | 0 | 46 | 440 | 101 | 46 |
| Binary | 10000101 | 100010 | 10011111 | 10000 | 1001111 | 0 | 100110 | 100100000 | 1000001 | 100110 |
Color Harmonies of #85229F
Complementary color
Monochromatic Colors of #85229F
Black with #85229F
Text Example
Text Example
White with #85229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85229F; }
p { color: rgb(133,34,159); }
H1.HeaderClassName
{
color: #85229F;
}
.AnyTagClassName
{
color: #85229F;
}
</style>
background-color css
<style>
a { background-color: #85229F; }
a { background-color: rgb(133,34,159); }
div.DivClassName
{
background-color: #85229F;
}
.BgClassName
{
background-color: #85229F;
}
</style>
border-color css
<style>
span { border-color: #85229F; }
span { border-color: rgb(133,34,159); }
td.TdClassName
{
border-color: #85229F;
}
.TagClassName
{
border-color: #85229F;
}
</style>