Shades of Violet Blue #944D9B
Tints of Violet Blue #944D9B
RGB
CMYK
RGB Variations
Color information
#944D9B (or 0x944D9B) is known color: Violet Blue. HEX triplet: 94, 4D and 9B. RGB value is (148,77,155). Sum of RGB (Red+Green+Blue) = 148+77+155=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #944D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D9B is #6BB264. Grayscale: #6A6A6A. Windows color (decimal): -7058021 or 10177940. OLE color: 10177940.
HSL color Cylindrical-coordinate representation of color #944D9B: hue angle of 294.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944D9B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 77 | 155 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.39 |
| HSL | 294.62º | 0.34% | 0.45% | - |
| HSV(B) | 294.62º | 0.5% | 0.61% | - |
| XYZ | 20.78 | 13.97 | 32.61 | - |
| YUV | 107.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 155 | 0.05 | 0.50 | 0 | 0.39 | 294.62 | 0.34 | 0.45 |
| Hex | 94 | 4D | 9B | 5 | 32 | 0 | 27 | 127 | 22 | 2D |
| Octal | 224 | 115 | 233 | 5 | 62 | 0 | 47 | 447 | 42 | 55 |
| Binary | 10010100 | 1001101 | 10011011 | 101 | 110010 | 0 | 100111 | 100100111 | 100010 | 101101 |
Color Harmonies of #944D9B
Complementary color
Monochromatic Colors of #944D9B
Black with #944D9B
Text Example
Text Example
White with #944D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D9B; }
p { color: rgb(148,77,155); }
H1.HeaderClassName
{
color: #944D9B;
}
.AnyTagClassName
{
color: #944D9B;
}
</style>
background-color css
<style>
a { background-color: #944D9B; }
a { background-color: rgb(148,77,155); }
div.DivClassName
{
background-color: #944D9B;
}
.BgClassName
{
background-color: #944D9B;
}
</style>
border-color css
<style>
span { border-color: #944D9B; }
span { border-color: rgb(148,77,155); }
td.TdClassName
{
border-color: #944D9B;
}
.TagClassName
{
border-color: #944D9B;
}
</style>