Shades of Violet Blue #924E9A
Tints of Violet Blue #924E9A
RGB
CMYK
RGB Variations
Color information
#924E9A (or 0x924E9A) is known color: Violet Blue. HEX triplet: 92, 4E and 9A. RGB value is (146,78,154). Sum of RGB (Red+Green+Blue) = 146+78+154=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #924E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924E9A is #6DB165. Grayscale: #6A6A6A. Windows color (decimal): -7188838 or 10112658. OLE color: 10112658.
HSL color Cylindrical-coordinate representation of color #924E9A: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924E9A is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 78 | 154 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.40 |
| HSL | 293.68º | 0.33% | 0.45% | - |
| HSV(B) | 293.68º | 0.49% | 0.6% | - |
| XYZ | 20.41 | 13.89 | 32.18 | - |
| YUV | 107 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 154 | 0.05 | 0.49 | 0 | 0.40 | 293.68 | 0.33 | 0.45 |
| Hex | 92 | 4E | 9A | 5 | 31 | 0 | 28 | 126 | 21 | 2D |
| Octal | 222 | 116 | 232 | 5 | 61 | 0 | 50 | 446 | 41 | 55 |
| Binary | 10010010 | 1001110 | 10011010 | 101 | 110001 | 0 | 101000 | 100100110 | 100001 | 101101 |
Color Harmonies of #924E9A
Complementary color
Monochromatic Colors of #924E9A
Black with #924E9A
Text Example
Text Example
White with #924E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E9A; }
p { color: rgb(146,78,154); }
H1.HeaderClassName
{
color: #924E9A;
}
.AnyTagClassName
{
color: #924E9A;
}
</style>
background-color css
<style>
a { background-color: #924E9A; }
a { background-color: rgb(146,78,154); }
div.DivClassName
{
background-color: #924E9A;
}
.BgClassName
{
background-color: #924E9A;
}
</style>
border-color css
<style>
span { border-color: #924E9A; }
span { border-color: rgb(146,78,154); }
td.TdClassName
{
border-color: #924E9A;
}
.TagClassName
{
border-color: #924E9A;
}
</style>