Shades of Ce Soir #9565AD
Tints of Ce Soir #9565AD
RGB
CMYK
RGB Variations
Color information
#9565AD (or 0x9565AD) is known color: Ce Soir. HEX triplet: 95, 65 and AD. RGB value is (149,101,173). Sum of RGB (Red+Green+Blue) = 149+101+173=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9565AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9565AD is #6A9A52. Grayscale: #7B7B7B. Windows color (decimal): -6986323 or 11363733. OLE color: 11363733.
HSL color Cylindrical-coordinate representation of color #9565AD: hue angle of 280º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9565AD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 101 | 173 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.32 |
| HSL | 280º | 0.31% | 0.54% | - |
| HSV(B) | 280º | 0.42% | 0.68% | - |
| XYZ | 24.59 | 18.71 | 41.85 | - |
| YUV | 123.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 173 | 0.14 | 0.42 | 0 | 0.32 | 280 | 0.31 | 0.54 |
| Hex | 95 | 65 | AD | E | 2A | 0 | 20 | 118 | 1F | 36 |
| Octal | 225 | 145 | 255 | 16 | 52 | 0 | 40 | 430 | 37 | 66 |
| Binary | 10010101 | 1100101 | 10101101 | 1110 | 101010 | 0 | 100000 | 100011000 | 11111 | 110110 |
Color Harmonies of #9565AD
Complementary color
Monochromatic Colors of #9565AD
Black with #9565AD
Text Example
Text Example
White with #9565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565AD; }
p { color: rgb(149,101,173); }
H1.HeaderClassName
{
color: #9565AD;
}
.AnyTagClassName
{
color: #9565AD;
}
</style>
background-color css
<style>
a { background-color: #9565AD; }
a { background-color: rgb(149,101,173); }
div.DivClassName
{
background-color: #9565AD;
}
.BgClassName
{
background-color: #9565AD;
}
</style>
border-color css
<style>
span { border-color: #9565AD; }
span { border-color: rgb(149,101,173); }
td.TdClassName
{
border-color: #9565AD;
}
.TagClassName
{
border-color: #9565AD;
}
</style>