Shades of Violet Blue #924B9B
Tints of Violet Blue #924B9B
RGB
CMYK
RGB Variations
Color information
#924B9B (or 0x924B9B) is known color: Violet Blue. HEX triplet: 92, 4B and 9B. RGB value is (146,75,155). Sum of RGB (Red+Green+Blue) = 146+75+155=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #924B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924B9B is #6DB464. Grayscale: #696969. Windows color (decimal): -7189605 or 10177426. OLE color: 10177426.
HSL color Cylindrical-coordinate representation of color #924B9B: hue angle of 293.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924B9B is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 75 | 155 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.39 |
| HSL | 293.25º | 0.35% | 0.45% | - |
| HSV(B) | 293.25º | 0.52% | 0.61% | - |
| XYZ | 20.29 | 13.51 | 32.55 | - |
| YUV | 105.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 155 | 0.06 | 0.52 | 0 | 0.39 | 293.25 | 0.35 | 0.45 |
| Hex | 92 | 4B | 9B | 6 | 34 | 0 | 27 | 125 | 23 | 2D |
| Octal | 222 | 113 | 233 | 6 | 64 | 0 | 47 | 445 | 43 | 55 |
| Binary | 10010010 | 1001011 | 10011011 | 110 | 110100 | 0 | 100111 | 100100101 | 100011 | 101101 |
Color Harmonies of #924B9B
Complementary color
Monochromatic Colors of #924B9B
Black with #924B9B
Text Example
Text Example
White with #924B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B9B; }
p { color: rgb(146,75,155); }
H1.HeaderClassName
{
color: #924B9B;
}
.AnyTagClassName
{
color: #924B9B;
}
</style>
background-color css
<style>
a { background-color: #924B9B; }
a { background-color: rgb(146,75,155); }
div.DivClassName
{
background-color: #924B9B;
}
.BgClassName
{
background-color: #924B9B;
}
</style>
border-color css
<style>
span { border-color: #924B9B; }
span { border-color: rgb(146,75,155); }
td.TdClassName
{
border-color: #924B9B;
}
.TagClassName
{
border-color: #924B9B;
}
</style>