Shades of Violet Blue #956C99
Tints of Violet Blue #956C99
RGB
CMYK
RGB Variations
Color information
#956C99 (or 0x956C99) is known color: Violet Blue. HEX triplet: 95, 6C and 99. RGB value is (149,108,153). Sum of RGB (Red+Green+Blue) = 149+108+153=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #956C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C99 is #6A9366. Grayscale: #7D7D7D. Windows color (decimal): -6984551 or 10054805. OLE color: 10054805.
HSL color Cylindrical-coordinate representation of color #956C99: hue angle of 294.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956C99 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 108 | 153 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.4 |
| HSL | 294.67º | 0.18% | 0.51% | - |
| HSV(B) | 294.67º | 0.29% | 0.6% | - |
| XYZ | 23.51 | 19.41 | 32.65 | - |
| YUV | 125.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 153 | 0.03 | 0.29 | 0 | 0.4 | 294.67 | 0.18 | 0.51 |
| Hex | 95 | 6C | 99 | 3 | 1D | 0 | 28 | 127 | 12 | 33 |
| Octal | 225 | 154 | 231 | 3 | 35 | 0 | 50 | 447 | 22 | 63 |
| Binary | 10010101 | 1101100 | 10011001 | 11 | 11101 | 0 | 101000 | 100100111 | 10010 | 110011 |
Color Harmonies of #956C99
Complementary color
Monochromatic Colors of #956C99
Black with #956C99
Text Example
Text Example
White with #956C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C99; }
p { color: rgb(149,108,153); }
H1.HeaderClassName
{
color: #956C99;
}
.AnyTagClassName
{
color: #956C99;
}
</style>
background-color css
<style>
a { background-color: #956C99; }
a { background-color: rgb(149,108,153); }
div.DivClassName
{
background-color: #956C99;
}
.BgClassName
{
background-color: #956C99;
}
</style>
border-color css
<style>
span { border-color: #956C99; }
span { border-color: rgb(149,108,153); }
td.TdClassName
{
border-color: #956C99;
}
.TagClassName
{
border-color: #956C99;
}
</style>