Shades of Violet Blue #937595
Tints of Violet Blue #937595
RGB
CMYK
RGB Variations
Color information
#937595 (or 0x937595) is known color: Violet Blue. HEX triplet: 93, 75 and 95. RGB value is (147,117,149). Sum of RGB (Red+Green+Blue) = 147+117+149=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #937595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937595 is #6C8A6A. Grayscale: #818181. Windows color (decimal): -7113323 or 9794963. OLE color: 9794963.
HSL color Cylindrical-coordinate representation of color #937595: hue angle of 296.25º 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 #937595 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 149 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.42 |
| HSL | 296.25º | 0.13% | 0.52% | - |
| HSV(B) | 296.25º | 0.21% | 0.58% | - |
| XYZ | 23.82 | 21.1 | 31.25 | - |
| YUV | 129.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 149 | 0.01 | 0.21 | 0 | 0.42 | 296.25 | 0.13 | 0.52 |
| Hex | 93 | 75 | 95 | 1 | 15 | 0 | 2A | 128 | D | 34 |
| Octal | 223 | 165 | 225 | 1 | 25 | 0 | 52 | 450 | 15 | 64 |
| Binary | 10010011 | 1110101 | 10010101 | 1 | 10101 | 0 | 101010 | 100101000 | 1101 | 110100 |
Color Harmonies of #937595
Complementary color
Monochromatic Colors of #937595
Black with #937595
Text Example
Text Example
White with #937595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937595; }
p { color: rgb(147,117,149); }
H1.HeaderClassName
{
color: #937595;
}
.AnyTagClassName
{
color: #937595;
}
</style>
background-color css
<style>
a { background-color: #937595; }
a { background-color: rgb(147,117,149); }
div.DivClassName
{
background-color: #937595;
}
.BgClassName
{
background-color: #937595;
}
</style>
border-color css
<style>
span { border-color: #937595; }
span { border-color: rgb(147,117,149); }
td.TdClassName
{
border-color: #937595;
}
.TagClassName
{
border-color: #937595;
}
</style>