Shades of Violet Blue #926698
Tints of Violet Blue #926698
RGB
CMYK
RGB Variations
Color information
#926698 (or 0x926698) is known color: Violet Blue. HEX triplet: 92, 66 and 98. RGB value is (146,102,152). Sum of RGB (Red+Green+Blue) = 146+102+152=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #926698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926698 is #6D9967. Grayscale: #787878. Windows color (decimal): -7182696 or 9987730. OLE color: 9987730.
HSL color Cylindrical-coordinate representation of color #926698: hue angle of 292.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926698 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 102 | 152 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.40 |
| HSL | 292.8º | 0.2% | 0.5% | - |
| HSV(B) | 292.8º | 0.33% | 0.6% | - |
| XYZ | 22.27 | 17.88 | 31.98 | - |
| YUV | 120.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 152 | 0.04 | 0.33 | 0 | 0.40 | 292.8 | 0.2 | 0.5 |
| Hex | 92 | 66 | 98 | 4 | 21 | 0 | 28 | 125 | 14 | 32 |
| Octal | 222 | 146 | 230 | 4 | 41 | 0 | 50 | 445 | 24 | 62 |
| Binary | 10010010 | 1100110 | 10011000 | 100 | 100001 | 0 | 101000 | 100100101 | 10100 | 110010 |
Color Harmonies of #926698
Complementary color
Monochromatic Colors of #926698
Black with #926698
Text Example
Text Example
White with #926698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926698; }
p { color: rgb(146,102,152); }
H1.HeaderClassName
{
color: #926698;
}
.AnyTagClassName
{
color: #926698;
}
</style>
background-color css
<style>
a { background-color: #926698; }
a { background-color: rgb(146,102,152); }
div.DivClassName
{
background-color: #926698;
}
.BgClassName
{
background-color: #926698;
}
</style>
border-color css
<style>
span { border-color: #926698; }
span { border-color: rgb(146,102,152); }
td.TdClassName
{
border-color: #926698;
}
.TagClassName
{
border-color: #926698;
}
</style>