Shades of Ce Soir #976F9F
Tints of Ce Soir #976F9F
RGB
CMYK
RGB Variations
Color information
#976F9F (or 0x976F9F) is known color: Ce Soir. HEX triplet: 97, 6F and 9F. RGB value is (151,111,159). Sum of RGB (Red+Green+Blue) = 151+111+159=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #976F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976F9F is #689060. Grayscale: #808080. Windows color (decimal): -6852705 or 10448791. OLE color: 10448791.
HSL color Cylindrical-coordinate representation of color #976F9F: hue angle of 290º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976F9F is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 111 | 159 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.38 |
| HSL | 290º | 0.2% | 0.53% | - |
| HSV(B) | 290º | 0.3% | 0.62% | - |
| XYZ | 24.7 | 20.45 | 35.45 | - |
| YUV | 128.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 159 | 0.05 | 0.30 | 0 | 0.38 | 290 | 0.2 | 0.53 |
| Hex | 97 | 6F | 9F | 5 | 1E | 0 | 26 | 122 | 14 | 35 |
| Octal | 227 | 157 | 237 | 5 | 36 | 0 | 46 | 442 | 24 | 65 |
| Binary | 10010111 | 1101111 | 10011111 | 101 | 11110 | 0 | 100110 | 100100010 | 10100 | 110101 |
Color Harmonies of #976F9F
Complementary color
Monochromatic Colors of #976F9F
Black with #976F9F
Text Example
Text Example
White with #976F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F9F; }
p { color: rgb(151,111,159); }
H1.HeaderClassName
{
color: #976F9F;
}
.AnyTagClassName
{
color: #976F9F;
}
</style>
background-color css
<style>
a { background-color: #976F9F; }
a { background-color: rgb(151,111,159); }
div.DivClassName
{
background-color: #976F9F;
}
.BgClassName
{
background-color: #976F9F;
}
</style>
border-color css
<style>
span { border-color: #976F9F; }
span { border-color: rgb(151,111,159); }
td.TdClassName
{
border-color: #976F9F;
}
.TagClassName
{
border-color: #976F9F;
}
</style>