Shades of Violet Blue #956496
Tints of Violet Blue #956496
RGB
CMYK
RGB Variations
Color information
#956496 (or 0x956496) is known color: Violet Blue. HEX triplet: 95, 64 and 96. RGB value is (149,100,150). Sum of RGB (Red+Green+Blue) = 149+100+150=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #956496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956496 is #6A9B69. Grayscale: #787878. Windows color (decimal): -6986602 or 9856149. OLE color: 9856149.
HSL color Cylindrical-coordinate representation of color #956496: hue angle of 298.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956496 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 100 | 150 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.41 |
| HSL | 298.8º | 0.2% | 0.49% | - |
| HSV(B) | 298.8º | 0.33% | 0.59% | - |
| XYZ | 22.46 | 17.71 | 31.09 | - |
| YUV | 120.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 150 | 0.01 | 0.33 | 0 | 0.41 | 298.8 | 0.2 | 0.49 |
| Hex | 95 | 64 | 96 | 1 | 21 | 0 | 29 | 12B | 14 | 31 |
| Octal | 225 | 144 | 226 | 1 | 41 | 0 | 51 | 453 | 24 | 61 |
| Binary | 10010101 | 1100100 | 10010110 | 1 | 100001 | 0 | 101001 | 100101011 | 10100 | 110001 |
Color Harmonies of #956496
Complementary color
Monochromatic Colors of #956496
Black with #956496
Text Example
Text Example
White with #956496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956496; }
p { color: rgb(149,100,150); }
H1.HeaderClassName
{
color: #956496;
}
.AnyTagClassName
{
color: #956496;
}
</style>
background-color css
<style>
a { background-color: #956496; }
a { background-color: rgb(149,100,150); }
div.DivClassName
{
background-color: #956496;
}
.BgClassName
{
background-color: #956496;
}
</style>
border-color css
<style>
span { border-color: #956496; }
span { border-color: rgb(149,100,150); }
td.TdClassName
{
border-color: #956496;
}
.TagClassName
{
border-color: #956496;
}
</style>