Shades of Violet Blue #95649E
Tints of Violet Blue #95649E
RGB
CMYK
RGB Variations
Color information
#95649E (or 0x95649E) is known color: Violet Blue. HEX triplet: 95, 64 and 9E. RGB value is (149,100,158). Sum of RGB (Red+Green+Blue) = 149+100+158=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #95649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95649E is #6A9B61. Grayscale: #797979. Windows color (decimal): -6986594 or 10380437. OLE color: 10380437.
HSL color Cylindrical-coordinate representation of color #95649E: hue angle of 290.69º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95649E is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 100 | 158 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.38 |
| HSL | 290.69º | 0.23% | 0.51% | - |
| HSV(B) | 290.69º | 0.37% | 0.62% | - |
| XYZ | 23.12 | 17.97 | 34.6 | - |
| YUV | 121.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 158 | 0.06 | 0.37 | 0 | 0.38 | 290.69 | 0.23 | 0.51 |
| Hex | 95 | 64 | 9E | 6 | 25 | 0 | 26 | 123 | 17 | 33 |
| Octal | 225 | 144 | 236 | 6 | 45 | 0 | 46 | 443 | 27 | 63 |
| Binary | 10010101 | 1100100 | 10011110 | 110 | 100101 | 0 | 100110 | 100100011 | 10111 | 110011 |
Color Harmonies of #95649E
Complementary color
Monochromatic Colors of #95649E
Black with #95649E
Text Example
Text Example
White with #95649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95649E; }
p { color: rgb(149,100,158); }
H1.HeaderClassName
{
color: #95649E;
}
.AnyTagClassName
{
color: #95649E;
}
</style>
background-color css
<style>
a { background-color: #95649E; }
a { background-color: rgb(149,100,158); }
div.DivClassName
{
background-color: #95649E;
}
.BgClassName
{
background-color: #95649E;
}
</style>
border-color css
<style>
span { border-color: #95649E; }
span { border-color: rgb(149,100,158); }
td.TdClassName
{
border-color: #95649E;
}
.TagClassName
{
border-color: #95649E;
}
</style>