Shades of Violet Blue #944BA3
Tints of Violet Blue #944BA3
RGB
CMYK
RGB Variations
Color information
#944BA3 (or 0x944BA3) is known color: Violet Blue. HEX triplet: 94, 4B and A3. RGB value is (148,75,163). Sum of RGB (Red+Green+Blue) = 148+75+163=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #944BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944BA3 is #6BB45C. Grayscale: #6A6A6A. Windows color (decimal): -7058525 or 10701716. OLE color: 10701716.
HSL color Cylindrical-coordinate representation of color #944BA3: hue angle of 289.77º 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 #944BA3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 75 | 163 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.36 |
| HSL | 289.77º | 0.37% | 0.47% | - |
| HSV(B) | 289.77º | 0.54% | 0.64% | - |
| XYZ | 21.34 | 13.97 | 36.22 | - |
| YUV | 106.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 163 | 0.09 | 0.54 | 0 | 0.36 | 289.77 | 0.37 | 0.47 |
| Hex | 94 | 4B | A3 | 9 | 36 | 0 | 24 | 122 | 25 | 2F |
| Octal | 224 | 113 | 243 | 11 | 66 | 0 | 44 | 442 | 45 | 57 |
| Binary | 10010100 | 1001011 | 10100011 | 1001 | 110110 | 0 | 100100 | 100100010 | 100101 | 101111 |
Color Harmonies of #944BA3
Complementary color
Monochromatic Colors of #944BA3
Black with #944BA3
Text Example
Text Example
White with #944BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BA3; }
p { color: rgb(148,75,163); }
H1.HeaderClassName
{
color: #944BA3;
}
.AnyTagClassName
{
color: #944BA3;
}
</style>
background-color css
<style>
a { background-color: #944BA3; }
a { background-color: rgb(148,75,163); }
div.DivClassName
{
background-color: #944BA3;
}
.BgClassName
{
background-color: #944BA3;
}
</style>
border-color css
<style>
span { border-color: #944BA3; }
span { border-color: rgb(148,75,163); }
td.TdClassName
{
border-color: #944BA3;
}
.TagClassName
{
border-color: #944BA3;
}
</style>