Shades of Violet Blue #994794
Tints of Violet Blue #994794
RGB
CMYK
RGB Variations
Color information
#994794 (or 0x994794) is known color: Violet Blue. HEX triplet: 99, 47 and 94. RGB value is (153,71,148). Sum of RGB (Red+Green+Blue) = 153+71+148=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994794 is #66B86B. Grayscale: #686868. Windows color (decimal): -6731884 or 9717657. OLE color: 9717657.
HSL color Cylindrical-coordinate representation of color #994794: hue angle of 303.66º 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 #994794 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 148 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.4 |
| HSL | 303.66º | 0.37% | 0.44% | - |
| HSV(B) | 303.66º | 0.54% | 0.6% | - |
| XYZ | 20.74 | 13.42 | 29.51 | - |
| YUV | 104.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 148 | 0 | 0.54 | 0.03 | 0.4 | 303.66 | 0.37 | 0.44 |
| Hex | 99 | 47 | 94 | 0 | 36 | 3 | 28 | 130 | 25 | 2C |
| Octal | 231 | 107 | 224 | 0 | 66 | 3 | 50 | 460 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10010100 | 0 | 110110 | 11 | 101000 | 100110000 | 100101 | 101100 |
Color Harmonies of #994794
Complementary color
Monochromatic Colors of #994794
Black with #994794
Text Example
Text Example
White with #994794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994794; }
p { color: rgb(153,71,148); }
H1.HeaderClassName
{
color: #994794;
}
.AnyTagClassName
{
color: #994794;
}
</style>
background-color css
<style>
a { background-color: #994794; }
a { background-color: rgb(153,71,148); }
div.DivClassName
{
background-color: #994794;
}
.BgClassName
{
background-color: #994794;
}
</style>
border-color css
<style>
span { border-color: #994794; }
span { border-color: rgb(153,71,148); }
td.TdClassName
{
border-color: #994794;
}
.TagClassName
{
border-color: #994794;
}
</style>