Shades of Violet Blue #994AA2
Tints of Violet Blue #994AA2
RGB
CMYK
RGB Variations
Color information
#994AA2 (or 0x994AA2) is known color: Violet Blue. HEX triplet: 99, 4A and A2. RGB value is (153,74,162). Sum of RGB (Red+Green+Blue) = 153+74+162=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #994AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AA2 is #66B55D. Grayscale: #6B6B6B. Windows color (decimal): -6731102 or 10635929. OLE color: 10635929.
HSL color Cylindrical-coordinate representation of color #994AA2: hue angle of 293.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994AA2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 74 | 162 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.36 |
| HSL | 293.86º | 0.37% | 0.46% | - |
| HSV(B) | 293.86º | 0.54% | 0.64% | - |
| XYZ | 22.11 | 14.28 | 35.77 | - |
| YUV | 107.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 162 | 0.06 | 0.54 | 0 | 0.36 | 293.86 | 0.37 | 0.46 |
| Hex | 99 | 4A | A2 | 6 | 36 | 0 | 24 | 126 | 25 | 2E |
| Octal | 231 | 112 | 242 | 6 | 66 | 0 | 44 | 446 | 45 | 56 |
| Binary | 10011001 | 1001010 | 10100010 | 110 | 110110 | 0 | 100100 | 100100110 | 100101 | 101110 |
Color Harmonies of #994AA2
Complementary color
Monochromatic Colors of #994AA2
Black with #994AA2
Text Example
Text Example
White with #994AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AA2; }
p { color: rgb(153,74,162); }
H1.HeaderClassName
{
color: #994AA2;
}
.AnyTagClassName
{
color: #994AA2;
}
</style>
background-color css
<style>
a { background-color: #994AA2; }
a { background-color: rgb(153,74,162); }
div.DivClassName
{
background-color: #994AA2;
}
.BgClassName
{
background-color: #994AA2;
}
</style>
border-color css
<style>
span { border-color: #994AA2; }
span { border-color: rgb(153,74,162); }
td.TdClassName
{
border-color: #994AA2;
}
.TagClassName
{
border-color: #994AA2;
}
</style>