Shades of Ce Soir #9569AC
Tints of Ce Soir #9569AC
RGB
CMYK
RGB Variations
Color information
#9569AC (or 0x9569AC) is known color: Ce Soir. HEX triplet: 95, 69 and AC. RGB value is (149,105,172). Sum of RGB (Red+Green+Blue) = 149+105+172=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #9569AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569AC is #6A9653. Grayscale: #7D7D7D. Windows color (decimal): -6985300 or 11299221. OLE color: 11299221.
HSL color Cylindrical-coordinate representation of color #9569AC: hue angle of 279.4º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9569AC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 105 | 172 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.33 |
| HSL | 279.4º | 0.29% | 0.54% | - |
| HSV(B) | 279.4º | 0.39% | 0.67% | - |
| XYZ | 24.89 | 19.47 | 41.48 | - |
| YUV | 125.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 172 | 0.13 | 0.39 | 0 | 0.33 | 279.4 | 0.29 | 0.54 |
| Hex | 95 | 69 | AC | D | 27 | 0 | 21 | 117 | 1D | 36 |
| Octal | 225 | 151 | 254 | 15 | 47 | 0 | 41 | 427 | 35 | 66 |
| Binary | 10010101 | 1101001 | 10101100 | 1101 | 100111 | 0 | 100001 | 100010111 | 11101 | 110110 |
Color Harmonies of #9569AC
Complementary color
Monochromatic Colors of #9569AC
Black with #9569AC
Text Example
Text Example
White with #9569AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569AC; }
p { color: rgb(149,105,172); }
H1.HeaderClassName
{
color: #9569AC;
}
.AnyTagClassName
{
color: #9569AC;
}
</style>
background-color css
<style>
a { background-color: #9569AC; }
a { background-color: rgb(149,105,172); }
div.DivClassName
{
background-color: #9569AC;
}
.BgClassName
{
background-color: #9569AC;
}
</style>
border-color css
<style>
span { border-color: #9569AC; }
span { border-color: rgb(149,105,172); }
td.TdClassName
{
border-color: #9569AC;
}
.TagClassName
{
border-color: #9569AC;
}
</style>