Shades of Vivid Violet #882193
Tints of Vivid Violet #882193
RGB
CMYK
RGB Variations
Color information
#882193 (or 0x882193) is known color: Vivid Violet. HEX triplet: 88, 21 and 93. RGB value is (136,33,147). Sum of RGB (Red+Green+Blue) = 136+33+147=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #882193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882193 is #77DE6C. Grayscale: #4C4C4C. Windows color (decimal): -7855725 or 9642376. OLE color: 9642376.
HSL color Cylindrical-coordinate representation of color #882193: hue angle of 294.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882193 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 33 | 147 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.42 |
| HSL | 294.21º | 0.63% | 0.35% | - |
| HSV(B) | 294.21º | 0.78% | 0.58% | - |
| XYZ | 15.96 | 8.43 | 28.39 | - |
| YUV | 76.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 147 | 0.07 | 0.78 | 0 | 0.42 | 294.21 | 0.63 | 0.35 |
| Hex | 88 | 21 | 93 | 7 | 4E | 0 | 2A | 126 | 3F | 23 |
| Octal | 210 | 41 | 223 | 7 | 116 | 0 | 52 | 446 | 77 | 43 |
| Binary | 10001000 | 100001 | 10010011 | 111 | 1001110 | 0 | 101010 | 100100110 | 111111 | 100011 |
Color Harmonies of #882193
Complementary color
Monochromatic Colors of #882193
Black with #882193
Text Example
Text Example
White with #882193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882193; }
p { color: rgb(136,33,147); }
H1.HeaderClassName
{
color: #882193;
}
.AnyTagClassName
{
color: #882193;
}
</style>
background-color css
<style>
a { background-color: #882193; }
a { background-color: rgb(136,33,147); }
div.DivClassName
{
background-color: #882193;
}
.BgClassName
{
background-color: #882193;
}
</style>
border-color css
<style>
span { border-color: #882193; }
span { border-color: rgb(136,33,147); }
td.TdClassName
{
border-color: #882193;
}
.TagClassName
{
border-color: #882193;
}
</style>