Shades of Ce Soir #9673A1
Tints of Ce Soir #9673A1
RGB
CMYK
RGB Variations
Color information
#9673A1 (or 0x9673A1) is known color: Ce Soir. HEX triplet: 96, 73 and A1. RGB value is (150,115,161). Sum of RGB (Red+Green+Blue) = 150+115+161=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 161 - color contains mainly: blue. Hex color #9673A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9673A1 is #698C5E. Grayscale: #828282. Windows color (decimal): -6917215 or 10580886. OLE color: 10580886.
HSL color Cylindrical-coordinate representation of color #9673A1: hue angle of 285.65º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9673A1 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 115 | 161 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.37 |
| HSL | 285.65º | 0.2% | 0.54% | - |
| HSV(B) | 285.65º | 0.29% | 0.63% | - |
| XYZ | 25.14 | 21.32 | 36.51 | - |
| YUV | 130.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 161 | 0.07 | 0.29 | 0 | 0.37 | 285.65 | 0.2 | 0.54 |
| Hex | 96 | 73 | A1 | 7 | 1D | 0 | 25 | 11E | 14 | 36 |
| Octal | 226 | 163 | 241 | 7 | 35 | 0 | 45 | 436 | 24 | 66 |
| Binary | 10010110 | 1110011 | 10100001 | 111 | 11101 | 0 | 100101 | 100011110 | 10100 | 110110 |
Color Harmonies of #9673A1
Complementary color
Monochromatic Colors of #9673A1
Black with #9673A1
Text Example
Text Example
White with #9673A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673A1; }
p { color: rgb(150,115,161); }
H1.HeaderClassName
{
color: #9673A1;
}
.AnyTagClassName
{
color: #9673A1;
}
</style>
background-color css
<style>
a { background-color: #9673A1; }
a { background-color: rgb(150,115,161); }
div.DivClassName
{
background-color: #9673A1;
}
.BgClassName
{
background-color: #9673A1;
}
</style>
border-color css
<style>
span { border-color: #9673A1; }
span { border-color: rgb(150,115,161); }
td.TdClassName
{
border-color: #9673A1;
}
.TagClassName
{
border-color: #9673A1;
}
</style>