Shades of Violet Blue #994C96
Tints of Violet Blue #994C96
RGB
CMYK
RGB Variations
Color information
#994C96 (or 0x994C96) is known color: Violet Blue. HEX triplet: 99, 4C and 96. RGB value is (153,76,150). Sum of RGB (Red+Green+Blue) = 153+76+150=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #994C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C96 is #66B369. Grayscale: #6B6B6B. Windows color (decimal): -6730602 or 9850009. OLE color: 9850009.
HSL color Cylindrical-coordinate representation of color #994C96: hue angle of 302.34º 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 #994C96 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 150 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.4 |
| HSL | 302.34º | 0.34% | 0.45% | - |
| HSV(B) | 302.34º | 0.5% | 0.6% | - |
| XYZ | 21.23 | 14.14 | 30.47 | - |
| YUV | 107.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 150 | 0 | 0.50 | 0.02 | 0.4 | 302.34 | 0.34 | 0.45 |
| Hex | 99 | 4C | 96 | 0 | 32 | 2 | 28 | 12E | 22 | 2D |
| Octal | 231 | 114 | 226 | 0 | 62 | 2 | 50 | 456 | 42 | 55 |
| Binary | 10011001 | 1001100 | 10010110 | 0 | 110010 | 10 | 101000 | 100101110 | 100010 | 101101 |
Color Harmonies of #994C96
Complementary color
Monochromatic Colors of #994C96
Black with #994C96
Text Example
Text Example
White with #994C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C96; }
p { color: rgb(153,76,150); }
H1.HeaderClassName
{
color: #994C96;
}
.AnyTagClassName
{
color: #994C96;
}
</style>
background-color css
<style>
a { background-color: #994C96; }
a { background-color: rgb(153,76,150); }
div.DivClassName
{
background-color: #994C96;
}
.BgClassName
{
background-color: #994C96;
}
</style>
border-color css
<style>
span { border-color: #994C96; }
span { border-color: rgb(153,76,150); }
td.TdClassName
{
border-color: #994C96;
}
.TagClassName
{
border-color: #994C96;
}
</style>