Shades of Vivid Violet #85229A
Tints of Vivid Violet #85229A
RGB
CMYK
RGB Variations
Color information
#85229A (or 0x85229A) is known color: Vivid Violet. HEX triplet: 85, 22 and 9A. RGB value is (133,34,154). Sum of RGB (Red+Green+Blue) = 133+34+154=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #85229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85229A is #7ADD65. Grayscale: #4C4C4C. Windows color (decimal): -8052070 or 10101381. OLE color: 10101381.
HSL color Cylindrical-coordinate representation of color #85229A: hue angle of 289.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85229A is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 34 | 154 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.40 |
| HSL | 289.5º | 0.64% | 0.37% | - |
| HSV(B) | 289.5º | 0.78% | 0.6% | - |
| XYZ | 16.08 | 8.46 | 31.36 | - |
| YUV | 77.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 154 | 0.14 | 0.78 | 0 | 0.40 | 289.5 | 0.64 | 0.37 |
| Hex | 85 | 22 | 9A | E | 4E | 0 | 28 | 122 | 40 | 25 |
| Octal | 205 | 42 | 232 | 16 | 116 | 0 | 50 | 442 | 100 | 45 |
| Binary | 10000101 | 100010 | 10011010 | 1110 | 1001110 | 0 | 101000 | 100100010 | 1000000 | 100101 |
Color Harmonies of #85229A
Complementary color
Monochromatic Colors of #85229A
Black with #85229A
Text Example
Text Example
White with #85229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85229A; }
p { color: rgb(133,34,154); }
H1.HeaderClassName
{
color: #85229A;
}
.AnyTagClassName
{
color: #85229A;
}
</style>
background-color css
<style>
a { background-color: #85229A; }
a { background-color: rgb(133,34,154); }
div.DivClassName
{
background-color: #85229A;
}
.BgClassName
{
background-color: #85229A;
}
</style>
border-color css
<style>
span { border-color: #85229A; }
span { border-color: rgb(133,34,154); }
td.TdClassName
{
border-color: #85229A;
}
.TagClassName
{
border-color: #85229A;
}
</style>