Shades of Ce Soir #9566A5
Tints of Ce Soir #9566A5
RGB
CMYK
RGB Variations
Color information
#9566A5 (or 0x9566A5) is known color: Ce Soir. HEX triplet: 95, 66 and A5. RGB value is (149,102,165). Sum of RGB (Red+Green+Blue) = 149+102+165=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #9566A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566A5 is #6A995A. Grayscale: #7B7B7B. Windows color (decimal): -6986075 or 10839701. OLE color: 10839701.
HSL color Cylindrical-coordinate representation of color #9566A5: hue angle of 284.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9566A5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 102 | 165 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.35 |
| HSL | 284.76º | 0.26% | 0.52% | - |
| HSV(B) | 284.76º | 0.38% | 0.65% | - |
| XYZ | 23.94 | 18.61 | 37.93 | - |
| YUV | 123.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 165 | 0.10 | 0.38 | 0 | 0.35 | 284.76 | 0.26 | 0.52 |
| Hex | 95 | 66 | A5 | A | 26 | 0 | 23 | 11D | 1A | 34 |
| Octal | 225 | 146 | 245 | 12 | 46 | 0 | 43 | 435 | 32 | 64 |
| Binary | 10010101 | 1100110 | 10100101 | 1010 | 100110 | 0 | 100011 | 100011101 | 11010 | 110100 |
Color Harmonies of #9566A5
Complementary color
Monochromatic Colors of #9566A5
Black with #9566A5
Text Example
Text Example
White with #9566A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566A5; }
p { color: rgb(149,102,165); }
H1.HeaderClassName
{
color: #9566A5;
}
.AnyTagClassName
{
color: #9566A5;
}
</style>
background-color css
<style>
a { background-color: #9566A5; }
a { background-color: rgb(149,102,165); }
div.DivClassName
{
background-color: #9566A5;
}
.BgClassName
{
background-color: #9566A5;
}
</style>
border-color css
<style>
span { border-color: #9566A5; }
span { border-color: rgb(149,102,165); }
td.TdClassName
{
border-color: #9566A5;
}
.TagClassName
{
border-color: #9566A5;
}
</style>