Shades of Ce Soir #9673AA
Tints of Ce Soir #9673AA
RGB
CMYK
RGB Variations
Color information
#9673AA (or 0x9673AA) is known color: Ce Soir. HEX triplet: 96, 73 and AA. RGB value is (150,115,170). Sum of RGB (Red+Green+Blue) = 150+115+170=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9673AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9673AA is #698C55. Grayscale: #838383. Windows color (decimal): -6917206 or 11170710. OLE color: 11170710.
HSL color Cylindrical-coordinate representation of color #9673AA: hue angle of 278.18º 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 #9673AA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 115 | 170 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.33 |
| HSL | 278.18º | 0.24% | 0.56% | - |
| HSV(B) | 278.18º | 0.32% | 0.67% | - |
| XYZ | 25.96 | 21.65 | 40.84 | - |
| YUV | 131.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 170 | 0.12 | 0.32 | 0 | 0.33 | 278.18 | 0.24 | 0.56 |
| Hex | 96 | 73 | AA | C | 20 | 0 | 21 | 116 | 18 | 38 |
| Octal | 226 | 163 | 252 | 14 | 40 | 0 | 41 | 426 | 30 | 70 |
| Binary | 10010110 | 1110011 | 10101010 | 1100 | 100000 | 0 | 100001 | 100010110 | 11000 | 111000 |
Color Harmonies of #9673AA
Complementary color
Monochromatic Colors of #9673AA
Black with #9673AA
Text Example
Text Example
White with #9673AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673AA; }
p { color: rgb(150,115,170); }
H1.HeaderClassName
{
color: #9673AA;
}
.AnyTagClassName
{
color: #9673AA;
}
</style>
background-color css
<style>
a { background-color: #9673AA; }
a { background-color: rgb(150,115,170); }
div.DivClassName
{
background-color: #9673AA;
}
.BgClassName
{
background-color: #9673AA;
}
</style>
border-color css
<style>
span { border-color: #9673AA; }
span { border-color: rgb(150,115,170); }
td.TdClassName
{
border-color: #9673AA;
}
.TagClassName
{
border-color: #9673AA;
}
</style>