Shades of Ce Soir #9565A6
Tints of Ce Soir #9565A6
RGB
CMYK
RGB Variations
Color information
#9565A6 (or 0x9565A6) is known color: Ce Soir. HEX triplet: 95, 65 and A6. RGB value is (149,101,166). Sum of RGB (Red+Green+Blue) = 149+101+166=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: blue. Hex color #9565A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9565A6 is #6A9A59. Grayscale: #7A7A7A. Windows color (decimal): -6986330 or 10904981. OLE color: 10904981.
HSL color Cylindrical-coordinate representation of color #9565A6: hue angle of 284.31º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9565A6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 101 | 166 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.35 |
| HSL | 284.31º | 0.27% | 0.52% | - |
| HSV(B) | 284.31º | 0.39% | 0.65% | - |
| XYZ | 23.93 | 18.45 | 38.38 | - |
| YUV | 122.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 166 | 0.10 | 0.39 | 0 | 0.35 | 284.31 | 0.27 | 0.52 |
| Hex | 95 | 65 | A6 | A | 27 | 0 | 23 | 11C | 1B | 34 |
| Octal | 225 | 145 | 246 | 12 | 47 | 0 | 43 | 434 | 33 | 64 |
| Binary | 10010101 | 1100101 | 10100110 | 1010 | 100111 | 0 | 100011 | 100011100 | 11011 | 110100 |
Color Harmonies of #9565A6
Complementary color
Monochromatic Colors of #9565A6
Black with #9565A6
Text Example
Text Example
White with #9565A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565A6; }
p { color: rgb(149,101,166); }
H1.HeaderClassName
{
color: #9565A6;
}
.AnyTagClassName
{
color: #9565A6;
}
</style>
background-color css
<style>
a { background-color: #9565A6; }
a { background-color: rgb(149,101,166); }
div.DivClassName
{
background-color: #9565A6;
}
.BgClassName
{
background-color: #9565A6;
}
</style>
border-color css
<style>
span { border-color: #9565A6; }
span { border-color: rgb(149,101,166); }
td.TdClassName
{
border-color: #9565A6;
}
.TagClassName
{
border-color: #9565A6;
}
</style>