Shades of Violet Blue #926998
Tints of Violet Blue #926998
RGB
CMYK
RGB Variations
Color information
#926998 (or 0x926998) is known color: Violet Blue. HEX triplet: 92, 69 and 98. RGB value is (146,105,152). Sum of RGB (Red+Green+Blue) = 146+105+152=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #926998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926998 is #6D9667. Grayscale: #7A7A7A. Windows color (decimal): -7181928 or 9988498. OLE color: 9988498.
HSL color Cylindrical-coordinate representation of color #926998: hue angle of 292.34º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926998 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 105 | 152 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.40 |
| HSL | 292.34º | 0.19% | 0.5% | - |
| HSV(B) | 292.34º | 0.31% | 0.6% | - |
| XYZ | 22.57 | 18.48 | 32.08 | - |
| YUV | 122.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 152 | 0.04 | 0.31 | 0 | 0.40 | 292.34 | 0.19 | 0.5 |
| Hex | 92 | 69 | 98 | 4 | 1F | 0 | 28 | 124 | 13 | 32 |
| Octal | 222 | 151 | 230 | 4 | 37 | 0 | 50 | 444 | 23 | 62 |
| Binary | 10010010 | 1101001 | 10011000 | 100 | 11111 | 0 | 101000 | 100100100 | 10011 | 110010 |
Color Harmonies of #926998
Complementary color
Monochromatic Colors of #926998
Black with #926998
Text Example
Text Example
White with #926998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926998; }
p { color: rgb(146,105,152); }
H1.HeaderClassName
{
color: #926998;
}
.AnyTagClassName
{
color: #926998;
}
</style>
background-color css
<style>
a { background-color: #926998; }
a { background-color: rgb(146,105,152); }
div.DivClassName
{
background-color: #926998;
}
.BgClassName
{
background-color: #926998;
}
</style>
border-color css
<style>
span { border-color: #926998; }
span { border-color: rgb(146,105,152); }
td.TdClassName
{
border-color: #926998;
}
.TagClassName
{
border-color: #926998;
}
</style>