Shades of Violet Blue #944C98
Tints of Violet Blue #944C98
RGB
CMYK
RGB Variations
Color information
#944C98 (or 0x944C98) is known color: Violet Blue. HEX triplet: 94, 4C and 98. RGB value is (148,76,152). Sum of RGB (Red+Green+Blue) = 148+76+152=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #944C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944C98 is #6BB367. Grayscale: #696969. Windows color (decimal): -7058280 or 9981076. OLE color: 9981076.
HSL color Cylindrical-coordinate representation of color #944C98: hue angle of 296.84º degrees, saturation: 0.33, 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 #944C98 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 76 | 152 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.40 |
| HSL | 296.84º | 0.33% | 0.45% | - |
| HSV(B) | 296.84º | 0.5% | 0.6% | - |
| XYZ | 20.46 | 13.73 | 31.28 | - |
| YUV | 106.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 152 | 0.03 | 0.50 | 0 | 0.40 | 296.84 | 0.33 | 0.45 |
| Hex | 94 | 4C | 98 | 3 | 32 | 0 | 28 | 129 | 21 | 2D |
| Octal | 224 | 114 | 230 | 3 | 62 | 0 | 50 | 451 | 41 | 55 |
| Binary | 10010100 | 1001100 | 10011000 | 11 | 110010 | 0 | 101000 | 100101001 | 100001 | 101101 |
Color Harmonies of #944C98
Complementary color
Monochromatic Colors of #944C98
Black with #944C98
Text Example
Text Example
White with #944C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C98; }
p { color: rgb(148,76,152); }
H1.HeaderClassName
{
color: #944C98;
}
.AnyTagClassName
{
color: #944C98;
}
</style>
background-color css
<style>
a { background-color: #944C98; }
a { background-color: rgb(148,76,152); }
div.DivClassName
{
background-color: #944C98;
}
.BgClassName
{
background-color: #944C98;
}
</style>
border-color css
<style>
span { border-color: #944C98; }
span { border-color: rgb(148,76,152); }
td.TdClassName
{
border-color: #944C98;
}
.TagClassName
{
border-color: #944C98;
}
</style>