Shades of Violet Blue #956C90
Tints of Violet Blue #956C90
RGB
CMYK
RGB Variations
Color information
#956C90 (or 0x956C90) is known color: Violet Blue. HEX triplet: 95, 6C and 90. RGB value is (149,108,144). Sum of RGB (Red+Green+Blue) = 149+108+144=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #956C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C90 is #6A936F. Grayscale: #7C7C7C. Windows color (decimal): -6984560 or 9464981. OLE color: 9464981.
HSL color Cylindrical-coordinate representation of color #956C90: hue angle of 307.32º 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 #956C90 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 144 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.42 |
| HSL | 307.32º | 0.16% | 0.5% | - |
| HSV(B) | 307.32º | 0.28% | 0.58% | - |
| XYZ | 22.79 | 19.13 | 28.88 | - |
| YUV | 124.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 144 | 0 | 0.28 | 0.03 | 0.42 | 307.32 | 0.16 | 0.5 |
| Hex | 95 | 6C | 90 | 0 | 1C | 3 | 2A | 133 | 10 | 32 |
| Octal | 225 | 154 | 220 | 0 | 34 | 3 | 52 | 463 | 20 | 62 |
| Binary | 10010101 | 1101100 | 10010000 | 0 | 11100 | 11 | 101010 | 100110011 | 10000 | 110010 |
Color Harmonies of #956C90
Complementary color
Monochromatic Colors of #956C90
Black with #956C90
Text Example
Text Example
White with #956C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C90; }
p { color: rgb(149,108,144); }
H1.HeaderClassName
{
color: #956C90;
}
.AnyTagClassName
{
color: #956C90;
}
</style>
background-color css
<style>
a { background-color: #956C90; }
a { background-color: rgb(149,108,144); }
div.DivClassName
{
background-color: #956C90;
}
.BgClassName
{
background-color: #956C90;
}
</style>
border-color css
<style>
span { border-color: #956C90; }
span { border-color: rgb(149,108,144); }
td.TdClassName
{
border-color: #956C90;
}
.TagClassName
{
border-color: #956C90;
}
</style>