Shades of Violet Blue #994E89
Tints of Violet Blue #994E89
RGB
CMYK
RGB Variations
Color information
#994E89 (or 0x994E89) is known color: Violet Blue. HEX triplet: 99, 4E and 89. RGB value is (153,78,137). Sum of RGB (Red+Green+Blue) = 153+78+137=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #994E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994E89 is #66B176. Grayscale: #6A6A6A. Windows color (decimal): -6730103 or 8998553. OLE color: 8998553.
HSL color Cylindrical-coordinate representation of color #994E89: hue angle of 312.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E89 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 137 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.4 |
| HSL | 312.8º | 0.32% | 0.45% | - |
| HSV(B) | 312.8º | 0.49% | 0.6% | - |
| XYZ | 20.38 | 14.03 | 25.3 | - |
| YUV | 107.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 137 | 0 | 0.49 | 0.10 | 0.4 | 312.8 | 0.32 | 0.45 |
| Hex | 99 | 4E | 89 | 0 | 31 | A | 28 | 139 | 20 | 2D |
| Octal | 231 | 116 | 211 | 0 | 61 | 12 | 50 | 471 | 40 | 55 |
| Binary | 10011001 | 1001110 | 10001001 | 0 | 110001 | 1010 | 101000 | 100111001 | 100000 | 101101 |
Color Harmonies of #994E89
Complementary color
Monochromatic Colors of #994E89
Black with #994E89
Text Example
Text Example
White with #994E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E89; }
p { color: rgb(153,78,137); }
H1.HeaderClassName
{
color: #994E89;
}
.AnyTagClassName
{
color: #994E89;
}
</style>
background-color css
<style>
a { background-color: #994E89; }
a { background-color: rgb(153,78,137); }
div.DivClassName
{
background-color: #994E89;
}
.BgClassName
{
background-color: #994E89;
}
</style>
border-color css
<style>
span { border-color: #994E89; }
span { border-color: rgb(153,78,137); }
td.TdClassName
{
border-color: #994E89;
}
.TagClassName
{
border-color: #994E89;
}
</style>