Shades of Violet Blue #927495
Tints of Violet Blue #927495
RGB
CMYK
RGB Variations
Color information
#927495 (or 0x927495) is known color: Violet Blue. HEX triplet: 92, 74 and 95. RGB value is (146,116,149). Sum of RGB (Red+Green+Blue) = 146+116+149=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #927495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927495 is #6D8B6A. Grayscale: #808080. Windows color (decimal): -7179115 or 9794706. OLE color: 9794706.
HSL color Cylindrical-coordinate representation of color #927495: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927495 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 116 | 149 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.42 |
| HSL | 294.55º | 0.13% | 0.52% | - |
| HSV(B) | 294.55º | 0.22% | 0.58% | - |
| XYZ | 23.52 | 20.77 | 31.2 | - |
| YUV | 128.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 149 | 0.02 | 0.22 | 0 | 0.42 | 294.55 | 0.13 | 0.52 |
| Hex | 92 | 74 | 95 | 2 | 16 | 0 | 2A | 127 | D | 34 |
| Octal | 222 | 164 | 225 | 2 | 26 | 0 | 52 | 447 | 15 | 64 |
| Binary | 10010010 | 1110100 | 10010101 | 10 | 10110 | 0 | 101010 | 100100111 | 1101 | 110100 |
Color Harmonies of #927495
Complementary color
Monochromatic Colors of #927495
Black with #927495
Text Example
Text Example
White with #927495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927495; }
p { color: rgb(146,116,149); }
H1.HeaderClassName
{
color: #927495;
}
.AnyTagClassName
{
color: #927495;
}
</style>
background-color css
<style>
a { background-color: #927495; }
a { background-color: rgb(146,116,149); }
div.DivClassName
{
background-color: #927495;
}
.BgClassName
{
background-color: #927495;
}
</style>
border-color css
<style>
span { border-color: #927495; }
span { border-color: rgb(146,116,149); }
td.TdClassName
{
border-color: #927495;
}
.TagClassName
{
border-color: #927495;
}
</style>