Shades of Ce Soir #9569A5
Tints of Ce Soir #9569A5
RGB
CMYK
RGB Variations
Color information
#9569A5 (or 0x9569A5) is known color: Ce Soir. HEX triplet: 95, 69 and A5. RGB value is (149,105,165). Sum of RGB (Red+Green+Blue) = 149+105+165=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 165 - color contains mainly: blue. Hex color #9569A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9569A5 is #6A965A. Grayscale: #7C7C7C. Windows color (decimal): -6985307 or 10840469. OLE color: 10840469.
HSL color Cylindrical-coordinate representation of color #9569A5: hue angle of 284º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9569A5 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 105 | 165 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.35 |
| HSL | 284º | 0.25% | 0.53% | - |
| HSV(B) | 284º | 0.36% | 0.65% | - |
| XYZ | 24.24 | 19.21 | 38.03 | - |
| YUV | 125 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 165 | 0.10 | 0.36 | 0 | 0.35 | 284 | 0.25 | 0.53 |
| Hex | 95 | 69 | A5 | A | 24 | 0 | 23 | 11C | 19 | 35 |
| Octal | 225 | 151 | 245 | 12 | 44 | 0 | 43 | 434 | 31 | 65 |
| Binary | 10010101 | 1101001 | 10100101 | 1010 | 100100 | 0 | 100011 | 100011100 | 11001 | 110101 |
Color Harmonies of #9569A5
Complementary color
Monochromatic Colors of #9569A5
Black with #9569A5
Text Example
Text Example
White with #9569A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569A5; }
p { color: rgb(149,105,165); }
H1.HeaderClassName
{
color: #9569A5;
}
.AnyTagClassName
{
color: #9569A5;
}
</style>
background-color css
<style>
a { background-color: #9569A5; }
a { background-color: rgb(149,105,165); }
div.DivClassName
{
background-color: #9569A5;
}
.BgClassName
{
background-color: #9569A5;
}
</style>
border-color css
<style>
span { border-color: #9569A5; }
span { border-color: rgb(149,105,165); }
td.TdClassName
{
border-color: #9569A5;
}
.TagClassName
{
border-color: #9569A5;
}
</style>