Shades of Ce Soir #9670A7
Tints of Ce Soir #9670A7
RGB
CMYK
RGB Variations
Color information
#9670A7 (or 0x9670A7) is known color: Ce Soir. HEX triplet: 96, 70 and A7. RGB value is (150,112,167). Sum of RGB (Red+Green+Blue) = 150+112+167=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #9670A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670A7 is #698F58. Grayscale: #818181. Windows color (decimal): -6917977 or 10973334. OLE color: 10973334.
HSL color Cylindrical-coordinate representation of color #9670A7: hue angle of 281.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9670A7 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 112 | 167 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.35 |
| HSL | 281.45º | 0.24% | 0.55% | - |
| HSV(B) | 281.45º | 0.33% | 0.65% | - |
| XYZ | 25.35 | 20.86 | 39.25 | - |
| YUV | 129.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 167 | 0.10 | 0.33 | 0 | 0.35 | 281.45 | 0.24 | 0.55 |
| Hex | 96 | 70 | A7 | A | 21 | 0 | 23 | 119 | 18 | 37 |
| Octal | 226 | 160 | 247 | 12 | 41 | 0 | 43 | 431 | 30 | 67 |
| Binary | 10010110 | 1110000 | 10100111 | 1010 | 100001 | 0 | 100011 | 100011001 | 11000 | 110111 |
Color Harmonies of #9670A7
Complementary color
Monochromatic Colors of #9670A7
Black with #9670A7
Text Example
Text Example
White with #9670A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670A7; }
p { color: rgb(150,112,167); }
H1.HeaderClassName
{
color: #9670A7;
}
.AnyTagClassName
{
color: #9670A7;
}
</style>
background-color css
<style>
a { background-color: #9670A7; }
a { background-color: rgb(150,112,167); }
div.DivClassName
{
background-color: #9670A7;
}
.BgClassName
{
background-color: #9670A7;
}
</style>
border-color css
<style>
span { border-color: #9670A7; }
span { border-color: rgb(150,112,167); }
td.TdClassName
{
border-color: #9670A7;
}
.TagClassName
{
border-color: #9670A7;
}
</style>