Shades of Ce Soir #976AAD
Tints of Ce Soir #976AAD
RGB
CMYK
RGB Variations
Color information
#976AAD (or 0x976AAD) is known color: Ce Soir. HEX triplet: 97, 6A and AD. RGB value is (151,106,173). Sum of RGB (Red+Green+Blue) = 151+106+173=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #976AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976AAD is #689552. Grayscale: #7E7E7E. Windows color (decimal): -6853971 or 11365015. OLE color: 11365015.
HSL color Cylindrical-coordinate representation of color #976AAD: hue angle of 280.3º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #976AAD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 106 | 173 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.32 |
| HSL | 280.3º | 0.29% | 0.55% | - |
| HSV(B) | 280.3º | 0.39% | 0.68% | - |
| XYZ | 25.46 | 19.9 | 42.04 | - |
| YUV | 127.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 173 | 0.13 | 0.39 | 0 | 0.32 | 280.3 | 0.29 | 0.55 |
| Hex | 97 | 6A | AD | D | 27 | 0 | 20 | 118 | 1D | 37 |
| Octal | 227 | 152 | 255 | 15 | 47 | 0 | 40 | 430 | 35 | 67 |
| Binary | 10010111 | 1101010 | 10101101 | 1101 | 100111 | 0 | 100000 | 100011000 | 11101 | 110111 |
Color Harmonies of #976AAD
Complementary color
Monochromatic Colors of #976AAD
Black with #976AAD
Text Example
Text Example
White with #976AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AAD; }
p { color: rgb(151,106,173); }
H1.HeaderClassName
{
color: #976AAD;
}
.AnyTagClassName
{
color: #976AAD;
}
</style>
background-color css
<style>
a { background-color: #976AAD; }
a { background-color: rgb(151,106,173); }
div.DivClassName
{
background-color: #976AAD;
}
.BgClassName
{
background-color: #976AAD;
}
</style>
border-color css
<style>
span { border-color: #976AAD; }
span { border-color: rgb(151,106,173); }
td.TdClassName
{
border-color: #976AAD;
}
.TagClassName
{
border-color: #976AAD;
}
</style>