Shades of Vivid Violet #885193
Tints of Vivid Violet #885193
RGB
CMYK
RGB Variations
Color information
#885193 (or 0x885193) is known color: Vivid Violet. HEX triplet: 88, 51 and 93. RGB value is (136,81,147). Sum of RGB (Red+Green+Blue) = 136+81+147=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #885193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885193 is #77AE6C. Grayscale: #686868. Windows color (decimal): -7843437 or 9654664. OLE color: 9654664.
HSL color Cylindrical-coordinate representation of color #885193: hue angle of 290º 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 #885193 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 81 | 147 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.42 |
| HSL | 290º | 0.29% | 0.45% | - |
| HSV(B) | 290º | 0.45% | 0.58% | - |
| XYZ | 18.36 | 13.23 | 29.19 | - |
| YUV | 104.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 147 | 0.07 | 0.45 | 0 | 0.42 | 290 | 0.29 | 0.45 |
| Hex | 88 | 51 | 93 | 7 | 2D | 0 | 2A | 122 | 1D | 2D |
| Octal | 210 | 121 | 223 | 7 | 55 | 0 | 52 | 442 | 35 | 55 |
| Binary | 10001000 | 1010001 | 10010011 | 111 | 101101 | 0 | 101010 | 100100010 | 11101 | 101101 |
Color Harmonies of #885193
Complementary color
Monochromatic Colors of #885193
Black with #885193
Text Example
Text Example
White with #885193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885193; }
p { color: rgb(136,81,147); }
H1.HeaderClassName
{
color: #885193;
}
.AnyTagClassName
{
color: #885193;
}
</style>
background-color css
<style>
a { background-color: #885193; }
a { background-color: rgb(136,81,147); }
div.DivClassName
{
background-color: #885193;
}
.BgClassName
{
background-color: #885193;
}
</style>
border-color css
<style>
span { border-color: #885193; }
span { border-color: rgb(136,81,147); }
td.TdClassName
{
border-color: #885193;
}
.TagClassName
{
border-color: #885193;
}
</style>