Shades of Vivid Violet #85189E
Tints of Vivid Violet #85189E
RGB
CMYK
RGB Variations
Color information
#85189E (or 0x85189E) is known color: Vivid Violet. HEX triplet: 85, 18 and 9E. RGB value is (133,24,158). Sum of RGB (Red+Green+Blue) = 133+24+158=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #85189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85189E is #7AE761. Grayscale: #474747. Windows color (decimal): -8054626 or 10360965. OLE color: 10360965.
HSL color Cylindrical-coordinate representation of color #85189E: hue angle of 288.81º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85189E is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 24 | 158 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.38 |
| HSL | 288.81º | 0.74% | 0.36% | - |
| HSV(B) | 288.81º | 0.85% | 0.62% | - |
| XYZ | 16.17 | 8.11 | 33.06 | - |
| YUV | 71.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 158 | 0.16 | 0.85 | 0 | 0.38 | 288.81 | 0.74 | 0.36 |
| Hex | 85 | 18 | 9E | 10 | 55 | 0 | 26 | 121 | 4A | 24 |
| Octal | 205 | 30 | 236 | 20 | 125 | 0 | 46 | 441 | 112 | 44 |
| Binary | 10000101 | 11000 | 10011110 | 10000 | 1010101 | 0 | 100110 | 100100001 | 1001010 | 100100 |
Color Harmonies of #85189E
Complementary color
Monochromatic Colors of #85189E
Black with #85189E
Text Example
Text Example
White with #85189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85189E; }
p { color: rgb(133,24,158); }
H1.HeaderClassName
{
color: #85189E;
}
.AnyTagClassName
{
color: #85189E;
}
</style>
background-color css
<style>
a { background-color: #85189E; }
a { background-color: rgb(133,24,158); }
div.DivClassName
{
background-color: #85189E;
}
.BgClassName
{
background-color: #85189E;
}
</style>
border-color css
<style>
span { border-color: #85189E; }
span { border-color: rgb(133,24,158); }
td.TdClassName
{
border-color: #85189E;
}
.TagClassName
{
border-color: #85189E;
}
</style>