Shades of Violet Blue #957199
Tints of Violet Blue #957199
RGB
CMYK
RGB Variations
Color information
#957199 (or 0x957199) is known color: Violet Blue. HEX triplet: 95, 71 and 99. RGB value is (149,113,153). Sum of RGB (Red+Green+Blue) = 149+113+153=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #957199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957199 is #6A8E66. Grayscale: #808080. Windows color (decimal): -6983271 or 10056085. OLE color: 10056085.
HSL color Cylindrical-coordinate representation of color #957199: hue angle of 294º 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 #957199 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 113 | 153 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.4 |
| HSL | 294º | 0.16% | 0.52% | - |
| HSV(B) | 294º | 0.26% | 0.6% | - |
| XYZ | 24.05 | 20.5 | 32.83 | - |
| YUV | 128.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 153 | 0.03 | 0.26 | 0 | 0.4 | 294 | 0.16 | 0.52 |
| Hex | 95 | 71 | 99 | 3 | 1A | 0 | 28 | 126 | 10 | 34 |
| Octal | 225 | 161 | 231 | 3 | 32 | 0 | 50 | 446 | 20 | 64 |
| Binary | 10010101 | 1110001 | 10011001 | 11 | 11010 | 0 | 101000 | 100100110 | 10000 | 110100 |
Color Harmonies of #957199
Complementary color
Monochromatic Colors of #957199
Black with #957199
Text Example
Text Example
White with #957199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957199; }
p { color: rgb(149,113,153); }
H1.HeaderClassName
{
color: #957199;
}
.AnyTagClassName
{
color: #957199;
}
</style>
background-color css
<style>
a { background-color: #957199; }
a { background-color: rgb(149,113,153); }
div.DivClassName
{
background-color: #957199;
}
.BgClassName
{
background-color: #957199;
}
</style>
border-color css
<style>
span { border-color: #957199; }
span { border-color: rgb(149,113,153); }
td.TdClassName
{
border-color: #957199;
}
.TagClassName
{
border-color: #957199;
}
</style>