Shades of Violet Blue #944D8D
Tints of Violet Blue #944D8D
RGB
CMYK
RGB Variations
Color information
#944D8D (or 0x944D8D) is known color: Violet Blue. HEX triplet: 94, 4D and 8D. RGB value is (148,77,141). Sum of RGB (Red+Green+Blue) = 148+77+141=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #944D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D8D is #6BB272. Grayscale: #696969. Windows color (decimal): -7058035 or 9260436. OLE color: 9260436.
HSL color Cylindrical-coordinate representation of color #944D8D: hue angle of 305.92º 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 #944D8D is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 141 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.42 |
| HSL | 305.92º | 0.32% | 0.44% | - |
| HSV(B) | 305.92º | 0.48% | 0.58% | - |
| XYZ | 19.67 | 13.53 | 26.77 | - |
| YUV | 105.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 141 | 0 | 0.48 | 0.05 | 0.42 | 305.92 | 0.32 | 0.44 |
| Hex | 94 | 4D | 8D | 0 | 30 | 5 | 2A | 132 | 20 | 2C |
| Octal | 224 | 115 | 215 | 0 | 60 | 5 | 52 | 462 | 40 | 54 |
| Binary | 10010100 | 1001101 | 10001101 | 0 | 110000 | 101 | 101010 | 100110010 | 100000 | 101100 |
Color Harmonies of #944D8D
Complementary color
Monochromatic Colors of #944D8D
Black with #944D8D
Text Example
Text Example
White with #944D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D8D; }
p { color: rgb(148,77,141); }
H1.HeaderClassName
{
color: #944D8D;
}
.AnyTagClassName
{
color: #944D8D;
}
</style>
background-color css
<style>
a { background-color: #944D8D; }
a { background-color: rgb(148,77,141); }
div.DivClassName
{
background-color: #944D8D;
}
.BgClassName
{
background-color: #944D8D;
}
</style>
border-color css
<style>
span { border-color: #944D8D; }
span { border-color: rgb(148,77,141); }
td.TdClassName
{
border-color: #944D8D;
}
.TagClassName
{
border-color: #944D8D;
}
</style>