Shades of Violet Blue #94498F
Tints of Violet Blue #94498F
RGB
CMYK
RGB Variations
Color information
#94498F (or 0x94498F) is known color: Violet Blue. HEX triplet: 94, 49 and 8F. RGB value is (148,73,143). Sum of RGB (Red+Green+Blue) = 148+73+143=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #94498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94498F is #6BB670. Grayscale: #676767. Windows color (decimal): -7059057 or 9390484. OLE color: 9390484.
HSL color Cylindrical-coordinate representation of color #94498F: hue angle of 304º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94498F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 143 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.42 |
| HSL | 304º | 0.34% | 0.43% | - |
| HSV(B) | 304º | 0.51% | 0.58% | - |
| XYZ | 19.55 | 13.04 | 27.47 | - |
| YUV | 103.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 143 | 0 | 0.51 | 0.03 | 0.42 | 304 | 0.34 | 0.43 |
| Hex | 94 | 49 | 8F | 0 | 33 | 3 | 2A | 130 | 22 | 2B |
| Octal | 224 | 111 | 217 | 0 | 63 | 3 | 52 | 460 | 42 | 53 |
| Binary | 10010100 | 1001001 | 10001111 | 0 | 110011 | 11 | 101010 | 100110000 | 100010 | 101011 |
Color Harmonies of #94498F
Complementary color
Monochromatic Colors of #94498F
Black with #94498F
Text Example
Text Example
White with #94498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94498F; }
p { color: rgb(148,73,143); }
H1.HeaderClassName
{
color: #94498F;
}
.AnyTagClassName
{
color: #94498F;
}
</style>
background-color css
<style>
a { background-color: #94498F; }
a { background-color: rgb(148,73,143); }
div.DivClassName
{
background-color: #94498F;
}
.BgClassName
{
background-color: #94498F;
}
</style>
border-color css
<style>
span { border-color: #94498F; }
span { border-color: rgb(148,73,143); }
td.TdClassName
{
border-color: #94498F;
}
.TagClassName
{
border-color: #94498F;
}
</style>