Shades of Ce Soir #9669A1
Tints of Ce Soir #9669A1
RGB
CMYK
RGB Variations
Color information
#9669A1 (or 0x9669A1) is known color: Ce Soir. HEX triplet: 96, 69 and A1. RGB value is (150,105,161). Sum of RGB (Red+Green+Blue) = 150+105+161=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 161 - color contains mainly: blue. Hex color #9669A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669A1 is #69965E. Grayscale: #7C7C7C. Windows color (decimal): -6919775 or 10578326. OLE color: 10578326.
HSL color Cylindrical-coordinate representation of color #9669A1: hue angle of 288.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9669A1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 105 | 161 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.37 |
| HSL | 288.21º | 0.23% | 0.52% | - |
| HSV(B) | 288.21º | 0.35% | 0.63% | - |
| XYZ | 24.06 | 19.16 | 36.15 | - |
| YUV | 124.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 161 | 0.07 | 0.35 | 0 | 0.37 | 288.21 | 0.23 | 0.52 |
| Hex | 96 | 69 | A1 | 7 | 23 | 0 | 25 | 120 | 17 | 34 |
| Octal | 226 | 151 | 241 | 7 | 43 | 0 | 45 | 440 | 27 | 64 |
| Binary | 10010110 | 1101001 | 10100001 | 111 | 100011 | 0 | 100101 | 100100000 | 10111 | 110100 |
Color Harmonies of #9669A1
Complementary color
Monochromatic Colors of #9669A1
Black with #9669A1
Text Example
Text Example
White with #9669A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669A1; }
p { color: rgb(150,105,161); }
H1.HeaderClassName
{
color: #9669A1;
}
.AnyTagClassName
{
color: #9669A1;
}
</style>
background-color css
<style>
a { background-color: #9669A1; }
a { background-color: rgb(150,105,161); }
div.DivClassName
{
background-color: #9669A1;
}
.BgClassName
{
background-color: #9669A1;
}
</style>
border-color css
<style>
span { border-color: #9669A1; }
span { border-color: rgb(150,105,161); }
td.TdClassName
{
border-color: #9669A1;
}
.TagClassName
{
border-color: #9669A1;
}
</style>