Shades of Violet Blue #95649A
Tints of Violet Blue #95649A
RGB
CMYK
RGB Variations
Color information
#95649A (or 0x95649A) is known color: Violet Blue. HEX triplet: 95, 64 and 9A. RGB value is (149,100,154). Sum of RGB (Red+Green+Blue) = 149+100+154=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #95649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95649A is #6A9B65. Grayscale: #787878. Windows color (decimal): -6986598 or 10118293. OLE color: 10118293.
HSL color Cylindrical-coordinate representation of color #95649A: hue angle of 294.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95649A is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 100 | 154 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.40 |
| HSL | 294.44º | 0.21% | 0.5% | - |
| HSV(B) | 294.44º | 0.35% | 0.6% | - |
| XYZ | 22.78 | 17.84 | 32.81 | - |
| YUV | 120.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 154 | 0.03 | 0.35 | 0 | 0.40 | 294.44 | 0.21 | 0.5 |
| Hex | 95 | 64 | 9A | 3 | 23 | 0 | 28 | 126 | 15 | 32 |
| Octal | 225 | 144 | 232 | 3 | 43 | 0 | 50 | 446 | 25 | 62 |
| Binary | 10010101 | 1100100 | 10011010 | 11 | 100011 | 0 | 101000 | 100100110 | 10101 | 110010 |
Color Harmonies of #95649A
Complementary color
Monochromatic Colors of #95649A
Black with #95649A
Text Example
Text Example
White with #95649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95649A; }
p { color: rgb(149,100,154); }
H1.HeaderClassName
{
color: #95649A;
}
.AnyTagClassName
{
color: #95649A;
}
</style>
background-color css
<style>
a { background-color: #95649A; }
a { background-color: rgb(149,100,154); }
div.DivClassName
{
background-color: #95649A;
}
.BgClassName
{
background-color: #95649A;
}
</style>
border-color css
<style>
span { border-color: #95649A; }
span { border-color: rgb(149,100,154); }
td.TdClassName
{
border-color: #95649A;
}
.TagClassName
{
border-color: #95649A;
}
</style>