Shades of Ce Soir #9674AA
Tints of Ce Soir #9674AA
RGB
CMYK
RGB Variations
Color information
#9674AA (or 0x9674AA) is known color: Ce Soir. HEX triplet: 96, 74 and AA. RGB value is (150,116,170). Sum of RGB (Red+Green+Blue) = 150+116+170=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9674AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9674AA is #698B55. Grayscale: #848484. Windows color (decimal): -6916950 or 11170966. OLE color: 11170966.
HSL color Cylindrical-coordinate representation of color #9674AA: hue angle of 277.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9674AA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 116 | 170 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.33 |
| HSL | 277.78º | 0.24% | 0.56% | - |
| HSV(B) | 277.78º | 0.32% | 0.67% | - |
| XYZ | 26.08 | 21.88 | 40.88 | - |
| YUV | 132.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 170 | 0.12 | 0.32 | 0 | 0.33 | 277.78 | 0.24 | 0.56 |
| Hex | 96 | 74 | AA | C | 20 | 0 | 21 | 116 | 18 | 38 |
| Octal | 226 | 164 | 252 | 14 | 40 | 0 | 41 | 426 | 30 | 70 |
| Binary | 10010110 | 1110100 | 10101010 | 1100 | 100000 | 0 | 100001 | 100010110 | 11000 | 111000 |
Color Harmonies of #9674AA
Complementary color
Monochromatic Colors of #9674AA
Black with #9674AA
Text Example
Text Example
White with #9674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674AA; }
p { color: rgb(150,116,170); }
H1.HeaderClassName
{
color: #9674AA;
}
.AnyTagClassName
{
color: #9674AA;
}
</style>
background-color css
<style>
a { background-color: #9674AA; }
a { background-color: rgb(150,116,170); }
div.DivClassName
{
background-color: #9674AA;
}
.BgClassName
{
background-color: #9674AA;
}
</style>
border-color css
<style>
span { border-color: #9674AA; }
span { border-color: rgb(150,116,170); }
td.TdClassName
{
border-color: #9674AA;
}
.TagClassName
{
border-color: #9674AA;
}
</style>