Shades of Ce Soir #976FAC
Tints of Ce Soir #976FAC
RGB
CMYK
RGB Variations
Color information
#976FAC (or 0x976FAC) is known color: Ce Soir. HEX triplet: 97, 6F and AC. RGB value is (151,111,172). Sum of RGB (Red+Green+Blue) = 151+111+172=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #976FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FAC is #689053. Grayscale: #818181. Windows color (decimal): -6852692 or 11300759. OLE color: 11300759.
HSL color Cylindrical-coordinate representation of color #976FAC: hue angle of 279.34º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976FAC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 111 | 172 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.33 |
| HSL | 279.34º | 0.27% | 0.55% | - |
| HSV(B) | 279.34º | 0.35% | 0.67% | - |
| XYZ | 25.89 | 20.93 | 41.7 | - |
| YUV | 129.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 172 | 0.12 | 0.35 | 0 | 0.33 | 279.34 | 0.27 | 0.55 |
| Hex | 97 | 6F | AC | C | 23 | 0 | 21 | 117 | 1B | 37 |
| Octal | 227 | 157 | 254 | 14 | 43 | 0 | 41 | 427 | 33 | 67 |
| Binary | 10010111 | 1101111 | 10101100 | 1100 | 100011 | 0 | 100001 | 100010111 | 11011 | 110111 |
Color Harmonies of #976FAC
Complementary color
Monochromatic Colors of #976FAC
Black with #976FAC
Text Example
Text Example
White with #976FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976FAC; }
p { color: rgb(151,111,172); }
H1.HeaderClassName
{
color: #976FAC;
}
.AnyTagClassName
{
color: #976FAC;
}
</style>
background-color css
<style>
a { background-color: #976FAC; }
a { background-color: rgb(151,111,172); }
div.DivClassName
{
background-color: #976FAC;
}
.BgClassName
{
background-color: #976FAC;
}
</style>
border-color css
<style>
span { border-color: #976FAC; }
span { border-color: rgb(151,111,172); }
td.TdClassName
{
border-color: #976FAC;
}
.TagClassName
{
border-color: #976FAC;
}
</style>