Shades of Violet Blue #944A94
Tints of Violet Blue #944A94
RGB
CMYK
RGB Variations
Color information
#944A94 (or 0x944A94) is known color: Violet Blue. HEX triplet: 94, 4A and 94. RGB value is (148,74,148). Sum of RGB (Red+Green+Blue) = 148+74+148=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #944A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944A94 is #6BB56B. Grayscale: #686868. Windows color (decimal): -7058796 or 9718420. OLE color: 9718420.
HSL color Cylindrical-coordinate representation of color #944A94: hue angle of 300º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944A94 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 148 | - |
| CMYK | 0 | 0.50 | 0 | 0.42 |
| HSL | 300º | 0.33% | 0.44% | - |
| HSV(B) | 300º | 0.5% | 0.58% | - |
| XYZ | 20.01 | 13.33 | 29.54 | - |
| YUV | 104.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 148 | 0 | 0.50 | 0 | 0.42 | 300 | 0.33 | 0.44 |
| Hex | 94 | 4A | 94 | 0 | 32 | 0 | 2A | 12C | 21 | 2C |
| Octal | 224 | 112 | 224 | 0 | 62 | 0 | 52 | 454 | 41 | 54 |
| Binary | 10010100 | 1001010 | 10010100 | 0 | 110010 | 0 | 101010 | 100101100 | 100001 | 101100 |
Color Harmonies of #944A94
Complementary color
Monochromatic Colors of #944A94
Black with #944A94
Text Example
Text Example
White with #944A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A94; }
p { color: rgb(148,74,148); }
H1.HeaderClassName
{
color: #944A94;
}
.AnyTagClassName
{
color: #944A94;
}
</style>
background-color css
<style>
a { background-color: #944A94; }
a { background-color: rgb(148,74,148); }
div.DivClassName
{
background-color: #944A94;
}
.BgClassName
{
background-color: #944A94;
}
</style>
border-color css
<style>
span { border-color: #944A94; }
span { border-color: rgb(148,74,148); }
td.TdClassName
{
border-color: #944A94;
}
.TagClassName
{
border-color: #944A94;
}
</style>