Shades of Violet Blue #924D9F
Tints of Violet Blue #924D9F
RGB
CMYK
RGB Variations
Color information
#924D9F (or 0x924D9F) is known color: Violet Blue. HEX triplet: 92, 4D and 9F. RGB value is (146,77,159). Sum of RGB (Red+Green+Blue) = 146+77+159=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #924D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924D9F is #6DB260. Grayscale: #6A6A6A. Windows color (decimal): -7189089 or 10440082. OLE color: 10440082.
HSL color Cylindrical-coordinate representation of color #924D9F: hue angle of 290.49º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924D9F is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 77 | 159 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.38 |
| HSL | 290.49º | 0.35% | 0.46% | - |
| HSV(B) | 290.49º | 0.52% | 0.62% | - |
| XYZ | 20.77 | 13.92 | 34.39 | - |
| YUV | 106.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 159 | 0.08 | 0.52 | 0 | 0.38 | 290.49 | 0.35 | 0.46 |
| Hex | 92 | 4D | 9F | 8 | 34 | 0 | 26 | 122 | 23 | 2E |
| Octal | 222 | 115 | 237 | 10 | 64 | 0 | 46 | 442 | 43 | 56 |
| Binary | 10010010 | 1001101 | 10011111 | 1000 | 110100 | 0 | 100110 | 100100010 | 100011 | 101110 |
Color Harmonies of #924D9F
Complementary color
Monochromatic Colors of #924D9F
Black with #924D9F
Text Example
Text Example
White with #924D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924D9F; }
p { color: rgb(146,77,159); }
H1.HeaderClassName
{
color: #924D9F;
}
.AnyTagClassName
{
color: #924D9F;
}
</style>
background-color css
<style>
a { background-color: #924D9F; }
a { background-color: rgb(146,77,159); }
div.DivClassName
{
background-color: #924D9F;
}
.BgClassName
{
background-color: #924D9F;
}
</style>
border-color css
<style>
span { border-color: #924D9F; }
span { border-color: rgb(146,77,159); }
td.TdClassName
{
border-color: #924D9F;
}
.TagClassName
{
border-color: #924D9F;
}
</style>