Shades of Violet Blue #994189
Tints of Violet Blue #994189
RGB
CMYK
RGB Variations
Color information
#994189 (or 0x994189) is known color: Violet Blue. HEX triplet: 99, 41 and 89. RGB value is (153,65,137). Sum of RGB (Red+Green+Blue) = 153+65+137=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #994189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994189 is #66BE76. Grayscale: #636363. Windows color (decimal): -6733431 or 8995225. OLE color: 8995225.
HSL color Cylindrical-coordinate representation of color #994189: hue angle of 310.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994189 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 137 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.4 |
| HSL | 310.91º | 0.4% | 0.43% | - |
| HSV(B) | 310.91º | 0.58% | 0.6% | - |
| XYZ | 19.54 | 12.36 | 25.02 | - |
| YUV | 99.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 137 | 0 | 0.58 | 0.10 | 0.4 | 310.91 | 0.4 | 0.43 |
| Hex | 99 | 41 | 89 | 0 | 3A | A | 28 | 137 | 28 | 2B |
| Octal | 231 | 101 | 211 | 0 | 72 | 12 | 50 | 467 | 50 | 53 |
| Binary | 10011001 | 1000001 | 10001001 | 0 | 111010 | 1010 | 101000 | 100110111 | 101000 | 101011 |
Color Harmonies of #994189
Complementary color
Monochromatic Colors of #994189
Black with #994189
Text Example
Text Example
White with #994189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994189; }
p { color: rgb(153,65,137); }
H1.HeaderClassName
{
color: #994189;
}
.AnyTagClassName
{
color: #994189;
}
</style>
background-color css
<style>
a { background-color: #994189; }
a { background-color: rgb(153,65,137); }
div.DivClassName
{
background-color: #994189;
}
.BgClassName
{
background-color: #994189;
}
</style>
border-color css
<style>
span { border-color: #994189; }
span { border-color: rgb(153,65,137); }
td.TdClassName
{
border-color: #994189;
}
.TagClassName
{
border-color: #994189;
}
</style>