Shades of Violet Blue #937495
Tints of Violet Blue #937495
RGB
CMYK
RGB Variations
Color information
#937495 (or 0x937495) is known color: Violet Blue. HEX triplet: 93, 74 and 95. RGB value is (147,116,149). Sum of RGB (Red+Green+Blue) = 147+116+149=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #937495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937495 is #6C8B6A. Grayscale: #808080. Windows color (decimal): -7113579 or 9794707. OLE color: 9794707.
HSL color Cylindrical-coordinate representation of color #937495: hue angle of 296.36º 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 #937495 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 149 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.42 |
| HSL | 296.36º | 0.13% | 0.52% | - |
| HSV(B) | 296.36º | 0.22% | 0.58% | - |
| XYZ | 23.7 | 20.86 | 31.21 | - |
| YUV | 129.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 149 | 0.01 | 0.22 | 0 | 0.42 | 296.36 | 0.13 | 0.52 |
| Hex | 93 | 74 | 95 | 1 | 16 | 0 | 2A | 128 | D | 34 |
| Octal | 223 | 164 | 225 | 1 | 26 | 0 | 52 | 450 | 15 | 64 |
| Binary | 10010011 | 1110100 | 10010101 | 1 | 10110 | 0 | 101010 | 100101000 | 1101 | 110100 |
Color Harmonies of #937495
Complementary color
Monochromatic Colors of #937495
Black with #937495
Text Example
Text Example
White with #937495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937495; }
p { color: rgb(147,116,149); }
H1.HeaderClassName
{
color: #937495;
}
.AnyTagClassName
{
color: #937495;
}
</style>
background-color css
<style>
a { background-color: #937495; }
a { background-color: rgb(147,116,149); }
div.DivClassName
{
background-color: #937495;
}
.BgClassName
{
background-color: #937495;
}
</style>
border-color css
<style>
span { border-color: #937495; }
span { border-color: rgb(147,116,149); }
td.TdClassName
{
border-color: #937495;
}
.TagClassName
{
border-color: #937495;
}
</style>