Shades of Ce Soir #9564AA
Tints of Ce Soir #9564AA
RGB
CMYK
RGB Variations
Color information
#9564AA (or 0x9564AA) is known color: Ce Soir. HEX triplet: 95, 64 and AA. RGB value is (149,100,170). Sum of RGB (Red+Green+Blue) = 149+100+170=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9564AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9564AA is #6A9B55. Grayscale: #7A7A7A. Windows color (decimal): -6986582 or 11166869. OLE color: 11166869.
HSL color Cylindrical-coordinate representation of color #9564AA: hue angle of 282º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9564AA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 100 | 170 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.33 |
| HSL | 282º | 0.29% | 0.53% | - |
| HSV(B) | 282º | 0.41% | 0.67% | - |
| XYZ | 24.21 | 18.41 | 40.31 | - |
| YUV | 122.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 170 | 0.12 | 0.41 | 0 | 0.33 | 282 | 0.29 | 0.53 |
| Hex | 95 | 64 | AA | C | 29 | 0 | 21 | 11A | 1D | 35 |
| Octal | 225 | 144 | 252 | 14 | 51 | 0 | 41 | 432 | 35 | 65 |
| Binary | 10010101 | 1100100 | 10101010 | 1100 | 101001 | 0 | 100001 | 100011010 | 11101 | 110101 |
Color Harmonies of #9564AA
Complementary color
Monochromatic Colors of #9564AA
Black with #9564AA
Text Example
Text Example
White with #9564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9564AA; }
p { color: rgb(149,100,170); }
H1.HeaderClassName
{
color: #9564AA;
}
.AnyTagClassName
{
color: #9564AA;
}
</style>
background-color css
<style>
a { background-color: #9564AA; }
a { background-color: rgb(149,100,170); }
div.DivClassName
{
background-color: #9564AA;
}
.BgClassName
{
background-color: #9564AA;
}
</style>
border-color css
<style>
span { border-color: #9564AA; }
span { border-color: rgb(149,100,170); }
td.TdClassName
{
border-color: #9564AA;
}
.TagClassName
{
border-color: #9564AA;
}
</style>