Shades of Violet Blue #994C89
Tints of Violet Blue #994C89
RGB
CMYK
RGB Variations
Color information
#994C89 (or 0x994C89) is known color: Violet Blue. HEX triplet: 99, 4C and 89. RGB value is (153,76,137). Sum of RGB (Red+Green+Blue) = 153+76+137=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #994C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994C89 is #66B376. Grayscale: #696969. Windows color (decimal): -6730615 or 8998041. OLE color: 8998041.
HSL color Cylindrical-coordinate representation of color #994C89: hue angle of 312.47º degrees, saturation: 0.34, 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 #994C89 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 137 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.4 |
| HSL | 312.47º | 0.34% | 0.45% | - |
| HSV(B) | 312.47º | 0.5% | 0.6% | - |
| XYZ | 20.24 | 13.75 | 25.25 | - |
| YUV | 105.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 137 | 0 | 0.50 | 0.10 | 0.4 | 312.47 | 0.34 | 0.45 |
| Hex | 99 | 4C | 89 | 0 | 32 | A | 28 | 138 | 22 | 2D |
| Octal | 231 | 114 | 211 | 0 | 62 | 12 | 50 | 470 | 42 | 55 |
| Binary | 10011001 | 1001100 | 10001001 | 0 | 110010 | 1010 | 101000 | 100111000 | 100010 | 101101 |
Color Harmonies of #994C89
Complementary color
Monochromatic Colors of #994C89
Black with #994C89
Text Example
Text Example
White with #994C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C89; }
p { color: rgb(153,76,137); }
H1.HeaderClassName
{
color: #994C89;
}
.AnyTagClassName
{
color: #994C89;
}
</style>
background-color css
<style>
a { background-color: #994C89; }
a { background-color: rgb(153,76,137); }
div.DivClassName
{
background-color: #994C89;
}
.BgClassName
{
background-color: #994C89;
}
</style>
border-color css
<style>
span { border-color: #994C89; }
span { border-color: rgb(153,76,137); }
td.TdClassName
{
border-color: #994C89;
}
.TagClassName
{
border-color: #994C89;
}
</style>