Shades of Vivid Violet #884C9B
Tints of Vivid Violet #884C9B
RGB
CMYK
RGB Variations
Color information
#884C9B (or 0x884C9B) is known color: Vivid Violet. HEX triplet: 88, 4C and 9B. RGB value is (136,76,155). Sum of RGB (Red+Green+Blue) = 136+76+155=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #884C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C9B is #77B364. Grayscale: #666666. Windows color (decimal): -7844709 or 10177672. OLE color: 10177672.
HSL color Cylindrical-coordinate representation of color #884C9B: hue angle of 285.57º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884C9B is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 76 | 155 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.39 |
| HSL | 285.57º | 0.34% | 0.45% | - |
| HSV(B) | 285.57º | 0.51% | 0.61% | - |
| XYZ | 18.65 | 12.77 | 32.49 | - |
| YUV | 102.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 155 | 0.12 | 0.51 | 0 | 0.39 | 285.57 | 0.34 | 0.45 |
| Hex | 88 | 4C | 9B | C | 33 | 0 | 27 | 11E | 22 | 2D |
| Octal | 210 | 114 | 233 | 14 | 63 | 0 | 47 | 436 | 42 | 55 |
| Binary | 10001000 | 1001100 | 10011011 | 1100 | 110011 | 0 | 100111 | 100011110 | 100010 | 101101 |
Color Harmonies of #884C9B
Complementary color
Monochromatic Colors of #884C9B
Black with #884C9B
Text Example
Text Example
White with #884C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C9B; }
p { color: rgb(136,76,155); }
H1.HeaderClassName
{
color: #884C9B;
}
.AnyTagClassName
{
color: #884C9B;
}
</style>
background-color css
<style>
a { background-color: #884C9B; }
a { background-color: rgb(136,76,155); }
div.DivClassName
{
background-color: #884C9B;
}
.BgClassName
{
background-color: #884C9B;
}
</style>
border-color css
<style>
span { border-color: #884C9B; }
span { border-color: rgb(136,76,155); }
td.TdClassName
{
border-color: #884C9B;
}
.TagClassName
{
border-color: #884C9B;
}
</style>