Shades of Ce Soir #9673AC
Tints of Ce Soir #9673AC
RGB
CMYK
RGB Variations
Color information
#9673AC (or 0x9673AC) is known color: Ce Soir. HEX triplet: 96, 73 and AC. RGB value is (150,115,172). Sum of RGB (Red+Green+Blue) = 150+115+172=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9673AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9673AC is #698C53. Grayscale: #838383. Windows color (decimal): -6917204 or 11301782. OLE color: 11301782.
HSL color Cylindrical-coordinate representation of color #9673AC: hue angle of 276.84º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9673AC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 115 | 172 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.33 |
| HSL | 276.84º | 0.26% | 0.56% | - |
| HSV(B) | 276.84º | 0.33% | 0.67% | - |
| XYZ | 26.15 | 21.72 | 41.84 | - |
| YUV | 131.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 172 | 0.13 | 0.33 | 0 | 0.33 | 276.84 | 0.26 | 0.56 |
| Hex | 96 | 73 | AC | D | 21 | 0 | 21 | 115 | 1A | 38 |
| Octal | 226 | 163 | 254 | 15 | 41 | 0 | 41 | 425 | 32 | 70 |
| Binary | 10010110 | 1110011 | 10101100 | 1101 | 100001 | 0 | 100001 | 100010101 | 11010 | 111000 |
Color Harmonies of #9673AC
Complementary color
Monochromatic Colors of #9673AC
Black with #9673AC
Text Example
Text Example
White with #9673AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673AC; }
p { color: rgb(150,115,172); }
H1.HeaderClassName
{
color: #9673AC;
}
.AnyTagClassName
{
color: #9673AC;
}
</style>
background-color css
<style>
a { background-color: #9673AC; }
a { background-color: rgb(150,115,172); }
div.DivClassName
{
background-color: #9673AC;
}
.BgClassName
{
background-color: #9673AC;
}
</style>
border-color css
<style>
span { border-color: #9673AC; }
span { border-color: rgb(150,115,172); }
td.TdClassName
{
border-color: #9673AC;
}
.TagClassName
{
border-color: #9673AC;
}
</style>