Shades of Ce Soir #97729F
Tints of Ce Soir #97729F
RGB
CMYK
RGB Variations
Color information
#97729F (or 0x97729F) is known color: Ce Soir. HEX triplet: 97, 72 and 9F. RGB value is (151,114,159). Sum of RGB (Red+Green+Blue) = 151+114+159=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #97729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97729F is #688D60. Grayscale: #828282. Windows color (decimal): -6851937 or 10449559. OLE color: 10449559.
HSL color Cylindrical-coordinate representation of color #97729F: hue angle of 289.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97729F is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 114 | 159 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.38 |
| HSL | 289.33º | 0.19% | 0.54% | - |
| HSV(B) | 289.33º | 0.28% | 0.62% | - |
| XYZ | 25.04 | 21.12 | 35.56 | - |
| YUV | 130.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 159 | 0.05 | 0.28 | 0 | 0.38 | 289.33 | 0.19 | 0.54 |
| Hex | 97 | 72 | 9F | 5 | 1C | 0 | 26 | 121 | 13 | 36 |
| Octal | 227 | 162 | 237 | 5 | 34 | 0 | 46 | 441 | 23 | 66 |
| Binary | 10010111 | 1110010 | 10011111 | 101 | 11100 | 0 | 100110 | 100100001 | 10011 | 110110 |
Color Harmonies of #97729F
Complementary color
Monochromatic Colors of #97729F
Black with #97729F
Text Example
Text Example
White with #97729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97729F; }
p { color: rgb(151,114,159); }
H1.HeaderClassName
{
color: #97729F;
}
.AnyTagClassName
{
color: #97729F;
}
</style>
background-color css
<style>
a { background-color: #97729F; }
a { background-color: rgb(151,114,159); }
div.DivClassName
{
background-color: #97729F;
}
.BgClassName
{
background-color: #97729F;
}
</style>
border-color css
<style>
span { border-color: #97729F; }
span { border-color: rgb(151,114,159); }
td.TdClassName
{
border-color: #97729F;
}
.TagClassName
{
border-color: #97729F;
}
</style>