Shades of Violet Blue #924994
Tints of Violet Blue #924994
RGB
CMYK
RGB Variations
Color information
#924994 (or 0x924994) is known color: Violet Blue. HEX triplet: 92, 49 and 94. RGB value is (146,73,148). Sum of RGB (Red+Green+Blue) = 146+73+148=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #924994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924994 is #6DB66B. Grayscale: #676767. Windows color (decimal): -7190124 or 9718162. OLE color: 9718162.
HSL color Cylindrical-coordinate representation of color #924994: hue angle of 298.4º 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 #924994 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 73 | 148 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.42 |
| HSL | 298.4º | 0.34% | 0.43% | - |
| HSV(B) | 298.4º | 0.51% | 0.58% | - |
| XYZ | 19.58 | 13.01 | 29.5 | - |
| YUV | 103.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 148 | 0.01 | 0.51 | 0 | 0.42 | 298.4 | 0.34 | 0.43 |
| Hex | 92 | 49 | 94 | 1 | 33 | 0 | 2A | 12A | 22 | 2B |
| Octal | 222 | 111 | 224 | 1 | 63 | 0 | 52 | 452 | 42 | 53 |
| Binary | 10010010 | 1001001 | 10010100 | 1 | 110011 | 0 | 101010 | 100101010 | 100010 | 101011 |
Color Harmonies of #924994
Complementary color
Monochromatic Colors of #924994
Black with #924994
Text Example
Text Example
White with #924994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924994; }
p { color: rgb(146,73,148); }
H1.HeaderClassName
{
color: #924994;
}
.AnyTagClassName
{
color: #924994;
}
</style>
background-color css
<style>
a { background-color: #924994; }
a { background-color: rgb(146,73,148); }
div.DivClassName
{
background-color: #924994;
}
.BgClassName
{
background-color: #924994;
}
</style>
border-color css
<style>
span { border-color: #924994; }
span { border-color: rgb(146,73,148); }
td.TdClassName
{
border-color: #924994;
}
.TagClassName
{
border-color: #924994;
}
</style>