Shades of Ce Soir #9667AD
Tints of Ce Soir #9667AD
RGB
CMYK
RGB Variations
Color information
#9667AD (or 0x9667AD) is known color: Ce Soir. HEX triplet: 96, 67 and AD. RGB value is (150,103,173). Sum of RGB (Red+Green+Blue) = 150+103+173=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9667AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9667AD is #699852. Grayscale: #7C7C7C. Windows color (decimal): -6920275 or 11364246. OLE color: 11364246.
HSL color Cylindrical-coordinate representation of color #9667AD: hue angle of 280.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9667AD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 103 | 173 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.32 |
| HSL | 280.29º | 0.3% | 0.54% | - |
| HSV(B) | 280.29º | 0.4% | 0.68% | - |
| XYZ | 24.97 | 19.2 | 41.93 | - |
| YUV | 125.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 173 | 0.13 | 0.40 | 0 | 0.32 | 280.29 | 0.3 | 0.54 |
| Hex | 96 | 67 | AD | D | 28 | 0 | 20 | 118 | 1E | 36 |
| Octal | 226 | 147 | 255 | 15 | 50 | 0 | 40 | 430 | 36 | 66 |
| Binary | 10010110 | 1100111 | 10101101 | 1101 | 101000 | 0 | 100000 | 100011000 | 11110 | 110110 |
Color Harmonies of #9667AD
Complementary color
Monochromatic Colors of #9667AD
Black with #9667AD
Text Example
Text Example
White with #9667AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667AD; }
p { color: rgb(150,103,173); }
H1.HeaderClassName
{
color: #9667AD;
}
.AnyTagClassName
{
color: #9667AD;
}
</style>
background-color css
<style>
a { background-color: #9667AD; }
a { background-color: rgb(150,103,173); }
div.DivClassName
{
background-color: #9667AD;
}
.BgClassName
{
background-color: #9667AD;
}
</style>
border-color css
<style>
span { border-color: #9667AD; }
span { border-color: rgb(150,103,173); }
td.TdClassName
{
border-color: #9667AD;
}
.TagClassName
{
border-color: #9667AD;
}
</style>