Shades of Violet Blue #935495
Tints of Violet Blue #935495
RGB
CMYK
RGB Variations
Color information
#935495 (or 0x935495) is known color: Violet Blue. HEX triplet: 93, 54 and 95. RGB value is (147,84,149). Sum of RGB (Red+Green+Blue) = 147+84+149=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #935495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935495 is #6CAB6A. Grayscale: #6E6E6E. Windows color (decimal): -7121771 or 9786515. OLE color: 9786515.
HSL color Cylindrical-coordinate representation of color #935495: hue angle of 298.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935495 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 149 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.42 |
| HSL | 298.15º | 0.28% | 0.46% | - |
| HSV(B) | 298.15º | 0.44% | 0.58% | - |
| XYZ | 20.63 | 14.71 | 30.19 | - |
| YUV | 110.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 149 | 0.01 | 0.44 | 0 | 0.42 | 298.15 | 0.28 | 0.46 |
| Hex | 93 | 54 | 95 | 1 | 2C | 0 | 2A | 12A | 1C | 2E |
| Octal | 223 | 124 | 225 | 1 | 54 | 0 | 52 | 452 | 34 | 56 |
| Binary | 10010011 | 1010100 | 10010101 | 1 | 101100 | 0 | 101010 | 100101010 | 11100 | 101110 |
Color Harmonies of #935495
Complementary color
Monochromatic Colors of #935495
Black with #935495
Text Example
Text Example
White with #935495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935495; }
p { color: rgb(147,84,149); }
H1.HeaderClassName
{
color: #935495;
}
.AnyTagClassName
{
color: #935495;
}
</style>
background-color css
<style>
a { background-color: #935495; }
a { background-color: rgb(147,84,149); }
div.DivClassName
{
background-color: #935495;
}
.BgClassName
{
background-color: #935495;
}
</style>
border-color css
<style>
span { border-color: #935495; }
span { border-color: rgb(147,84,149); }
td.TdClassName
{
border-color: #935495;
}
.TagClassName
{
border-color: #935495;
}
</style>