Shades of Violet Blue #994B89
Tints of Violet Blue #994B89
RGB
CMYK
RGB Variations
Color information
#994B89 (or 0x994B89) is known color: Violet Blue. HEX triplet: 99, 4B and 89. RGB value is (153,75,137). Sum of RGB (Red+Green+Blue) = 153+75+137=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994B89 is #66B476. Grayscale: #696969. Windows color (decimal): -6730871 or 8997785. OLE color: 8997785.
HSL color Cylindrical-coordinate representation of color #994B89: hue angle of 312.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B89 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 137 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.4 |
| HSL | 312.31º | 0.34% | 0.45% | - |
| HSV(B) | 312.31º | 0.51% | 0.6% | - |
| XYZ | 20.17 | 13.61 | 25.23 | - |
| YUV | 105.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 137 | 0 | 0.51 | 0.10 | 0.4 | 312.31 | 0.34 | 0.45 |
| Hex | 99 | 4B | 89 | 0 | 33 | A | 28 | 138 | 22 | 2D |
| Octal | 231 | 113 | 211 | 0 | 63 | 12 | 50 | 470 | 42 | 55 |
| Binary | 10011001 | 1001011 | 10001001 | 0 | 110011 | 1010 | 101000 | 100111000 | 100010 | 101101 |
Color Harmonies of #994B89
Complementary color
Monochromatic Colors of #994B89
Black with #994B89
Text Example
Text Example
White with #994B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B89; }
p { color: rgb(153,75,137); }
H1.HeaderClassName
{
color: #994B89;
}
.AnyTagClassName
{
color: #994B89;
}
</style>
background-color css
<style>
a { background-color: #994B89; }
a { background-color: rgb(153,75,137); }
div.DivClassName
{
background-color: #994B89;
}
.BgClassName
{
background-color: #994B89;
}
</style>
border-color css
<style>
span { border-color: #994B89; }
span { border-color: rgb(153,75,137); }
td.TdClassName
{
border-color: #994B89;
}
.TagClassName
{
border-color: #994B89;
}
</style>