Shades of Ce Soir #9771AC
Tints of Ce Soir #9771AC
RGB
CMYK
RGB Variations
Color information
#9771AC (or 0x9771AC) is known color: Ce Soir. HEX triplet: 97, 71 and AC. RGB value is (151,113,172). Sum of RGB (Red+Green+Blue) = 151+113+172=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9771AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9771AC is #688E53. Grayscale: #828282. Windows color (decimal): -6852180 or 11301271. OLE color: 11301271.
HSL color Cylindrical-coordinate representation of color #9771AC: hue angle of 278.64º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9771AC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 113 | 172 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.33 |
| HSL | 278.64º | 0.26% | 0.56% | - |
| HSV(B) | 278.64º | 0.34% | 0.67% | - |
| XYZ | 26.11 | 21.37 | 41.78 | - |
| YUV | 131.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 172 | 0.12 | 0.34 | 0 | 0.33 | 278.64 | 0.26 | 0.56 |
| Hex | 97 | 71 | AC | C | 22 | 0 | 21 | 117 | 1A | 38 |
| Octal | 227 | 161 | 254 | 14 | 42 | 0 | 41 | 427 | 32 | 70 |
| Binary | 10010111 | 1110001 | 10101100 | 1100 | 100010 | 0 | 100001 | 100010111 | 11010 | 111000 |
Color Harmonies of #9771AC
Complementary color
Monochromatic Colors of #9771AC
Black with #9771AC
Text Example
Text Example
White with #9771AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771AC; }
p { color: rgb(151,113,172); }
H1.HeaderClassName
{
color: #9771AC;
}
.AnyTagClassName
{
color: #9771AC;
}
</style>
background-color css
<style>
a { background-color: #9771AC; }
a { background-color: rgb(151,113,172); }
div.DivClassName
{
background-color: #9771AC;
}
.BgClassName
{
background-color: #9771AC;
}
</style>
border-color css
<style>
span { border-color: #9771AC; }
span { border-color: rgb(151,113,172); }
td.TdClassName
{
border-color: #9771AC;
}
.TagClassName
{
border-color: #9771AC;
}
</style>