Shades of Violet Blue #994D89
Tints of Violet Blue #994D89
RGB
CMYK
RGB Variations
Color information
#994D89 (or 0x994D89) is known color: Violet Blue. HEX triplet: 99, 4D and 89. RGB value is (153,77,137). Sum of RGB (Red+Green+Blue) = 153+77+137=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D89 is #66B276. Grayscale: #6A6A6A. Windows color (decimal): -6730359 or 8998297. OLE color: 8998297.
HSL color Cylindrical-coordinate representation of color #994D89: hue angle of 312.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D89 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 137 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.4 |
| HSL | 312.63º | 0.33% | 0.45% | - |
| HSV(B) | 312.63º | 0.5% | 0.6% | - |
| XYZ | 20.31 | 13.89 | 25.28 | - |
| YUV | 106.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 137 | 0 | 0.50 | 0.10 | 0.4 | 312.63 | 0.33 | 0.45 |
| Hex | 99 | 4D | 89 | 0 | 32 | A | 28 | 139 | 21 | 2D |
| Octal | 231 | 115 | 211 | 0 | 62 | 12 | 50 | 471 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10001001 | 0 | 110010 | 1010 | 101000 | 100111001 | 100001 | 101101 |
Color Harmonies of #994D89
Complementary color
Monochromatic Colors of #994D89
Black with #994D89
Text Example
Text Example
White with #994D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D89; }
p { color: rgb(153,77,137); }
H1.HeaderClassName
{
color: #994D89;
}
.AnyTagClassName
{
color: #994D89;
}
</style>
background-color css
<style>
a { background-color: #994D89; }
a { background-color: rgb(153,77,137); }
div.DivClassName
{
background-color: #994D89;
}
.BgClassName
{
background-color: #994D89;
}
</style>
border-color css
<style>
span { border-color: #994D89; }
span { border-color: rgb(153,77,137); }
td.TdClassName
{
border-color: #994D89;
}
.TagClassName
{
border-color: #994D89;
}
</style>