Shades of Violet Blue #94499F
Tints of Violet Blue #94499F
RGB
CMYK
RGB Variations
Color information
#94499F (or 0x94499F) is known color: Violet Blue. HEX triplet: 94, 49 and 9F. RGB value is (148,73,159). Sum of RGB (Red+Green+Blue) = 148+73+159=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #94499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94499F is #6BB660. Grayscale: #686868. Windows color (decimal): -7059041 or 10439060. OLE color: 10439060.
HSL color Cylindrical-coordinate representation of color #94499F: hue angle of 292.33º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94499F is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 73 | 159 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.38 |
| HSL | 292.33º | 0.37% | 0.45% | - |
| HSV(B) | 292.33º | 0.54% | 0.62% | - |
| XYZ | 20.85 | 13.56 | 34.32 | - |
| YUV | 105.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 159 | 0.07 | 0.54 | 0 | 0.38 | 292.33 | 0.37 | 0.45 |
| Hex | 94 | 49 | 9F | 7 | 36 | 0 | 26 | 124 | 25 | 2D |
| Octal | 224 | 111 | 237 | 7 | 66 | 0 | 46 | 444 | 45 | 55 |
| Binary | 10010100 | 1001001 | 10011111 | 111 | 110110 | 0 | 100110 | 100100100 | 100101 | 101101 |
Color Harmonies of #94499F
Complementary color
Monochromatic Colors of #94499F
Black with #94499F
Text Example
Text Example
White with #94499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94499F; }
p { color: rgb(148,73,159); }
H1.HeaderClassName
{
color: #94499F;
}
.AnyTagClassName
{
color: #94499F;
}
</style>
background-color css
<style>
a { background-color: #94499F; }
a { background-color: rgb(148,73,159); }
div.DivClassName
{
background-color: #94499F;
}
.BgClassName
{
background-color: #94499F;
}
</style>
border-color css
<style>
span { border-color: #94499F; }
span { border-color: rgb(148,73,159); }
td.TdClassName
{
border-color: #94499F;
}
.TagClassName
{
border-color: #94499F;
}
</style>