Shades of Violet Blue #957198
Tints of Violet Blue #957198
RGB
CMYK
RGB Variations
Color information
#957198 (or 0x957198) is known color: Violet Blue. HEX triplet: 95, 71 and 98. RGB value is (149,113,152). Sum of RGB (Red+Green+Blue) = 149+113+152=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #957198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957198 is #6A8E67. Grayscale: #808080. Windows color (decimal): -6983272 or 9990549. OLE color: 9990549.
HSL color Cylindrical-coordinate representation of color #957198: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #957198 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 113 | 152 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.40 |
| HSL | 295.38º | 0.16% | 0.52% | - |
| HSV(B) | 295.38º | 0.26% | 0.6% | - |
| XYZ | 23.97 | 20.47 | 32.39 | - |
| YUV | 128.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 152 | 0.02 | 0.26 | 0 | 0.40 | 295.38 | 0.16 | 0.52 |
| Hex | 95 | 71 | 98 | 2 | 1A | 0 | 28 | 127 | 10 | 34 |
| Octal | 225 | 161 | 230 | 2 | 32 | 0 | 50 | 447 | 20 | 64 |
| Binary | 10010101 | 1110001 | 10011000 | 10 | 11010 | 0 | 101000 | 100100111 | 10000 | 110100 |
Color Harmonies of #957198
Complementary color
Monochromatic Colors of #957198
Black with #957198
Text Example
Text Example
White with #957198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957198; }
p { color: rgb(149,113,152); }
H1.HeaderClassName
{
color: #957198;
}
.AnyTagClassName
{
color: #957198;
}
</style>
background-color css
<style>
a { background-color: #957198; }
a { background-color: rgb(149,113,152); }
div.DivClassName
{
background-color: #957198;
}
.BgClassName
{
background-color: #957198;
}
</style>
border-color css
<style>
span { border-color: #957198; }
span { border-color: rgb(149,113,152); }
td.TdClassName
{
border-color: #957198;
}
.TagClassName
{
border-color: #957198;
}
</style>