Shades of Vivid Violet #882194
Tints of Vivid Violet #882194
RGB
CMYK
RGB Variations
Color information
#882194 (or 0x882194) is known color: Vivid Violet. HEX triplet: 88, 21 and 94. RGB value is (136,33,148). Sum of RGB (Red+Green+Blue) = 136+33+148=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #882194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882194 is #77DE6B. Grayscale: #4C4C4C. Windows color (decimal): -7855724 or 9707912. OLE color: 9707912.
HSL color Cylindrical-coordinate representation of color #882194: hue angle of 293.74º degrees, saturation: 0.64, 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 #882194 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 33 | 148 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.42 |
| HSL | 293.74º | 0.64% | 0.35% | - |
| HSV(B) | 293.74º | 0.78% | 0.58% | - |
| XYZ | 16.04 | 8.46 | 28.8 | - |
| YUV | 76.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 148 | 0.08 | 0.78 | 0 | 0.42 | 293.74 | 0.64 | 0.35 |
| Hex | 88 | 21 | 94 | 8 | 4E | 0 | 2A | 126 | 40 | 23 |
| Octal | 210 | 41 | 224 | 10 | 116 | 0 | 52 | 446 | 100 | 43 |
| Binary | 10001000 | 100001 | 10010100 | 1000 | 1001110 | 0 | 101010 | 100100110 | 1000000 | 100011 |
Color Harmonies of #882194
Complementary color
Monochromatic Colors of #882194
Black with #882194
Text Example
Text Example
White with #882194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882194; }
p { color: rgb(136,33,148); }
H1.HeaderClassName
{
color: #882194;
}
.AnyTagClassName
{
color: #882194;
}
</style>
background-color css
<style>
a { background-color: #882194; }
a { background-color: rgb(136,33,148); }
div.DivClassName
{
background-color: #882194;
}
.BgClassName
{
background-color: #882194;
}
</style>
border-color css
<style>
span { border-color: #882194; }
span { border-color: rgb(136,33,148); }
td.TdClassName
{
border-color: #882194;
}
.TagClassName
{
border-color: #882194;
}
</style>