Shades of Violet Blue #92499A
Tints of Violet Blue #92499A
RGB
CMYK
RGB Variations
Color information
#92499A (or 0x92499A) is known color: Violet Blue. HEX triplet: 92, 49 and 9A. RGB value is (146,73,154). Sum of RGB (Red+Green+Blue) = 146+73+154=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #92499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92499A is #6DB665. Grayscale: #676767. Windows color (decimal): -7190118 or 10111378. OLE color: 10111378.
HSL color Cylindrical-coordinate representation of color #92499A: hue angle of 294.07º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92499A is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 73 | 154 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.40 |
| HSL | 294.07º | 0.36% | 0.45% | - |
| HSV(B) | 294.07º | 0.53% | 0.6% | - |
| XYZ | 20.07 | 13.21 | 32.06 | - |
| YUV | 104.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 154 | 0.05 | 0.53 | 0 | 0.40 | 294.07 | 0.36 | 0.45 |
| Hex | 92 | 49 | 9A | 5 | 35 | 0 | 28 | 126 | 24 | 2D |
| Octal | 222 | 111 | 232 | 5 | 65 | 0 | 50 | 446 | 44 | 55 |
| Binary | 10010010 | 1001001 | 10011010 | 101 | 110101 | 0 | 101000 | 100100110 | 100100 | 101101 |
Color Harmonies of #92499A
Complementary color
Monochromatic Colors of #92499A
Black with #92499A
Text Example
Text Example
White with #92499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92499A; }
p { color: rgb(146,73,154); }
H1.HeaderClassName
{
color: #92499A;
}
.AnyTagClassName
{
color: #92499A;
}
</style>
background-color css
<style>
a { background-color: #92499A; }
a { background-color: rgb(146,73,154); }
div.DivClassName
{
background-color: #92499A;
}
.BgClassName
{
background-color: #92499A;
}
</style>
border-color css
<style>
span { border-color: #92499A; }
span { border-color: rgb(146,73,154); }
td.TdClassName
{
border-color: #92499A;
}
.TagClassName
{
border-color: #92499A;
}
</style>