Shades of Violet Blue #994791
Tints of Violet Blue #994791
RGB
CMYK
RGB Variations
Color information
#994791 (or 0x994791) is known color: Violet Blue. HEX triplet: 99, 47 and 91. RGB value is (153,71,145). Sum of RGB (Red+Green+Blue) = 153+71+145=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994791 is #66B86E. Grayscale: #676767. Windows color (decimal): -6731887 or 9521049. OLE color: 9521049.
HSL color Cylindrical-coordinate representation of color #994791: hue angle of 305.85º 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 #994791 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 145 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.4 |
| HSL | 305.85º | 0.37% | 0.44% | - |
| HSV(B) | 305.85º | 0.54% | 0.6% | - |
| XYZ | 20.5 | 13.32 | 28.28 | - |
| YUV | 103.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 145 | 0 | 0.54 | 0.05 | 0.4 | 305.85 | 0.37 | 0.44 |
| Hex | 99 | 47 | 91 | 0 | 36 | 5 | 28 | 132 | 25 | 2C |
| Octal | 231 | 107 | 221 | 0 | 66 | 5 | 50 | 462 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10010001 | 0 | 110110 | 101 | 101000 | 100110010 | 100101 | 101100 |
Color Harmonies of #994791
Complementary color
Monochromatic Colors of #994791
Black with #994791
Text Example
Text Example
White with #994791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994791; }
p { color: rgb(153,71,145); }
H1.HeaderClassName
{
color: #994791;
}
.AnyTagClassName
{
color: #994791;
}
</style>
background-color css
<style>
a { background-color: #994791; }
a { background-color: rgb(153,71,145); }
div.DivClassName
{
background-color: #994791;
}
.BgClassName
{
background-color: #994791;
}
</style>
border-color css
<style>
span { border-color: #994791; }
span { border-color: rgb(153,71,145); }
td.TdClassName
{
border-color: #994791;
}
.TagClassName
{
border-color: #994791;
}
</style>