Shades of Ce Soir #9667AC
Tints of Ce Soir #9667AC
RGB
CMYK
RGB Variations
Color information
#9667AC (or 0x9667AC) is known color: Ce Soir. HEX triplet: 96, 67 and AC. RGB value is (150,103,172). Sum of RGB (Red+Green+Blue) = 150+103+172=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9667AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9667AC is #699853. Grayscale: #7C7C7C. Windows color (decimal): -6920276 or 11298710. OLE color: 11298710.
HSL color Cylindrical-coordinate representation of color #9667AC: hue angle of 280.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9667AC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 103 | 172 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.33 |
| HSL | 280.87º | 0.29% | 0.54% | - |
| HSV(B) | 280.87º | 0.4% | 0.67% | - |
| XYZ | 24.87 | 19.16 | 41.42 | - |
| YUV | 124.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 172 | 0.13 | 0.40 | 0 | 0.33 | 280.87 | 0.29 | 0.54 |
| Hex | 96 | 67 | AC | D | 28 | 0 | 21 | 119 | 1D | 36 |
| Octal | 226 | 147 | 254 | 15 | 50 | 0 | 41 | 431 | 35 | 66 |
| Binary | 10010110 | 1100111 | 10101100 | 1101 | 101000 | 0 | 100001 | 100011001 | 11101 | 110110 |
Color Harmonies of #9667AC
Complementary color
Monochromatic Colors of #9667AC
Black with #9667AC
Text Example
Text Example
White with #9667AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667AC; }
p { color: rgb(150,103,172); }
H1.HeaderClassName
{
color: #9667AC;
}
.AnyTagClassName
{
color: #9667AC;
}
</style>
background-color css
<style>
a { background-color: #9667AC; }
a { background-color: rgb(150,103,172); }
div.DivClassName
{
background-color: #9667AC;
}
.BgClassName
{
background-color: #9667AC;
}
</style>
border-color css
<style>
span { border-color: #9667AC; }
span { border-color: rgb(150,103,172); }
td.TdClassName
{
border-color: #9667AC;
}
.TagClassName
{
border-color: #9667AC;
}
</style>