Shades of Violet Blue #926999
Tints of Violet Blue #926999
RGB
CMYK
RGB Variations
Color information
#926999 (or 0x926999) is known color: Violet Blue. HEX triplet: 92, 69 and 99. RGB value is (146,105,153). Sum of RGB (Red+Green+Blue) = 146+105+153=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #926999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926999 is #6D9666. Grayscale: #7A7A7A. Windows color (decimal): -7181927 or 10054034. OLE color: 10054034.
HSL color Cylindrical-coordinate representation of color #926999: hue angle of 291.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926999 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 105 | 153 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.4 |
| HSL | 291.25º | 0.19% | 0.51% | - |
| HSV(B) | 291.25º | 0.31% | 0.6% | - |
| XYZ | 22.66 | 18.51 | 32.52 | - |
| YUV | 122.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 153 | 0.05 | 0.31 | 0 | 0.4 | 291.25 | 0.19 | 0.51 |
| Hex | 92 | 69 | 99 | 5 | 1F | 0 | 28 | 123 | 13 | 33 |
| Octal | 222 | 151 | 231 | 5 | 37 | 0 | 50 | 443 | 23 | 63 |
| Binary | 10010010 | 1101001 | 10011001 | 101 | 11111 | 0 | 101000 | 100100011 | 10011 | 110011 |
Color Harmonies of #926999
Complementary color
Monochromatic Colors of #926999
Black with #926999
Text Example
Text Example
White with #926999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926999; }
p { color: rgb(146,105,153); }
H1.HeaderClassName
{
color: #926999;
}
.AnyTagClassName
{
color: #926999;
}
</style>
background-color css
<style>
a { background-color: #926999; }
a { background-color: rgb(146,105,153); }
div.DivClassName
{
background-color: #926999;
}
.BgClassName
{
background-color: #926999;
}
</style>
border-color css
<style>
span { border-color: #926999; }
span { border-color: rgb(146,105,153); }
td.TdClassName
{
border-color: #926999;
}
.TagClassName
{
border-color: #926999;
}
</style>