Shades of Ce Soir #9B65AD
Tints of Ce Soir #9B65AD
RGB
CMYK
RGB Variations
Color information
#9B65AD (or 0x9B65AD) is known color: Ce Soir. HEX triplet: 9B, 65 and AD. RGB value is (155,101,173). Sum of RGB (Red+Green+Blue) = 155+101+173=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B65AD is #649A52. Grayscale: #7D7D7D. Windows color (decimal): -6593107 or 11363739. OLE color: 11363739.
HSL color Cylindrical-coordinate representation of color #9B65AD: hue angle of 285º 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 #9B65AD is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 101 | 173 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.32 |
| HSL | 285º | 0.31% | 0.54% | - |
| HSV(B) | 285º | 0.42% | 0.68% | - |
| XYZ | 25.71 | 19.29 | 41.9 | - |
| YUV | 125.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 173 | 0.10 | 0.42 | 0 | 0.32 | 285 | 0.31 | 0.54 |
| Hex | 9B | 65 | AD | A | 2A | 0 | 20 | 11D | 1F | 36 |
| Octal | 233 | 145 | 255 | 12 | 52 | 0 | 40 | 435 | 37 | 66 |
| Binary | 10011011 | 1100101 | 10101101 | 1010 | 101010 | 0 | 100000 | 100011101 | 11111 | 110110 |
Color Harmonies of #9B65AD
Complementary color
Monochromatic Colors of #9B65AD
Black with #9B65AD
Text Example
Text Example
White with #9B65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B65AD; }
p { color: rgb(155,101,173); }
H1.HeaderClassName
{
color: #9B65AD;
}
.AnyTagClassName
{
color: #9B65AD;
}
</style>
background-color css
<style>
a { background-color: #9B65AD; }
a { background-color: rgb(155,101,173); }
div.DivClassName
{
background-color: #9B65AD;
}
.BgClassName
{
background-color: #9B65AD;
}
</style>
border-color css
<style>
span { border-color: #9B65AD; }
span { border-color: rgb(155,101,173); }
td.TdClassName
{
border-color: #9B65AD;
}
.TagClassName
{
border-color: #9B65AD;
}
</style>