Shades of Vivid Violet #884C91
Tints of Vivid Violet #884C91
RGB
CMYK
RGB Variations
Color information
#884C91 (or 0x884C91) is known color: Vivid Violet. HEX triplet: 88, 4C and 91. RGB value is (136,76,145). Sum of RGB (Red+Green+Blue) = 136+76+145=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #884C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C91 is #77B36E. Grayscale: #656565. Windows color (decimal): -7844719 or 9522312. OLE color: 9522312.
HSL color Cylindrical-coordinate representation of color #884C91: hue angle of 292.17º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884C91 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 76 | 145 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.43 |
| HSL | 292.17º | 0.31% | 0.43% | - |
| HSV(B) | 292.17º | 0.48% | 0.57% | - |
| XYZ | 17.85 | 12.45 | 28.25 | - |
| YUV | 101.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 145 | 0.06 | 0.48 | 0 | 0.43 | 292.17 | 0.31 | 0.43 |
| Hex | 88 | 4C | 91 | 6 | 30 | 0 | 2B | 124 | 1F | 2B |
| Octal | 210 | 114 | 221 | 6 | 60 | 0 | 53 | 444 | 37 | 53 |
| Binary | 10001000 | 1001100 | 10010001 | 110 | 110000 | 0 | 101011 | 100100100 | 11111 | 101011 |
Color Harmonies of #884C91
Complementary color
Monochromatic Colors of #884C91
Black with #884C91
Text Example
Text Example
White with #884C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C91; }
p { color: rgb(136,76,145); }
H1.HeaderClassName
{
color: #884C91;
}
.AnyTagClassName
{
color: #884C91;
}
</style>
background-color css
<style>
a { background-color: #884C91; }
a { background-color: rgb(136,76,145); }
div.DivClassName
{
background-color: #884C91;
}
.BgClassName
{
background-color: #884C91;
}
</style>
border-color css
<style>
span { border-color: #884C91; }
span { border-color: rgb(136,76,145); }
td.TdClassName
{
border-color: #884C91;
}
.TagClassName
{
border-color: #884C91;
}
</style>