Shades of Vivid Violet #884C99
Tints of Vivid Violet #884C99
RGB
CMYK
RGB Variations
Color information
#884C99 (or 0x884C99) is known color: Vivid Violet. HEX triplet: 88, 4C and 99. RGB value is (136,76,153). Sum of RGB (Red+Green+Blue) = 136+76+153=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #884C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C99 is #77B366. Grayscale: #666666. Windows color (decimal): -7844711 or 10046600. OLE color: 10046600.
HSL color Cylindrical-coordinate representation of color #884C99: hue angle of 286.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884C99 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 76 | 153 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.4 |
| HSL | 286.75º | 0.34% | 0.45% | - |
| HSV(B) | 286.75º | 0.5% | 0.6% | - |
| XYZ | 18.49 | 12.7 | 31.61 | - |
| YUV | 102.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 153 | 0.11 | 0.50 | 0 | 0.4 | 286.75 | 0.34 | 0.45 |
| Hex | 88 | 4C | 99 | B | 32 | 0 | 28 | 11F | 22 | 2D |
| Octal | 210 | 114 | 231 | 13 | 62 | 0 | 50 | 437 | 42 | 55 |
| Binary | 10001000 | 1001100 | 10011001 | 1011 | 110010 | 0 | 101000 | 100011111 | 100010 | 101101 |
Color Harmonies of #884C99
Complementary color
Monochromatic Colors of #884C99
Black with #884C99
Text Example
Text Example
White with #884C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C99; }
p { color: rgb(136,76,153); }
H1.HeaderClassName
{
color: #884C99;
}
.AnyTagClassName
{
color: #884C99;
}
</style>
background-color css
<style>
a { background-color: #884C99; }
a { background-color: rgb(136,76,153); }
div.DivClassName
{
background-color: #884C99;
}
.BgClassName
{
background-color: #884C99;
}
</style>
border-color css
<style>
span { border-color: #884C99; }
span { border-color: rgb(136,76,153); }
td.TdClassName
{
border-color: #884C99;
}
.TagClassName
{
border-color: #884C99;
}
</style>