Shades of Violet Blue #994890
Tints of Violet Blue #994890
RGB
CMYK
RGB Variations
Color information
#994890 (or 0x994890) is known color: Violet Blue. HEX triplet: 99, 48 and 90. RGB value is (153,72,144). Sum of RGB (Red+Green+Blue) = 153+72+144=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994890 is #66B76F. Grayscale: #686868. Windows color (decimal): -6731632 or 9455769. OLE color: 9455769.
HSL color Cylindrical-coordinate representation of color #994890: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994890 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 144 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.4 |
| HSL | 306.67º | 0.36% | 0.44% | - |
| HSV(B) | 306.67º | 0.53% | 0.6% | - |
| XYZ | 20.49 | 13.42 | 27.9 | - |
| YUV | 104.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 144 | 0 | 0.53 | 0.06 | 0.4 | 306.67 | 0.36 | 0.44 |
| Hex | 99 | 48 | 90 | 0 | 35 | 6 | 28 | 133 | 24 | 2C |
| Octal | 231 | 110 | 220 | 0 | 65 | 6 | 50 | 463 | 44 | 54 |
| Binary | 10011001 | 1001000 | 10010000 | 0 | 110101 | 110 | 101000 | 100110011 | 100100 | 101100 |
Color Harmonies of #994890
Complementary color
Monochromatic Colors of #994890
Black with #994890
Text Example
Text Example
White with #994890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994890; }
p { color: rgb(153,72,144); }
H1.HeaderClassName
{
color: #994890;
}
.AnyTagClassName
{
color: #994890;
}
</style>
background-color css
<style>
a { background-color: #994890; }
a { background-color: rgb(153,72,144); }
div.DivClassName
{
background-color: #994890;
}
.BgClassName
{
background-color: #994890;
}
</style>
border-color css
<style>
span { border-color: #994890; }
span { border-color: rgb(153,72,144); }
td.TdClassName
{
border-color: #994890;
}
.TagClassName
{
border-color: #994890;
}
</style>