Shades of Violet Blue #944B90
Tints of Violet Blue #944B90
RGB
CMYK
RGB Variations
Color information
#944B90 (or 0x944B90) is known color: Violet Blue. HEX triplet: 94, 4B and 90. RGB value is (148,75,144). Sum of RGB (Red+Green+Blue) = 148+75+144=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #944B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944B90 is #6BB46F. Grayscale: #686868. Windows color (decimal): -7058544 or 9456532. OLE color: 9456532.
HSL color Cylindrical-coordinate representation of color #944B90: hue angle of 303.29º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944B90 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 144 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.42 |
| HSL | 303.29º | 0.33% | 0.44% | - |
| HSV(B) | 303.29º | 0.49% | 0.58% | - |
| XYZ | 19.76 | 13.34 | 27.92 | - |
| YUV | 104.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 144 | 0 | 0.49 | 0.03 | 0.42 | 303.29 | 0.33 | 0.44 |
| Hex | 94 | 4B | 90 | 0 | 31 | 3 | 2A | 12F | 21 | 2C |
| Octal | 224 | 113 | 220 | 0 | 61 | 3 | 52 | 457 | 41 | 54 |
| Binary | 10010100 | 1001011 | 10010000 | 0 | 110001 | 11 | 101010 | 100101111 | 100001 | 101100 |
Color Harmonies of #944B90
Complementary color
Monochromatic Colors of #944B90
Black with #944B90
Text Example
Text Example
White with #944B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B90; }
p { color: rgb(148,75,144); }
H1.HeaderClassName
{
color: #944B90;
}
.AnyTagClassName
{
color: #944B90;
}
</style>
background-color css
<style>
a { background-color: #944B90; }
a { background-color: rgb(148,75,144); }
div.DivClassName
{
background-color: #944B90;
}
.BgClassName
{
background-color: #944B90;
}
</style>
border-color css
<style>
span { border-color: #944B90; }
span { border-color: rgb(148,75,144); }
td.TdClassName
{
border-color: #944B90;
}
.TagClassName
{
border-color: #944B90;
}
</style>