Shades of Violet Blue #924E9D
Tints of Violet Blue #924E9D
RGB
CMYK
RGB Variations
Color information
#924E9D (or 0x924E9D) is known color: Violet Blue. HEX triplet: 92, 4E and 9D. RGB value is (146,78,157). Sum of RGB (Red+Green+Blue) = 146+78+157=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #924E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924E9D is #6DB162. Grayscale: #6B6B6B. Windows color (decimal): -7188835 or 10309266. OLE color: 10309266.
HSL color Cylindrical-coordinate representation of color #924E9D: hue angle of 291.65º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924E9D is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 78 | 157 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.38 |
| HSL | 291.65º | 0.34% | 0.46% | - |
| HSV(B) | 291.65º | 0.5% | 0.62% | - |
| XYZ | 20.66 | 13.99 | 33.51 | - |
| YUV | 107.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 157 | 0.07 | 0.50 | 0 | 0.38 | 291.65 | 0.34 | 0.46 |
| Hex | 92 | 4E | 9D | 7 | 32 | 0 | 26 | 124 | 22 | 2E |
| Octal | 222 | 116 | 235 | 7 | 62 | 0 | 46 | 444 | 42 | 56 |
| Binary | 10010010 | 1001110 | 10011101 | 111 | 110010 | 0 | 100110 | 100100100 | 100010 | 101110 |
Color Harmonies of #924E9D
Complementary color
Monochromatic Colors of #924E9D
Black with #924E9D
Text Example
Text Example
White with #924E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E9D; }
p { color: rgb(146,78,157); }
H1.HeaderClassName
{
color: #924E9D;
}
.AnyTagClassName
{
color: #924E9D;
}
</style>
background-color css
<style>
a { background-color: #924E9D; }
a { background-color: rgb(146,78,157); }
div.DivClassName
{
background-color: #924E9D;
}
.BgClassName
{
background-color: #924E9D;
}
</style>
border-color css
<style>
span { border-color: #924E9D; }
span { border-color: rgb(146,78,157); }
td.TdClassName
{
border-color: #924E9D;
}
.TagClassName
{
border-color: #924E9D;
}
</style>