Shades of Violet Blue #937492
Tints of Violet Blue #937492
RGB
CMYK
RGB Variations
Color information
#937492 (or 0x937492) is known color: Violet Blue. HEX triplet: 93, 74 and 92. RGB value is (147,116,146). Sum of RGB (Red+Green+Blue) = 147+116+146=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #937492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937492 is #6C8B6D. Grayscale: #808080. Windows color (decimal): -7113582 or 9598099. OLE color: 9598099.
HSL color Cylindrical-coordinate representation of color #937492: hue angle of 301.94º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937492 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 146 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.42 |
| HSL | 301.94º | 0.13% | 0.52% | - |
| HSV(B) | 301.94º | 0.21% | 0.58% | - |
| XYZ | 23.47 | 20.77 | 29.97 | - |
| YUV | 128.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 146 | 0 | 0.21 | 0.01 | 0.42 | 301.94 | 0.13 | 0.52 |
| Hex | 93 | 74 | 92 | 0 | 15 | 1 | 2A | 12E | D | 34 |
| Octal | 223 | 164 | 222 | 0 | 25 | 1 | 52 | 456 | 15 | 64 |
| Binary | 10010011 | 1110100 | 10010010 | 0 | 10101 | 1 | 101010 | 100101110 | 1101 | 110100 |
Color Harmonies of #937492
Complementary color
Monochromatic Colors of #937492
Black with #937492
Text Example
Text Example
White with #937492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937492; }
p { color: rgb(147,116,146); }
H1.HeaderClassName
{
color: #937492;
}
.AnyTagClassName
{
color: #937492;
}
</style>
background-color css
<style>
a { background-color: #937492; }
a { background-color: rgb(147,116,146); }
div.DivClassName
{
background-color: #937492;
}
.BgClassName
{
background-color: #937492;
}
</style>
border-color css
<style>
span { border-color: #937492; }
span { border-color: rgb(147,116,146); }
td.TdClassName
{
border-color: #937492;
}
.TagClassName
{
border-color: #937492;
}
</style>