Shades of Violet Blue #95659A
Tints of Violet Blue #95659A
RGB
CMYK
RGB Variations
Color information
#95659A (or 0x95659A) is known color: Violet Blue. HEX triplet: 95, 65 and 9A. RGB value is (149,101,154). Sum of RGB (Red+Green+Blue) = 149+101+154=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #95659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95659A is #6A9A65. Grayscale: #797979. Windows color (decimal): -6986342 or 10118549. OLE color: 10118549.
HSL color Cylindrical-coordinate representation of color #95659A: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95659A is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 101 | 154 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.40 |
| HSL | 294.34º | 0.21% | 0.5% | - |
| HSV(B) | 294.34º | 0.34% | 0.6% | - |
| XYZ | 22.88 | 18.03 | 32.85 | - |
| YUV | 121.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 154 | 0.03 | 0.34 | 0 | 0.40 | 294.34 | 0.21 | 0.5 |
| Hex | 95 | 65 | 9A | 3 | 22 | 0 | 28 | 126 | 15 | 32 |
| Octal | 225 | 145 | 232 | 3 | 42 | 0 | 50 | 446 | 25 | 62 |
| Binary | 10010101 | 1100101 | 10011010 | 11 | 100010 | 0 | 101000 | 100100110 | 10101 | 110010 |
Color Harmonies of #95659A
Complementary color
Monochromatic Colors of #95659A
Black with #95659A
Text Example
Text Example
White with #95659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95659A; }
p { color: rgb(149,101,154); }
H1.HeaderClassName
{
color: #95659A;
}
.AnyTagClassName
{
color: #95659A;
}
</style>
background-color css
<style>
a { background-color: #95659A; }
a { background-color: rgb(149,101,154); }
div.DivClassName
{
background-color: #95659A;
}
.BgClassName
{
background-color: #95659A;
}
</style>
border-color css
<style>
span { border-color: #95659A; }
span { border-color: rgb(149,101,154); }
td.TdClassName
{
border-color: #95659A;
}
.TagClassName
{
border-color: #95659A;
}
</style>