Shades of Violet Blue #994B96
Tints of Violet Blue #994B96
RGB
CMYK
RGB Variations
Color information
#994B96 (or 0x994B96) is known color: Violet Blue. HEX triplet: 99, 4B and 96. RGB value is (153,75,150). Sum of RGB (Red+Green+Blue) = 153+75+150=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #994B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B96 is #66B469. Grayscale: #6A6A6A. Windows color (decimal): -6730858 or 9849753. OLE color: 9849753.
HSL color Cylindrical-coordinate representation of color #994B96: hue angle of 302.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B96 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 150 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.4 |
| HSL | 302.31º | 0.34% | 0.45% | - |
| HSV(B) | 302.31º | 0.51% | 0.6% | - |
| XYZ | 21.16 | 14.01 | 30.44 | - |
| YUV | 106.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 150 | 0 | 0.51 | 0.02 | 0.4 | 302.31 | 0.34 | 0.45 |
| Hex | 99 | 4B | 96 | 0 | 33 | 2 | 28 | 12E | 22 | 2D |
| Octal | 231 | 113 | 226 | 0 | 63 | 2 | 50 | 456 | 42 | 55 |
| Binary | 10011001 | 1001011 | 10010110 | 0 | 110011 | 10 | 101000 | 100101110 | 100010 | 101101 |
Color Harmonies of #994B96
Complementary color
Monochromatic Colors of #994B96
Black with #994B96
Text Example
Text Example
White with #994B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B96; }
p { color: rgb(153,75,150); }
H1.HeaderClassName
{
color: #994B96;
}
.AnyTagClassName
{
color: #994B96;
}
</style>
background-color css
<style>
a { background-color: #994B96; }
a { background-color: rgb(153,75,150); }
div.DivClassName
{
background-color: #994B96;
}
.BgClassName
{
background-color: #994B96;
}
</style>
border-color css
<style>
span { border-color: #994B96; }
span { border-color: rgb(153,75,150); }
td.TdClassName
{
border-color: #994B96;
}
.TagClassName
{
border-color: #994B96;
}
</style>