Shades of Vivid Violet #885194
Tints of Vivid Violet #885194
RGB
CMYK
RGB Variations
Color information
#885194 (or 0x885194) is known color: Vivid Violet. HEX triplet: 88, 51 and 94. RGB value is (136,81,148). Sum of RGB (Red+Green+Blue) = 136+81+148=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #885194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885194 is #77AE6B. Grayscale: #686868. Windows color (decimal): -7843436 or 9720200. OLE color: 9720200.
HSL color Cylindrical-coordinate representation of color #885194: hue angle of 289.25º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885194 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 81 | 148 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.42 |
| HSL | 289.25º | 0.29% | 0.45% | - |
| HSV(B) | 289.25º | 0.45% | 0.58% | - |
| XYZ | 18.44 | 13.26 | 29.6 | - |
| YUV | 105.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 148 | 0.08 | 0.45 | 0 | 0.42 | 289.25 | 0.29 | 0.45 |
| Hex | 88 | 51 | 94 | 8 | 2D | 0 | 2A | 121 | 1D | 2D |
| Octal | 210 | 121 | 224 | 10 | 55 | 0 | 52 | 441 | 35 | 55 |
| Binary | 10001000 | 1010001 | 10010100 | 1000 | 101101 | 0 | 101010 | 100100001 | 11101 | 101101 |
Color Harmonies of #885194
Complementary color
Monochromatic Colors of #885194
Black with #885194
Text Example
Text Example
White with #885194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885194; }
p { color: rgb(136,81,148); }
H1.HeaderClassName
{
color: #885194;
}
.AnyTagClassName
{
color: #885194;
}
</style>
background-color css
<style>
a { background-color: #885194; }
a { background-color: rgb(136,81,148); }
div.DivClassName
{
background-color: #885194;
}
.BgClassName
{
background-color: #885194;
}
</style>
border-color css
<style>
span { border-color: #885194; }
span { border-color: rgb(136,81,148); }
td.TdClassName
{
border-color: #885194;
}
.TagClassName
{
border-color: #885194;
}
</style>