Shades of Violet Blue #994489
Tints of Violet Blue #994489
RGB
CMYK
RGB Variations
Color information
#994489 (or 0x994489) is known color: Violet Blue. HEX triplet: 99, 44 and 89. RGB value is (153,68,137). Sum of RGB (Red+Green+Blue) = 153+68+137=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #994489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994489 is #66BB76. Grayscale: #656565. Windows color (decimal): -6732663 or 8995993. OLE color: 8995993.
HSL color Cylindrical-coordinate representation of color #994489: hue angle of 311.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994489 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 137 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.4 |
| HSL | 311.29º | 0.38% | 0.43% | - |
| HSV(B) | 311.29º | 0.56% | 0.6% | - |
| XYZ | 19.72 | 12.71 | 25.08 | - |
| YUV | 101.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 137 | 0 | 0.56 | 0.10 | 0.4 | 311.29 | 0.38 | 0.43 |
| Hex | 99 | 44 | 89 | 0 | 38 | A | 28 | 137 | 26 | 2B |
| Octal | 231 | 104 | 211 | 0 | 70 | 12 | 50 | 467 | 46 | 53 |
| Binary | 10011001 | 1000100 | 10001001 | 0 | 111000 | 1010 | 101000 | 100110111 | 100110 | 101011 |
Color Harmonies of #994489
Complementary color
Monochromatic Colors of #994489
Black with #994489
Text Example
Text Example
White with #994489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994489; }
p { color: rgb(153,68,137); }
H1.HeaderClassName
{
color: #994489;
}
.AnyTagClassName
{
color: #994489;
}
</style>
background-color css
<style>
a { background-color: #994489; }
a { background-color: rgb(153,68,137); }
div.DivClassName
{
background-color: #994489;
}
.BgClassName
{
background-color: #994489;
}
</style>
border-color css
<style>
span { border-color: #994489; }
span { border-color: rgb(153,68,137); }
td.TdClassName
{
border-color: #994489;
}
.TagClassName
{
border-color: #994489;
}
</style>