Shades of Vivid Violet #85479E
Tints of Vivid Violet #85479E
RGB
CMYK
RGB Variations
Color information
#85479E (or 0x85479E) is known color: Vivid Violet. HEX triplet: 85, 47 and 9E. RGB value is (133,71,158). Sum of RGB (Red+Green+Blue) = 133+71+158=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #85479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85479E is #7AB861. Grayscale: #636363. Windows color (decimal): -8042594 or 10372997. OLE color: 10372997.
HSL color Cylindrical-coordinate representation of color #85479E: hue angle of 282.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85479E is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 71 | 158 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.38 |
| HSL | 282.76º | 0.38% | 0.45% | - |
| HSV(B) | 282.76º | 0.55% | 0.62% | - |
| XYZ | 18.1 | 11.96 | 33.7 | - |
| YUV | 99.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 158 | 0.16 | 0.55 | 0 | 0.38 | 282.76 | 0.38 | 0.45 |
| Hex | 85 | 47 | 9E | 10 | 37 | 0 | 26 | 11B | 26 | 2D |
| Octal | 205 | 107 | 236 | 20 | 67 | 0 | 46 | 433 | 46 | 55 |
| Binary | 10000101 | 1000111 | 10011110 | 10000 | 110111 | 0 | 100110 | 100011011 | 100110 | 101101 |
Color Harmonies of #85479E
Complementary color
Monochromatic Colors of #85479E
Black with #85479E
Text Example
Text Example
White with #85479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85479E; }
p { color: rgb(133,71,158); }
H1.HeaderClassName
{
color: #85479E;
}
.AnyTagClassName
{
color: #85479E;
}
</style>
background-color css
<style>
a { background-color: #85479E; }
a { background-color: rgb(133,71,158); }
div.DivClassName
{
background-color: #85479E;
}
.BgClassName
{
background-color: #85479E;
}
</style>
border-color css
<style>
span { border-color: #85479E; }
span { border-color: rgb(133,71,158); }
td.TdClassName
{
border-color: #85479E;
}
.TagClassName
{
border-color: #85479E;
}
</style>