Shades of Violet Blue #957398
Tints of Violet Blue #957398
RGB
CMYK
RGB Variations
Color information
#957398 (or 0x957398) is known color: Violet Blue. HEX triplet: 95, 73 and 98. RGB value is (149,115,152). Sum of RGB (Red+Green+Blue) = 149+115+152=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #957398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957398 is #6A8C67. Grayscale: #818181. Windows color (decimal): -6982760 or 9991061. OLE color: 9991061.
HSL color Cylindrical-coordinate representation of color #957398: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957398 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 115 | 152 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.40 |
| HSL | 295.14º | 0.15% | 0.52% | - |
| HSV(B) | 295.14º | 0.24% | 0.6% | - |
| XYZ | 24.19 | 20.92 | 32.47 | - |
| YUV | 129.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 152 | 0.02 | 0.24 | 0 | 0.40 | 295.14 | 0.15 | 0.52 |
| Hex | 95 | 73 | 98 | 2 | 18 | 0 | 28 | 127 | F | 34 |
| Octal | 225 | 163 | 230 | 2 | 30 | 0 | 50 | 447 | 17 | 64 |
| Binary | 10010101 | 1110011 | 10011000 | 10 | 11000 | 0 | 101000 | 100100111 | 1111 | 110100 |
Color Harmonies of #957398
Complementary color
Monochromatic Colors of #957398
Black with #957398
Text Example
Text Example
White with #957398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957398; }
p { color: rgb(149,115,152); }
H1.HeaderClassName
{
color: #957398;
}
.AnyTagClassName
{
color: #957398;
}
</style>
background-color css
<style>
a { background-color: #957398; }
a { background-color: rgb(149,115,152); }
div.DivClassName
{
background-color: #957398;
}
.BgClassName
{
background-color: #957398;
}
</style>
border-color css
<style>
span { border-color: #957398; }
span { border-color: rgb(149,115,152); }
td.TdClassName
{
border-color: #957398;
}
.TagClassName
{
border-color: #957398;
}
</style>