Shades of Violet Blue #994BA0
Tints of Violet Blue #994BA0
RGB
CMYK
RGB Variations
Color information
#994BA0 (or 0x994BA0) is known color: Violet Blue. HEX triplet: 99, 4B and A0. RGB value is (153,75,160). Sum of RGB (Red+Green+Blue) = 153+75+160=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #994BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA0 is #66B45F. Grayscale: #6B6B6B. Windows color (decimal): -6730848 or 10505113. OLE color: 10505113.
HSL color Cylindrical-coordinate representation of color #994BA0: hue angle of 295.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994BA0 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 75 | 160 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.37 |
| HSL | 295.06º | 0.36% | 0.46% | - |
| HSV(B) | 295.06º | 0.53% | 0.63% | - |
| XYZ | 22 | 14.34 | 34.87 | - |
| YUV | 108.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 160 | 0.04 | 0.53 | 0 | 0.37 | 295.06 | 0.36 | 0.46 |
| Hex | 99 | 4B | A0 | 4 | 35 | 0 | 25 | 127 | 24 | 2E |
| Octal | 231 | 113 | 240 | 4 | 65 | 0 | 45 | 447 | 44 | 56 |
| Binary | 10011001 | 1001011 | 10100000 | 100 | 110101 | 0 | 100101 | 100100111 | 100100 | 101110 |
Color Harmonies of #994BA0
Complementary color
Monochromatic Colors of #994BA0
Black with #994BA0
Text Example
Text Example
White with #994BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BA0; }
p { color: rgb(153,75,160); }
H1.HeaderClassName
{
color: #994BA0;
}
.AnyTagClassName
{
color: #994BA0;
}
</style>
background-color css
<style>
a { background-color: #994BA0; }
a { background-color: rgb(153,75,160); }
div.DivClassName
{
background-color: #994BA0;
}
.BgClassName
{
background-color: #994BA0;
}
</style>
border-color css
<style>
span { border-color: #994BA0; }
span { border-color: rgb(153,75,160); }
td.TdClassName
{
border-color: #994BA0;
}
.TagClassName
{
border-color: #994BA0;
}
</style>