Shades of Vivid Violet #884189
Tints of Vivid Violet #884189
RGB
CMYK
RGB Variations
Color information
#884189 (or 0x884189) is known color: Vivid Violet. HEX triplet: 88, 41 and 89. RGB value is (136,65,137). Sum of RGB (Red+Green+Blue) = 136+65+137=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #884189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884189 is #77BE76. Grayscale: #5E5E5E. Windows color (decimal): -7847543 or 8995208. OLE color: 8995208.
HSL color Cylindrical-coordinate representation of color #884189: hue angle of 299.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884189 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 65 | 137 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.46 |
| HSL | 299.17º | 0.36% | 0.4% | - |
| HSV(B) | 299.17º | 0.53% | 0.54% | - |
| XYZ | 16.56 | 10.82 | 24.88 | - |
| YUV | 94.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 137 | 0.01 | 0.53 | 0 | 0.46 | 299.17 | 0.36 | 0.4 |
| Hex | 88 | 41 | 89 | 1 | 35 | 0 | 2E | 12B | 24 | 28 |
| Octal | 210 | 101 | 211 | 1 | 65 | 0 | 56 | 453 | 44 | 50 |
| Binary | 10001000 | 1000001 | 10001001 | 1 | 110101 | 0 | 101110 | 100101011 | 100100 | 101000 |
Color Harmonies of #884189
Complementary color
Monochromatic Colors of #884189
Black with #884189
Text Example
Text Example
White with #884189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884189; }
p { color: rgb(136,65,137); }
H1.HeaderClassName
{
color: #884189;
}
.AnyTagClassName
{
color: #884189;
}
</style>
background-color css
<style>
a { background-color: #884189; }
a { background-color: rgb(136,65,137); }
div.DivClassName
{
background-color: #884189;
}
.BgClassName
{
background-color: #884189;
}
</style>
border-color css
<style>
span { border-color: #884189; }
span { border-color: rgb(136,65,137); }
td.TdClassName
{
border-color: #884189;
}
.TagClassName
{
border-color: #884189;
}
</style>