Shades of Violet Blue #957095
Tints of Violet Blue #957095
RGB
CMYK
RGB Variations
Color information
#957095 (or 0x957095) is known color: Violet Blue. HEX triplet: 95, 70 and 95. RGB value is (149,112,149). Sum of RGB (Red+Green+Blue) = 149+112+149=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957095 is #6A8F6A. Grayscale: #7F7F7F. Windows color (decimal): -6983531 or 9793685. OLE color: 9793685.
HSL color Cylindrical-coordinate representation of color #957095: hue angle of 300º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957095 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 149 | - |
| CMYK | 0 | 0.25 | 0 | 0.42 |
| HSL | 300º | 0.15% | 0.51% | - |
| HSV(B) | 300º | 0.25% | 0.58% | - |
| XYZ | 23.61 | 20.15 | 31.08 | - |
| YUV | 127.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 149 | 0 | 0.25 | 0 | 0.42 | 300 | 0.15 | 0.51 |
| Hex | 95 | 70 | 95 | 0 | 19 | 0 | 2A | 12C | F | 33 |
| Octal | 225 | 160 | 225 | 0 | 31 | 0 | 52 | 454 | 17 | 63 |
| Binary | 10010101 | 1110000 | 10010101 | 0 | 11001 | 0 | 101010 | 100101100 | 1111 | 110011 |
Color Harmonies of #957095
Complementary color
Monochromatic Colors of #957095
Black with #957095
Text Example
Text Example
White with #957095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957095; }
p { color: rgb(149,112,149); }
H1.HeaderClassName
{
color: #957095;
}
.AnyTagClassName
{
color: #957095;
}
</style>
background-color css
<style>
a { background-color: #957095; }
a { background-color: rgb(149,112,149); }
div.DivClassName
{
background-color: #957095;
}
.BgClassName
{
background-color: #957095;
}
</style>
border-color css
<style>
span { border-color: #957095; }
span { border-color: rgb(149,112,149); }
td.TdClassName
{
border-color: #957095;
}
.TagClassName
{
border-color: #957095;
}
</style>