Shades of Violet Blue #956C91
Tints of Violet Blue #956C91
RGB
CMYK
RGB Variations
Color information
#956C91 (or 0x956C91) is known color: Violet Blue. HEX triplet: 95, 6C and 91. RGB value is (149,108,145). Sum of RGB (Red+Green+Blue) = 149+108+145=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #956C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C91 is #6A936E. Grayscale: #7C7C7C. Windows color (decimal): -6984559 or 9530517. OLE color: 9530517.
HSL color Cylindrical-coordinate representation of color #956C91: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956C91 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 145 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.42 |
| HSL | 305.85º | 0.16% | 0.5% | - |
| HSV(B) | 305.85º | 0.28% | 0.58% | - |
| XYZ | 22.87 | 19.16 | 29.28 | - |
| YUV | 124.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 145 | 0 | 0.28 | 0.03 | 0.42 | 305.85 | 0.16 | 0.5 |
| Hex | 95 | 6C | 91 | 0 | 1C | 3 | 2A | 132 | 10 | 32 |
| Octal | 225 | 154 | 221 | 0 | 34 | 3 | 52 | 462 | 20 | 62 |
| Binary | 10010101 | 1101100 | 10010001 | 0 | 11100 | 11 | 101010 | 100110010 | 10000 | 110010 |
Color Harmonies of #956C91
Complementary color
Monochromatic Colors of #956C91
Black with #956C91
Text Example
Text Example
White with #956C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C91; }
p { color: rgb(149,108,145); }
H1.HeaderClassName
{
color: #956C91;
}
.AnyTagClassName
{
color: #956C91;
}
</style>
background-color css
<style>
a { background-color: #956C91; }
a { background-color: rgb(149,108,145); }
div.DivClassName
{
background-color: #956C91;
}
.BgClassName
{
background-color: #956C91;
}
</style>
border-color css
<style>
span { border-color: #956C91; }
span { border-color: rgb(149,108,145); }
td.TdClassName
{
border-color: #956C91;
}
.TagClassName
{
border-color: #956C91;
}
</style>