Shades of Vivid Violet #85479B
Tints of Vivid Violet #85479B
RGB
CMYK
RGB Variations
Color information
#85479B (or 0x85479B) is known color: Vivid Violet. HEX triplet: 85, 47 and 9B. RGB value is (133,71,155). Sum of RGB (Red+Green+Blue) = 133+71+155=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #85479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85479B is #7AB864. Grayscale: #626262. Windows color (decimal): -8042597 or 10176389. OLE color: 10176389.
HSL color Cylindrical-coordinate representation of color #85479B: hue angle of 284.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85479B is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 71 | 155 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.39 |
| HSL | 284.29º | 0.37% | 0.44% | - |
| HSV(B) | 284.29º | 0.54% | 0.61% | - |
| XYZ | 17.84 | 11.86 | 32.36 | - |
| YUV | 99.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 155 | 0.14 | 0.54 | 0 | 0.39 | 284.29 | 0.37 | 0.44 |
| Hex | 85 | 47 | 9B | E | 36 | 0 | 27 | 11C | 25 | 2C |
| Octal | 205 | 107 | 233 | 16 | 66 | 0 | 47 | 434 | 45 | 54 |
| Binary | 10000101 | 1000111 | 10011011 | 1110 | 110110 | 0 | 100111 | 100011100 | 100101 | 101100 |
Color Harmonies of #85479B
Complementary color
Monochromatic Colors of #85479B
Black with #85479B
Text Example
Text Example
White with #85479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85479B; }
p { color: rgb(133,71,155); }
H1.HeaderClassName
{
color: #85479B;
}
.AnyTagClassName
{
color: #85479B;
}
</style>
background-color css
<style>
a { background-color: #85479B; }
a { background-color: rgb(133,71,155); }
div.DivClassName
{
background-color: #85479B;
}
.BgClassName
{
background-color: #85479B;
}
</style>
border-color css
<style>
span { border-color: #85479B; }
span { border-color: rgb(133,71,155); }
td.TdClassName
{
border-color: #85479B;
}
.TagClassName
{
border-color: #85479B;
}
</style>