Shades of Violet Blue #994B91
Tints of Violet Blue #994B91
RGB
CMYK
RGB Variations
Color information
#994B91 (or 0x994B91) is known color: Violet Blue. HEX triplet: 99, 4B and 91. RGB value is (153,75,145). Sum of RGB (Red+Green+Blue) = 153+75+145=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #994B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B91 is #66B46E. Grayscale: #6A6A6A. Windows color (decimal): -6730863 or 9522073. OLE color: 9522073.
HSL color Cylindrical-coordinate representation of color #994B91: hue angle of 306.15º 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 #994B91 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 145 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.4 |
| HSL | 306.15º | 0.34% | 0.45% | - |
| HSV(B) | 306.15º | 0.51% | 0.6% | - |
| XYZ | 20.76 | 13.85 | 28.37 | - |
| YUV | 106.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 145 | 0 | 0.51 | 0.05 | 0.4 | 306.15 | 0.34 | 0.45 |
| Hex | 99 | 4B | 91 | 0 | 33 | 5 | 28 | 132 | 22 | 2D |
| Octal | 231 | 113 | 221 | 0 | 63 | 5 | 50 | 462 | 42 | 55 |
| Binary | 10011001 | 1001011 | 10010001 | 0 | 110011 | 101 | 101000 | 100110010 | 100010 | 101101 |
Color Harmonies of #994B91
Complementary color
Monochromatic Colors of #994B91
Black with #994B91
Text Example
Text Example
White with #994B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B91; }
p { color: rgb(153,75,145); }
H1.HeaderClassName
{
color: #994B91;
}
.AnyTagClassName
{
color: #994B91;
}
</style>
background-color css
<style>
a { background-color: #994B91; }
a { background-color: rgb(153,75,145); }
div.DivClassName
{
background-color: #994B91;
}
.BgClassName
{
background-color: #994B91;
}
</style>
border-color css
<style>
span { border-color: #994B91; }
span { border-color: rgb(153,75,145); }
td.TdClassName
{
border-color: #994B91;
}
.TagClassName
{
border-color: #994B91;
}
</style>