Shades of Violet Blue #994BA3
Tints of Violet Blue #994BA3
RGB
CMYK
RGB Variations
Color information
#994BA3 (or 0x994BA3) is known color: Violet Blue. HEX triplet: 99, 4B and A3. RGB value is (153,75,163). Sum of RGB (Red+Green+Blue) = 153+75+163=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #994BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA3 is #66B45C. Grayscale: #6C6C6C. Windows color (decimal): -6730845 or 10701721. OLE color: 10701721.
HSL color Cylindrical-coordinate representation of color #994BA3: hue angle of 293.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994BA3 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 75 | 163 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.36 |
| HSL | 293.18º | 0.37% | 0.47% | - |
| HSV(B) | 293.18º | 0.54% | 0.64% | - |
| XYZ | 22.26 | 14.45 | 36.27 | - |
| YUV | 108.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 163 | 0.06 | 0.54 | 0 | 0.36 | 293.18 | 0.37 | 0.47 |
| Hex | 99 | 4B | A3 | 6 | 36 | 0 | 24 | 125 | 25 | 2F |
| Octal | 231 | 113 | 243 | 6 | 66 | 0 | 44 | 445 | 45 | 57 |
| Binary | 10011001 | 1001011 | 10100011 | 110 | 110110 | 0 | 100100 | 100100101 | 100101 | 101111 |
Color Harmonies of #994BA3
Complementary color
Monochromatic Colors of #994BA3
Black with #994BA3
Text Example
Text Example
White with #994BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BA3; }
p { color: rgb(153,75,163); }
H1.HeaderClassName
{
color: #994BA3;
}
.AnyTagClassName
{
color: #994BA3;
}
</style>
background-color css
<style>
a { background-color: #994BA3; }
a { background-color: rgb(153,75,163); }
div.DivClassName
{
background-color: #994BA3;
}
.BgClassName
{
background-color: #994BA3;
}
</style>
border-color css
<style>
span { border-color: #994BA3; }
span { border-color: rgb(153,75,163); }
td.TdClassName
{
border-color: #994BA3;
}
.TagClassName
{
border-color: #994BA3;
}
</style>