Shades of Violet Blue #926E95
Tints of Violet Blue #926E95
RGB
CMYK
RGB Variations
Color information
#926E95 (or 0x926E95) is known color: Violet Blue. HEX triplet: 92, 6E and 95. RGB value is (146,110,149). Sum of RGB (Red+Green+Blue) = 146+110+149=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #926E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E95 is #6D916A. Grayscale: #7D7D7D. Windows color (decimal): -7180651 or 9793170. OLE color: 9793170.
HSL color Cylindrical-coordinate representation of color #926E95: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #926E95 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 110 | 149 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.42 |
| HSL | 295.38º | 0.16% | 0.51% | - |
| HSV(B) | 295.38º | 0.26% | 0.58% | - |
| XYZ | 22.85 | 19.43 | 30.98 | - |
| YUV | 125.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 149 | 0.02 | 0.26 | 0 | 0.42 | 295.38 | 0.16 | 0.51 |
| Hex | 92 | 6E | 95 | 2 | 1A | 0 | 2A | 127 | 10 | 33 |
| Octal | 222 | 156 | 225 | 2 | 32 | 0 | 52 | 447 | 20 | 63 |
| Binary | 10010010 | 1101110 | 10010101 | 10 | 11010 | 0 | 101010 | 100100111 | 10000 | 110011 |
Color Harmonies of #926E95
Complementary color
Monochromatic Colors of #926E95
Black with #926E95
Text Example
Text Example
White with #926E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E95; }
p { color: rgb(146,110,149); }
H1.HeaderClassName
{
color: #926E95;
}
.AnyTagClassName
{
color: #926E95;
}
</style>
background-color css
<style>
a { background-color: #926E95; }
a { background-color: rgb(146,110,149); }
div.DivClassName
{
background-color: #926E95;
}
.BgClassName
{
background-color: #926E95;
}
</style>
border-color css
<style>
span { border-color: #926E95; }
span { border-color: rgb(146,110,149); }
td.TdClassName
{
border-color: #926E95;
}
.TagClassName
{
border-color: #926E95;
}
</style>