Shades of Violet Blue #924E9F
Tints of Violet Blue #924E9F
RGB
CMYK
RGB Variations
Color information
#924E9F (or 0x924E9F) is known color: Violet Blue. HEX triplet: 92, 4E and 9F. RGB value is (146,78,159). Sum of RGB (Red+Green+Blue) = 146+78+159=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #924E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924E9F is #6DB160. Grayscale: #6B6B6B. Windows color (decimal): -7188833 or 10440338. OLE color: 10440338.
HSL color Cylindrical-coordinate representation of color #924E9F: hue angle of 290.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924E9F is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 78 | 159 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.38 |
| HSL | 290.37º | 0.34% | 0.46% | - |
| HSV(B) | 290.37º | 0.51% | 0.62% | - |
| XYZ | 20.84 | 14.06 | 34.42 | - |
| YUV | 107.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 159 | 0.08 | 0.51 | 0 | 0.38 | 290.37 | 0.34 | 0.46 |
| Hex | 92 | 4E | 9F | 8 | 33 | 0 | 26 | 122 | 22 | 2E |
| Octal | 222 | 116 | 237 | 10 | 63 | 0 | 46 | 442 | 42 | 56 |
| Binary | 10010010 | 1001110 | 10011111 | 1000 | 110011 | 0 | 100110 | 100100010 | 100010 | 101110 |
Color Harmonies of #924E9F
Complementary color
Monochromatic Colors of #924E9F
Black with #924E9F
Text Example
Text Example
White with #924E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E9F; }
p { color: rgb(146,78,159); }
H1.HeaderClassName
{
color: #924E9F;
}
.AnyTagClassName
{
color: #924E9F;
}
</style>
background-color css
<style>
a { background-color: #924E9F; }
a { background-color: rgb(146,78,159); }
div.DivClassName
{
background-color: #924E9F;
}
.BgClassName
{
background-color: #924E9F;
}
</style>
border-color css
<style>
span { border-color: #924E9F; }
span { border-color: rgb(146,78,159); }
td.TdClassName
{
border-color: #924E9F;
}
.TagClassName
{
border-color: #924E9F;
}
</style>