Shades of Vivid Violet #884E90
Tints of Vivid Violet #884E90
RGB
CMYK
RGB Variations
Color information
#884E90 (or 0x884E90) is known color: Vivid Violet. HEX triplet: 88, 4E and 90. RGB value is (136,78,144). Sum of RGB (Red+Green+Blue) = 136+78+144=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #884E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884E90 is #77B16F. Grayscale: #666666. Windows color (decimal): -7844208 or 9457288. OLE color: 9457288.
HSL color Cylindrical-coordinate representation of color #884E90: hue angle of 292.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884E90 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 78 | 144 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.44 |
| HSL | 292.73º | 0.3% | 0.44% | - |
| HSV(B) | 292.73º | 0.46% | 0.56% | - |
| XYZ | 17.91 | 12.7 | 27.89 | - |
| YUV | 102.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 144 | 0.06 | 0.46 | 0 | 0.44 | 292.73 | 0.3 | 0.44 |
| Hex | 88 | 4E | 90 | 6 | 2E | 0 | 2C | 125 | 1E | 2C |
| Octal | 210 | 116 | 220 | 6 | 56 | 0 | 54 | 445 | 36 | 54 |
| Binary | 10001000 | 1001110 | 10010000 | 110 | 101110 | 0 | 101100 | 100100101 | 11110 | 101100 |
Color Harmonies of #884E90
Complementary color
Monochromatic Colors of #884E90
Black with #884E90
Text Example
Text Example
White with #884E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E90; }
p { color: rgb(136,78,144); }
H1.HeaderClassName
{
color: #884E90;
}
.AnyTagClassName
{
color: #884E90;
}
</style>
background-color css
<style>
a { background-color: #884E90; }
a { background-color: rgb(136,78,144); }
div.DivClassName
{
background-color: #884E90;
}
.BgClassName
{
background-color: #884E90;
}
</style>
border-color css
<style>
span { border-color: #884E90; }
span { border-color: rgb(136,78,144); }
td.TdClassName
{
border-color: #884E90;
}
.TagClassName
{
border-color: #884E90;
}
</style>