Shades of Violet Blue #994698
Tints of Violet Blue #994698
RGB
CMYK
RGB Variations
Color information
#994698 (or 0x994698) is known color: Violet Blue. HEX triplet: 99, 46 and 98. RGB value is (153,70,152). Sum of RGB (Red+Green+Blue) = 153+70+152=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #994698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994698 is #66B967. Grayscale: #676767. Windows color (decimal): -6732136 or 9979545. OLE color: 9979545.
HSL color Cylindrical-coordinate representation of color #994698: hue angle of 300.72º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994698 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 152 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.4 |
| HSL | 300.72º | 0.37% | 0.44% | - |
| HSV(B) | 300.72º | 0.54% | 0.6% | - |
| XYZ | 20.99 | 13.42 | 31.19 | - |
| YUV | 104.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 152 | 0 | 0.54 | 0.01 | 0.4 | 300.72 | 0.37 | 0.44 |
| Hex | 99 | 46 | 98 | 0 | 36 | 1 | 28 | 12D | 25 | 2C |
| Octal | 231 | 106 | 230 | 0 | 66 | 1 | 50 | 455 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10011000 | 0 | 110110 | 1 | 101000 | 100101101 | 100101 | 101100 |
Color Harmonies of #994698
Complementary color
Monochromatic Colors of #994698
Black with #994698
Text Example
Text Example
White with #994698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994698; }
p { color: rgb(153,70,152); }
H1.HeaderClassName
{
color: #994698;
}
.AnyTagClassName
{
color: #994698;
}
</style>
background-color css
<style>
a { background-color: #994698; }
a { background-color: rgb(153,70,152); }
div.DivClassName
{
background-color: #994698;
}
.BgClassName
{
background-color: #994698;
}
</style>
border-color css
<style>
span { border-color: #994698; }
span { border-color: rgb(153,70,152); }
td.TdClassName
{
border-color: #994698;
}
.TagClassName
{
border-color: #994698;
}
</style>