Shades of Violet Blue #956991
Tints of Violet Blue #956991
RGB
CMYK
RGB Variations
Color information
#956991 (or 0x956991) is known color: Violet Blue. HEX triplet: 95, 69 and 91. RGB value is (149,105,145). Sum of RGB (Red+Green+Blue) = 149+105+145=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956991 is #6A966E. Grayscale: #7A7A7A. Windows color (decimal): -6985327 or 9529749. OLE color: 9529749.
HSL color Cylindrical-coordinate representation of color #956991: hue angle of 305.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956991 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 145 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.42 |
| HSL | 305.45º | 0.17% | 0.5% | - |
| HSV(B) | 305.45º | 0.3% | 0.58% | - |
| XYZ | 22.56 | 18.54 | 29.18 | - |
| YUV | 122.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 145 | 0 | 0.30 | 0.03 | 0.42 | 305.45 | 0.17 | 0.5 |
| Hex | 95 | 69 | 91 | 0 | 1E | 3 | 2A | 131 | 11 | 32 |
| Octal | 225 | 151 | 221 | 0 | 36 | 3 | 52 | 461 | 21 | 62 |
| Binary | 10010101 | 1101001 | 10010001 | 0 | 11110 | 11 | 101010 | 100110001 | 10001 | 110010 |
Color Harmonies of #956991
Complementary color
Monochromatic Colors of #956991
Black with #956991
Text Example
Text Example
White with #956991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956991; }
p { color: rgb(149,105,145); }
H1.HeaderClassName
{
color: #956991;
}
.AnyTagClassName
{
color: #956991;
}
</style>
background-color css
<style>
a { background-color: #956991; }
a { background-color: rgb(149,105,145); }
div.DivClassName
{
background-color: #956991;
}
.BgClassName
{
background-color: #956991;
}
</style>
border-color css
<style>
span { border-color: #956991; }
span { border-color: rgb(149,105,145); }
td.TdClassName
{
border-color: #956991;
}
.TagClassName
{
border-color: #956991;
}
</style>