Shades of Ce Soir #9562AD
Tints of Ce Soir #9562AD
RGB
CMYK
RGB Variations
Color information
#9562AD (or 0x9562AD) is known color: Ce Soir. HEX triplet: 95, 62 and AD. RGB value is (149,98,173). Sum of RGB (Red+Green+Blue) = 149+98+173=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9562AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9562AD is #6A9D52. Grayscale: #797979. Windows color (decimal): -6987091 or 11362965. OLE color: 11362965.
HSL color Cylindrical-coordinate representation of color #9562AD: hue angle of 280.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9562AD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 98 | 173 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.32 |
| HSL | 280.8º | 0.31% | 0.53% | - |
| HSV(B) | 280.8º | 0.43% | 0.68% | - |
| XYZ | 24.3 | 18.14 | 41.76 | - |
| YUV | 121.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 173 | 0.14 | 0.43 | 0 | 0.32 | 280.8 | 0.31 | 0.53 |
| Hex | 95 | 62 | AD | E | 2B | 0 | 20 | 119 | 1F | 35 |
| Octal | 225 | 142 | 255 | 16 | 53 | 0 | 40 | 431 | 37 | 65 |
| Binary | 10010101 | 1100010 | 10101101 | 1110 | 101011 | 0 | 100000 | 100011001 | 11111 | 110101 |
Color Harmonies of #9562AD
Complementary color
Monochromatic Colors of #9562AD
Black with #9562AD
Text Example
Text Example
White with #9562AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562AD; }
p { color: rgb(149,98,173); }
H1.HeaderClassName
{
color: #9562AD;
}
.AnyTagClassName
{
color: #9562AD;
}
</style>
background-color css
<style>
a { background-color: #9562AD; }
a { background-color: rgb(149,98,173); }
div.DivClassName
{
background-color: #9562AD;
}
.BgClassName
{
background-color: #9562AD;
}
</style>
border-color css
<style>
span { border-color: #9562AD; }
span { border-color: rgb(149,98,173); }
td.TdClassName
{
border-color: #9562AD;
}
.TagClassName
{
border-color: #9562AD;
}
</style>