Shades of Vivid Violet #85199B
Tints of Vivid Violet #85199B
RGB
CMYK
RGB Variations
Color information
#85199B (or 0x85199B) is known color: Vivid Violet. HEX triplet: 85, 19 and 9B. RGB value is (133,25,155). Sum of RGB (Red+Green+Blue) = 133+25+155=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #85199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85199B is #7AE664. Grayscale: #474747. Windows color (decimal): -8054373 or 10164613. OLE color: 10164613.
HSL color Cylindrical-coordinate representation of color #85199B: hue angle of 289.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85199B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 25 | 155 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.39 |
| HSL | 289.85º | 0.72% | 0.35% | - |
| HSV(B) | 289.85º | 0.84% | 0.61% | - |
| XYZ | 15.94 | 8.05 | 31.72 | - |
| YUV | 72.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 155 | 0.14 | 0.84 | 0 | 0.39 | 289.85 | 0.72 | 0.35 |
| Hex | 85 | 19 | 9B | E | 54 | 0 | 27 | 122 | 48 | 23 |
| Octal | 205 | 31 | 233 | 16 | 124 | 0 | 47 | 442 | 110 | 43 |
| Binary | 10000101 | 11001 | 10011011 | 1110 | 1010100 | 0 | 100111 | 100100010 | 1001000 | 100011 |
Color Harmonies of #85199B
Complementary color
Monochromatic Colors of #85199B
Black with #85199B
Text Example
Text Example
White with #85199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85199B; }
p { color: rgb(133,25,155); }
H1.HeaderClassName
{
color: #85199B;
}
.AnyTagClassName
{
color: #85199B;
}
</style>
background-color css
<style>
a { background-color: #85199B; }
a { background-color: rgb(133,25,155); }
div.DivClassName
{
background-color: #85199B;
}
.BgClassName
{
background-color: #85199B;
}
</style>
border-color css
<style>
span { border-color: #85199B; }
span { border-color: rgb(133,25,155); }
td.TdClassName
{
border-color: #85199B;
}
.TagClassName
{
border-color: #85199B;
}
</style>