Shades of Violet Blue #944D90
Tints of Violet Blue #944D90
RGB
CMYK
RGB Variations
Color information
#944D90 (or 0x944D90) is known color: Violet Blue. HEX triplet: 94, 4D and 90. RGB value is (148,77,144). Sum of RGB (Red+Green+Blue) = 148+77+144=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #944D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D90 is #6BB26F. Grayscale: #696969. Windows color (decimal): -7058032 or 9457044. OLE color: 9457044.
HSL color Cylindrical-coordinate representation of color #944D90: hue angle of 303.38º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D90 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 144 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.42 |
| HSL | 303.38º | 0.32% | 0.44% | - |
| HSV(B) | 303.38º | 0.48% | 0.58% | - |
| XYZ | 19.9 | 13.62 | 27.97 | - |
| YUV | 105.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 144 | 0 | 0.48 | 0.03 | 0.42 | 303.38 | 0.32 | 0.44 |
| Hex | 94 | 4D | 90 | 0 | 30 | 3 | 2A | 12F | 20 | 2C |
| Octal | 224 | 115 | 220 | 0 | 60 | 3 | 52 | 457 | 40 | 54 |
| Binary | 10010100 | 1001101 | 10010000 | 0 | 110000 | 11 | 101010 | 100101111 | 100000 | 101100 |
Color Harmonies of #944D90
Complementary color
Monochromatic Colors of #944D90
Black with #944D90
Text Example
Text Example
White with #944D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D90; }
p { color: rgb(148,77,144); }
H1.HeaderClassName
{
color: #944D90;
}
.AnyTagClassName
{
color: #944D90;
}
</style>
background-color css
<style>
a { background-color: #944D90; }
a { background-color: rgb(148,77,144); }
div.DivClassName
{
background-color: #944D90;
}
.BgClassName
{
background-color: #944D90;
}
</style>
border-color css
<style>
span { border-color: #944D90; }
span { border-color: rgb(148,77,144); }
td.TdClassName
{
border-color: #944D90;
}
.TagClassName
{
border-color: #944D90;
}
</style>