Shades of Violet Blue #924F99
Tints of Violet Blue #924F99
RGB
CMYK
RGB Variations
Color information
#924F99 (or 0x924F99) is known color: Violet Blue. HEX triplet: 92, 4F and 99. RGB value is (146,79,153). Sum of RGB (Red+Green+Blue) = 146+79+153=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #924F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924F99 is #6DB066. Grayscale: #6B6B6B. Windows color (decimal): -7188583 or 10047378. OLE color: 10047378.
HSL color Cylindrical-coordinate representation of color #924F99: hue angle of 294.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924F99 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 79 | 153 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.4 |
| HSL | 294.32º | 0.32% | 0.45% | - |
| HSV(B) | 294.32º | 0.48% | 0.6% | - |
| XYZ | 20.4 | 14 | 31.76 | - |
| YUV | 107.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 153 | 0.05 | 0.48 | 0 | 0.4 | 294.32 | 0.32 | 0.45 |
| Hex | 92 | 4F | 99 | 5 | 30 | 0 | 28 | 126 | 20 | 2D |
| Octal | 222 | 117 | 231 | 5 | 60 | 0 | 50 | 446 | 40 | 55 |
| Binary | 10010010 | 1001111 | 10011001 | 101 | 110000 | 0 | 101000 | 100100110 | 100000 | 101101 |
Color Harmonies of #924F99
Complementary color
Monochromatic Colors of #924F99
Black with #924F99
Text Example
Text Example
White with #924F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F99; }
p { color: rgb(146,79,153); }
H1.HeaderClassName
{
color: #924F99;
}
.AnyTagClassName
{
color: #924F99;
}
</style>
background-color css
<style>
a { background-color: #924F99; }
a { background-color: rgb(146,79,153); }
div.DivClassName
{
background-color: #924F99;
}
.BgClassName
{
background-color: #924F99;
}
</style>
border-color css
<style>
span { border-color: #924F99; }
span { border-color: rgb(146,79,153); }
td.TdClassName
{
border-color: #924F99;
}
.TagClassName
{
border-color: #924F99;
}
</style>