Shades of Violet Blue #957392
Tints of Violet Blue #957392
RGB
CMYK
RGB Variations
Color information
#957392 (or 0x957392) is known color: Violet Blue. HEX triplet: 95, 73 and 92. RGB value is (149,115,146). Sum of RGB (Red+Green+Blue) = 149+115+146=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #957392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957392 is #6A8C6D. Grayscale: #808080. Windows color (decimal): -6982766 or 9597845. OLE color: 9597845.
HSL color Cylindrical-coordinate representation of color #957392: hue angle of 305.29º 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 #957392 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 146 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.42 |
| HSL | 305.29º | 0.14% | 0.52% | - |
| HSV(B) | 305.29º | 0.23% | 0.58% | - |
| XYZ | 23.71 | 20.73 | 29.94 | - |
| YUV | 128.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 146 | 0 | 0.23 | 0.02 | 0.42 | 305.29 | 0.14 | 0.52 |
| Hex | 95 | 73 | 92 | 0 | 17 | 2 | 2A | 131 | E | 34 |
| Octal | 225 | 163 | 222 | 0 | 27 | 2 | 52 | 461 | 16 | 64 |
| Binary | 10010101 | 1110011 | 10010010 | 0 | 10111 | 10 | 101010 | 100110001 | 1110 | 110100 |
Color Harmonies of #957392
Complementary color
Monochromatic Colors of #957392
Black with #957392
Text Example
Text Example
White with #957392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957392; }
p { color: rgb(149,115,146); }
H1.HeaderClassName
{
color: #957392;
}
.AnyTagClassName
{
color: #957392;
}
</style>
background-color css
<style>
a { background-color: #957392; }
a { background-color: rgb(149,115,146); }
div.DivClassName
{
background-color: #957392;
}
.BgClassName
{
background-color: #957392;
}
</style>
border-color css
<style>
span { border-color: #957392; }
span { border-color: rgb(149,115,146); }
td.TdClassName
{
border-color: #957392;
}
.TagClassName
{
border-color: #957392;
}
</style>