Shades of Violet Blue #944E94
Tints of Violet Blue #944E94
RGB
CMYK
RGB Variations
Color information
#944E94 (or 0x944E94) is known color: Violet Blue. HEX triplet: 94, 4E and 94. RGB value is (148,78,148). Sum of RGB (Red+Green+Blue) = 148+78+148=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #944E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944E94 is #6BB16B. Grayscale: #6A6A6A. Windows color (decimal): -7057772 or 9719444. OLE color: 9719444.
HSL color Cylindrical-coordinate representation of color #944E94: hue angle of 300º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E94 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 148 | - |
| CMYK | 0 | 0.47 | 0 | 0.42 |
| HSL | 300º | 0.31% | 0.44% | - |
| HSV(B) | 300º | 0.47% | 0.58% | - |
| XYZ | 20.28 | 13.88 | 29.63 | - |
| YUV | 106.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 148 | 0 | 0.47 | 0 | 0.42 | 300 | 0.31 | 0.44 |
| Hex | 94 | 4E | 94 | 0 | 2F | 0 | 2A | 12C | 1F | 2C |
| Octal | 224 | 116 | 224 | 0 | 57 | 0 | 52 | 454 | 37 | 54 |
| Binary | 10010100 | 1001110 | 10010100 | 0 | 101111 | 0 | 101010 | 100101100 | 11111 | 101100 |
Color Harmonies of #944E94
Complementary color
Monochromatic Colors of #944E94
Black with #944E94
Text Example
Text Example
White with #944E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E94; }
p { color: rgb(148,78,148); }
H1.HeaderClassName
{
color: #944E94;
}
.AnyTagClassName
{
color: #944E94;
}
</style>
background-color css
<style>
a { background-color: #944E94; }
a { background-color: rgb(148,78,148); }
div.DivClassName
{
background-color: #944E94;
}
.BgClassName
{
background-color: #944E94;
}
</style>
border-color css
<style>
span { border-color: #944E94; }
span { border-color: rgb(148,78,148); }
td.TdClassName
{
border-color: #944E94;
}
.TagClassName
{
border-color: #944E94;
}
</style>