Shades of Violet Blue #994D94
Tints of Violet Blue #994D94
RGB
CMYK
RGB Variations
Color information
#994D94 (or 0x994D94) is known color: Violet Blue. HEX triplet: 99, 4D and 94. RGB value is (153,77,148). Sum of RGB (Red+Green+Blue) = 153+77+148=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #994D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994D94 is #66B26B. Grayscale: #6B6B6B. Windows color (decimal): -6730348 or 9719193. OLE color: 9719193.
HSL color Cylindrical-coordinate representation of color #994D94: hue angle of 303.95º 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 #994D94 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 148 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.4 |
| HSL | 303.95º | 0.33% | 0.45% | - |
| HSV(B) | 303.95º | 0.5% | 0.6% | - |
| XYZ | 21.14 | 14.22 | 29.65 | - |
| YUV | 107.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 148 | 0 | 0.50 | 0.03 | 0.4 | 303.95 | 0.33 | 0.45 |
| Hex | 99 | 4D | 94 | 0 | 32 | 3 | 28 | 130 | 21 | 2D |
| Octal | 231 | 115 | 224 | 0 | 62 | 3 | 50 | 460 | 41 | 55 |
| Binary | 10011001 | 1001101 | 10010100 | 0 | 110010 | 11 | 101000 | 100110000 | 100001 | 101101 |
Color Harmonies of #994D94
Complementary color
Monochromatic Colors of #994D94
Black with #994D94
Text Example
Text Example
White with #994D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D94; }
p { color: rgb(153,77,148); }
H1.HeaderClassName
{
color: #994D94;
}
.AnyTagClassName
{
color: #994D94;
}
</style>
background-color css
<style>
a { background-color: #994D94; }
a { background-color: rgb(153,77,148); }
div.DivClassName
{
background-color: #994D94;
}
.BgClassName
{
background-color: #994D94;
}
</style>
border-color css
<style>
span { border-color: #994D94; }
span { border-color: rgb(153,77,148); }
td.TdClassName
{
border-color: #994D94;
}
.TagClassName
{
border-color: #994D94;
}
</style>