Shades of Violet Blue #944D9E
Tints of Violet Blue #944D9E
RGB
CMYK
RGB Variations
Color information
#944D9E (or 0x944D9E) is known color: Violet Blue. HEX triplet: 94, 4D and 9E. RGB value is (148,77,158). Sum of RGB (Red+Green+Blue) = 148+77+158=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #944D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944D9E is #6BB261. Grayscale: #6B6B6B. Windows color (decimal): -7058018 or 10374548. OLE color: 10374548.
HSL color Cylindrical-coordinate representation of color #944D9E: hue angle of 292.59º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944D9E is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 77 | 158 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.38 |
| HSL | 292.59º | 0.34% | 0.46% | - |
| HSV(B) | 292.59º | 0.51% | 0.62% | - |
| XYZ | 21.04 | 14.07 | 33.96 | - |
| YUV | 107.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 158 | 0.06 | 0.51 | 0 | 0.38 | 292.59 | 0.34 | 0.46 |
| Hex | 94 | 4D | 9E | 6 | 33 | 0 | 26 | 125 | 22 | 2E |
| Octal | 224 | 115 | 236 | 6 | 63 | 0 | 46 | 445 | 42 | 56 |
| Binary | 10010100 | 1001101 | 10011110 | 110 | 110011 | 0 | 100110 | 100100101 | 100010 | 101110 |
Color Harmonies of #944D9E
Complementary color
Monochromatic Colors of #944D9E
Black with #944D9E
Text Example
Text Example
White with #944D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D9E; }
p { color: rgb(148,77,158); }
H1.HeaderClassName
{
color: #944D9E;
}
.AnyTagClassName
{
color: #944D9E;
}
</style>
background-color css
<style>
a { background-color: #944D9E; }
a { background-color: rgb(148,77,158); }
div.DivClassName
{
background-color: #944D9E;
}
.BgClassName
{
background-color: #944D9E;
}
</style>
border-color css
<style>
span { border-color: #944D9E; }
span { border-color: rgb(148,77,158); }
td.TdClassName
{
border-color: #944D9E;
}
.TagClassName
{
border-color: #944D9E;
}
</style>