Shades of Ce Soir #976FA0
Tints of Ce Soir #976FA0
RGB
CMYK
RGB Variations
Color information
#976FA0 (or 0x976FA0) is known color: Ce Soir. HEX triplet: 97, 6F and A0. RGB value is (151,111,160). Sum of RGB (Red+Green+Blue) = 151+111+160=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #976FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FA0 is #68905F. Grayscale: #808080. Windows color (decimal): -6852704 or 10514327. OLE color: 10514327.
HSL color Cylindrical-coordinate representation of color #976FA0: hue angle of 288.98º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976FA0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 111 | 160 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.37 |
| HSL | 288.98º | 0.21% | 0.53% | - |
| HSV(B) | 288.98º | 0.31% | 0.63% | - |
| XYZ | 24.79 | 20.49 | 35.91 | - |
| YUV | 128.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 160 | 0.06 | 0.31 | 0 | 0.37 | 288.98 | 0.21 | 0.53 |
| Hex | 97 | 6F | A0 | 6 | 1F | 0 | 25 | 121 | 15 | 35 |
| Octal | 227 | 157 | 240 | 6 | 37 | 0 | 45 | 441 | 25 | 65 |
| Binary | 10010111 | 1101111 | 10100000 | 110 | 11111 | 0 | 100101 | 100100001 | 10101 | 110101 |
Color Harmonies of #976FA0
Complementary color
Monochromatic Colors of #976FA0
Black with #976FA0
Text Example
Text Example
White with #976FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FA0; }
p { color: rgb(151,111,160); }
H1.HeaderClassName
{
color: #976FA0;
}
.AnyTagClassName
{
color: #976FA0;
}
</style>
background-color css
<style>
a { background-color: #976FA0; }
a { background-color: rgb(151,111,160); }
div.DivClassName
{
background-color: #976FA0;
}
.BgClassName
{
background-color: #976FA0;
}
</style>
border-color css
<style>
span { border-color: #976FA0; }
span { border-color: rgb(151,111,160); }
td.TdClassName
{
border-color: #976FA0;
}
.TagClassName
{
border-color: #976FA0;
}
</style>