Shades of Ce Soir #956AA8
Tints of Ce Soir #956AA8
RGB
CMYK
RGB Variations
Color information
#956AA8 (or 0x956AA8) is known color: Ce Soir. HEX triplet: 95, 6A and A8. RGB value is (149,106,168). Sum of RGB (Red+Green+Blue) = 149+106+168=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 168 - color contains mainly: blue. Hex color #956AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AA8 is #6A9557. Grayscale: #7D7D7D. Windows color (decimal): -6985048 or 11037333. OLE color: 11037333.
HSL color Cylindrical-coordinate representation of color #956AA8: hue angle of 281.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956AA8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 106 | 168 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.34 |
| HSL | 281.61º | 0.26% | 0.54% | - |
| HSV(B) | 281.61º | 0.37% | 0.66% | - |
| XYZ | 24.62 | 19.52 | 39.52 | - |
| YUV | 125.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 168 | 0.11 | 0.37 | 0 | 0.34 | 281.61 | 0.26 | 0.54 |
| Hex | 95 | 6A | A8 | B | 25 | 0 | 22 | 11A | 1A | 36 |
| Octal | 225 | 152 | 250 | 13 | 45 | 0 | 42 | 432 | 32 | 66 |
| Binary | 10010101 | 1101010 | 10101000 | 1011 | 100101 | 0 | 100010 | 100011010 | 11010 | 110110 |
Color Harmonies of #956AA8
Complementary color
Monochromatic Colors of #956AA8
Black with #956AA8
Text Example
Text Example
White with #956AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AA8; }
p { color: rgb(149,106,168); }
H1.HeaderClassName
{
color: #956AA8;
}
.AnyTagClassName
{
color: #956AA8;
}
</style>
background-color css
<style>
a { background-color: #956AA8; }
a { background-color: rgb(149,106,168); }
div.DivClassName
{
background-color: #956AA8;
}
.BgClassName
{
background-color: #956AA8;
}
</style>
border-color css
<style>
span { border-color: #956AA8; }
span { border-color: rgb(149,106,168); }
td.TdClassName
{
border-color: #956AA8;
}
.TagClassName
{
border-color: #956AA8;
}
</style>