Shades of Violet Blue #92499D
Tints of Violet Blue #92499D
RGB
CMYK
RGB Variations
Color information
#92499D (or 0x92499D) is known color: Violet Blue. HEX triplet: 92, 49 and 9D. RGB value is (146,73,157). Sum of RGB (Red+Green+Blue) = 146+73+157=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #92499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92499D is #6DB662. Grayscale: #686868. Windows color (decimal): -7190115 or 10307986. OLE color: 10307986.
HSL color Cylindrical-coordinate representation of color #92499D: hue angle of 292.14º 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 #92499D is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 73 | 157 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.38 |
| HSL | 292.14º | 0.37% | 0.45% | - |
| HSV(B) | 292.14º | 0.54% | 0.62% | - |
| XYZ | 20.32 | 13.31 | 33.4 | - |
| YUV | 104.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 157 | 0.07 | 0.54 | 0 | 0.38 | 292.14 | 0.37 | 0.45 |
| Hex | 92 | 49 | 9D | 7 | 36 | 0 | 26 | 124 | 25 | 2D |
| Octal | 222 | 111 | 235 | 7 | 66 | 0 | 46 | 444 | 45 | 55 |
| Binary | 10010010 | 1001001 | 10011101 | 111 | 110110 | 0 | 100110 | 100100100 | 100101 | 101101 |
Color Harmonies of #92499D
Complementary color
Monochromatic Colors of #92499D
Black with #92499D
Text Example
Text Example
White with #92499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92499D; }
p { color: rgb(146,73,157); }
H1.HeaderClassName
{
color: #92499D;
}
.AnyTagClassName
{
color: #92499D;
}
</style>
background-color css
<style>
a { background-color: #92499D; }
a { background-color: rgb(146,73,157); }
div.DivClassName
{
background-color: #92499D;
}
.BgClassName
{
background-color: #92499D;
}
</style>
border-color css
<style>
span { border-color: #92499D; }
span { border-color: rgb(146,73,157); }
td.TdClassName
{
border-color: #92499D;
}
.TagClassName
{
border-color: #92499D;
}
</style>