Shades of Violet Blue #937395
Tints of Violet Blue #937395
RGB
CMYK
RGB Variations
Color information
#937395 (or 0x937395) is known color: Violet Blue. HEX triplet: 93, 73 and 95. RGB value is (147,115,149). Sum of RGB (Red+Green+Blue) = 147+115+149=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 115 (45.31% from 255 or 27.98% 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 #937395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937395 is #6C8C6A. Grayscale: #808080. Windows color (decimal): -7113835 or 9794451. OLE color: 9794451.
HSL color Cylindrical-coordinate representation of color #937395: hue angle of 296.47º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #937395 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 149 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.42 |
| HSL | 296.47º | 0.14% | 0.52% | - |
| HSV(B) | 296.47º | 0.23% | 0.58% | - |
| XYZ | 23.59 | 20.63 | 31.17 | - |
| YUV | 128.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 149 | 0.01 | 0.23 | 0 | 0.42 | 296.47 | 0.14 | 0.52 |
| Hex | 93 | 73 | 95 | 1 | 17 | 0 | 2A | 128 | E | 34 |
| Octal | 223 | 163 | 225 | 1 | 27 | 0 | 52 | 450 | 16 | 64 |
| Binary | 10010011 | 1110011 | 10010101 | 1 | 10111 | 0 | 101010 | 100101000 | 1110 | 110100 |
Color Harmonies of #937395
Complementary color
Monochromatic Colors of #937395
Black with #937395
Text Example
Text Example
White with #937395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937395; }
p { color: rgb(147,115,149); }
H1.HeaderClassName
{
color: #937395;
}
.AnyTagClassName
{
color: #937395;
}
</style>
background-color css
<style>
a { background-color: #937395; }
a { background-color: rgb(147,115,149); }
div.DivClassName
{
background-color: #937395;
}
.BgClassName
{
background-color: #937395;
}
</style>
border-color css
<style>
span { border-color: #937395; }
span { border-color: rgb(147,115,149); }
td.TdClassName
{
border-color: #937395;
}
.TagClassName
{
border-color: #937395;
}
</style>