Shades of Violet Blue #944C99
Tints of Violet Blue #944C99
RGB
CMYK
RGB Variations
Color information
#944C99 (or 0x944C99) is known color: Violet Blue. HEX triplet: 94, 4C and 99. RGB value is (148,76,153). Sum of RGB (Red+Green+Blue) = 148+76+153=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #944C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C99 is #6BB366. Grayscale: #6A6A6A. Windows color (decimal): -7058279 or 10046612. OLE color: 10046612.
HSL color Cylindrical-coordinate representation of color #944C99: hue angle of 296.1º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944C99 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 76 | 153 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.4 |
| HSL | 296.1º | 0.34% | 0.45% | - |
| HSV(B) | 296.1º | 0.5% | 0.6% | - |
| XYZ | 20.55 | 13.76 | 31.71 | - |
| YUV | 106.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 153 | 0.03 | 0.50 | 0 | 0.4 | 296.1 | 0.34 | 0.45 |
| Hex | 94 | 4C | 99 | 3 | 32 | 0 | 28 | 128 | 22 | 2D |
| Octal | 224 | 114 | 231 | 3 | 62 | 0 | 50 | 450 | 42 | 55 |
| Binary | 10010100 | 1001100 | 10011001 | 11 | 110010 | 0 | 101000 | 100101000 | 100010 | 101101 |
Color Harmonies of #944C99
Complementary color
Monochromatic Colors of #944C99
Black with #944C99
Text Example
Text Example
White with #944C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C99; }
p { color: rgb(148,76,153); }
H1.HeaderClassName
{
color: #944C99;
}
.AnyTagClassName
{
color: #944C99;
}
</style>
background-color css
<style>
a { background-color: #944C99; }
a { background-color: rgb(148,76,153); }
div.DivClassName
{
background-color: #944C99;
}
.BgClassName
{
background-color: #944C99;
}
</style>
border-color css
<style>
span { border-color: #944C99; }
span { border-color: rgb(148,76,153); }
td.TdClassName
{
border-color: #944C99;
}
.TagClassName
{
border-color: #944C99;
}
</style>