Shades of Ce Soir #97749F
Tints of Ce Soir #97749F
RGB
CMYK
RGB Variations
Color information
#97749F (or 0x97749F) is known color: Ce Soir. HEX triplet: 97, 74 and 9F. RGB value is (151,116,159). Sum of RGB (Red+Green+Blue) = 151+116+159=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #97749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97749F is #688B60. Grayscale: #838383. Windows color (decimal): -6851425 or 10450071. OLE color: 10450071.
HSL color Cylindrical-coordinate representation of color #97749F: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97749F is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 116 | 159 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.38 |
| HSL | 288.84º | 0.18% | 0.54% | - |
| HSV(B) | 288.84º | 0.27% | 0.62% | - |
| XYZ | 25.27 | 21.57 | 35.63 | - |
| YUV | 131.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 159 | 0.05 | 0.27 | 0 | 0.38 | 288.84 | 0.18 | 0.54 |
| Hex | 97 | 74 | 9F | 5 | 1B | 0 | 26 | 121 | 12 | 36 |
| Octal | 227 | 164 | 237 | 5 | 33 | 0 | 46 | 441 | 22 | 66 |
| Binary | 10010111 | 1110100 | 10011111 | 101 | 11011 | 0 | 100110 | 100100001 | 10010 | 110110 |
Color Harmonies of #97749F
Complementary color
Monochromatic Colors of #97749F
Black with #97749F
Text Example
Text Example
White with #97749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97749F; }
p { color: rgb(151,116,159); }
H1.HeaderClassName
{
color: #97749F;
}
.AnyTagClassName
{
color: #97749F;
}
</style>
background-color css
<style>
a { background-color: #97749F; }
a { background-color: rgb(151,116,159); }
div.DivClassName
{
background-color: #97749F;
}
.BgClassName
{
background-color: #97749F;
}
</style>
border-color css
<style>
span { border-color: #97749F; }
span { border-color: rgb(151,116,159); }
td.TdClassName
{
border-color: #97749F;
}
.TagClassName
{
border-color: #97749F;
}
</style>