Shades of Ce Soir #9569AF
Tints of Ce Soir #9569AF
RGB
CMYK
RGB Variations
Color information
#9569AF (or 0x9569AF) is known color: Ce Soir. HEX triplet: 95, 69 and AF. RGB value is (149,105,175). Sum of RGB (Red+Green+Blue) = 149+105+175=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #9569AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569AF is #6A9650. Grayscale: #7D7D7D. Windows color (decimal): -6985297 or 11495829. OLE color: 11495829.
HSL color Cylindrical-coordinate representation of color #9569AF: hue angle of 277.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9569AF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 105 | 175 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.31 |
| HSL | 277.71º | 0.3% | 0.55% | - |
| HSV(B) | 277.71º | 0.4% | 0.69% | - |
| XYZ | 25.18 | 19.59 | 43.01 | - |
| YUV | 126.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 175 | 0.15 | 0.40 | 0 | 0.31 | 277.71 | 0.3 | 0.55 |
| Hex | 95 | 69 | AF | F | 28 | 0 | 1F | 116 | 1E | 37 |
| Octal | 225 | 151 | 257 | 17 | 50 | 0 | 37 | 426 | 36 | 67 |
| Binary | 10010101 | 1101001 | 10101111 | 1111 | 101000 | 0 | 11111 | 100010110 | 11110 | 110111 |
Color Harmonies of #9569AF
Complementary color
Monochromatic Colors of #9569AF
Black with #9569AF
Text Example
Text Example
White with #9569AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569AF; }
p { color: rgb(149,105,175); }
H1.HeaderClassName
{
color: #9569AF;
}
.AnyTagClassName
{
color: #9569AF;
}
</style>
background-color css
<style>
a { background-color: #9569AF; }
a { background-color: rgb(149,105,175); }
div.DivClassName
{
background-color: #9569AF;
}
.BgClassName
{
background-color: #9569AF;
}
</style>
border-color css
<style>
span { border-color: #9569AF; }
span { border-color: rgb(149,105,175); }
td.TdClassName
{
border-color: #9569AF;
}
.TagClassName
{
border-color: #9569AF;
}
</style>