Shades of Violet Blue #994BA1
Tints of Violet Blue #994BA1
RGB
CMYK
RGB Variations
Color information
#994BA1 (or 0x994BA1) is known color: Violet Blue. HEX triplet: 99, 4B and A1. RGB value is (153,75,161). Sum of RGB (Red+Green+Blue) = 153+75+161=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #994BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA1 is #66B45E. Grayscale: #6B6B6B. Windows color (decimal): -6730847 or 10570649. OLE color: 10570649.
HSL color Cylindrical-coordinate representation of color #994BA1: hue angle of 294.42º 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 #994BA1 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 75 | 161 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.37 |
| HSL | 294.42º | 0.36% | 0.46% | - |
| HSV(B) | 294.42º | 0.53% | 0.63% | - |
| XYZ | 22.09 | 14.38 | 35.33 | - |
| YUV | 108.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 161 | 0.05 | 0.53 | 0 | 0.37 | 294.42 | 0.36 | 0.46 |
| Hex | 99 | 4B | A1 | 5 | 35 | 0 | 25 | 126 | 24 | 2E |
| Octal | 231 | 113 | 241 | 5 | 65 | 0 | 45 | 446 | 44 | 56 |
| Binary | 10011001 | 1001011 | 10100001 | 101 | 110101 | 0 | 100101 | 100100110 | 100100 | 101110 |
Color Harmonies of #994BA1
Complementary color
Monochromatic Colors of #994BA1
Black with #994BA1
Text Example
Text Example
White with #994BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BA1; }
p { color: rgb(153,75,161); }
H1.HeaderClassName
{
color: #994BA1;
}
.AnyTagClassName
{
color: #994BA1;
}
</style>
background-color css
<style>
a { background-color: #994BA1; }
a { background-color: rgb(153,75,161); }
div.DivClassName
{
background-color: #994BA1;
}
.BgClassName
{
background-color: #994BA1;
}
</style>
border-color css
<style>
span { border-color: #994BA1; }
span { border-color: rgb(153,75,161); }
td.TdClassName
{
border-color: #994BA1;
}
.TagClassName
{
border-color: #994BA1;
}
</style>