Shades of Violet Blue #994997
Tints of Violet Blue #994997
RGB
CMYK
RGB Variations
Color information
#994997 (or 0x994997) is known color: Violet Blue. HEX triplet: 99, 49 and 97. RGB value is (153,73,151). Sum of RGB (Red+Green+Blue) = 153+73+151=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #994997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994997 is #66B668. Grayscale: #696969. Windows color (decimal): -6731369 or 9914777. OLE color: 9914777.
HSL color Cylindrical-coordinate representation of color #994997: hue angle of 301.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994997 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 151 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.4 |
| HSL | 301.5º | 0.35% | 0.44% | - |
| HSV(B) | 301.5º | 0.52% | 0.6% | - |
| XYZ | 21.11 | 13.77 | 30.82 | - |
| YUV | 105.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 151 | 0 | 0.52 | 0.01 | 0.4 | 301.5 | 0.35 | 0.44 |
| Hex | 99 | 49 | 97 | 0 | 34 | 1 | 28 | 12E | 23 | 2C |
| Octal | 231 | 111 | 227 | 0 | 64 | 1 | 50 | 456 | 43 | 54 |
| Binary | 10011001 | 1001001 | 10010111 | 0 | 110100 | 1 | 101000 | 100101110 | 100011 | 101100 |
Color Harmonies of #994997
Complementary color
Monochromatic Colors of #994997
Black with #994997
Text Example
Text Example
White with #994997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994997; }
p { color: rgb(153,73,151); }
H1.HeaderClassName
{
color: #994997;
}
.AnyTagClassName
{
color: #994997;
}
</style>
background-color css
<style>
a { background-color: #994997; }
a { background-color: rgb(153,73,151); }
div.DivClassName
{
background-color: #994997;
}
.BgClassName
{
background-color: #994997;
}
</style>
border-color css
<style>
span { border-color: #994997; }
span { border-color: rgb(153,73,151); }
td.TdClassName
{
border-color: #994997;
}
.TagClassName
{
border-color: #994997;
}
</style>