Shades of Violet Blue #994A94
Tints of Violet Blue #994A94
RGB
CMYK
RGB Variations
Color information
#994A94 (or 0x994A94) is known color: Violet Blue. HEX triplet: 99, 4A and 94. RGB value is (153,74,148). Sum of RGB (Red+Green+Blue) = 153+74+148=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #994A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994A94 is #66B56B. Grayscale: #696969. Windows color (decimal): -6731116 or 9718425. OLE color: 9718425.
HSL color Cylindrical-coordinate representation of color #994A94: hue angle of 303.8º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A94 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 148 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.4 |
| HSL | 303.8º | 0.35% | 0.45% | - |
| HSV(B) | 303.8º | 0.52% | 0.6% | - |
| XYZ | 20.93 | 13.81 | 29.58 | - |
| YUV | 106.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 148 | 0 | 0.52 | 0.03 | 0.4 | 303.8 | 0.35 | 0.45 |
| Hex | 99 | 4A | 94 | 0 | 34 | 3 | 28 | 130 | 23 | 2D |
| Octal | 231 | 112 | 224 | 0 | 64 | 3 | 50 | 460 | 43 | 55 |
| Binary | 10011001 | 1001010 | 10010100 | 0 | 110100 | 11 | 101000 | 100110000 | 100011 | 101101 |
Color Harmonies of #994A94
Complementary color
Monochromatic Colors of #994A94
Black with #994A94
Text Example
Text Example
White with #994A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A94; }
p { color: rgb(153,74,148); }
H1.HeaderClassName
{
color: #994A94;
}
.AnyTagClassName
{
color: #994A94;
}
</style>
background-color css
<style>
a { background-color: #994A94; }
a { background-color: rgb(153,74,148); }
div.DivClassName
{
background-color: #994A94;
}
.BgClassName
{
background-color: #994A94;
}
</style>
border-color css
<style>
span { border-color: #994A94; }
span { border-color: rgb(153,74,148); }
td.TdClassName
{
border-color: #994A94;
}
.TagClassName
{
border-color: #994A94;
}
</style>