Shades of Ce Soir #9765AB
Tints of Ce Soir #9765AB
RGB
CMYK
RGB Variations
Color information
#9765AB (or 0x9765AB) is known color: Ce Soir. HEX triplet: 97, 65 and AB. RGB value is (151,101,171). Sum of RGB (Red+Green+Blue) = 151+101+171=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9765AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9765AB is #689A54. Grayscale: #7B7B7B. Windows color (decimal): -6855253 or 11232663. OLE color: 11232663.
HSL color Cylindrical-coordinate representation of color #9765AB: hue angle of 282.86º 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 #9765AB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 101 | 171 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.33 |
| HSL | 282.86º | 0.29% | 0.53% | - |
| HSV(B) | 282.86º | 0.41% | 0.67% | - |
| XYZ | 24.77 | 18.83 | 40.86 | - |
| YUV | 123.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 171 | 0.12 | 0.41 | 0 | 0.33 | 282.86 | 0.29 | 0.53 |
| Hex | 97 | 65 | AB | C | 29 | 0 | 21 | 11B | 1D | 35 |
| Octal | 227 | 145 | 253 | 14 | 51 | 0 | 41 | 433 | 35 | 65 |
| Binary | 10010111 | 1100101 | 10101011 | 1100 | 101001 | 0 | 100001 | 100011011 | 11101 | 110101 |
Color Harmonies of #9765AB
Complementary color
Monochromatic Colors of #9765AB
Black with #9765AB
Text Example
Text Example
White with #9765AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765AB; }
p { color: rgb(151,101,171); }
H1.HeaderClassName
{
color: #9765AB;
}
.AnyTagClassName
{
color: #9765AB;
}
</style>
background-color css
<style>
a { background-color: #9765AB; }
a { background-color: rgb(151,101,171); }
div.DivClassName
{
background-color: #9765AB;
}
.BgClassName
{
background-color: #9765AB;
}
</style>
border-color css
<style>
span { border-color: #9765AB; }
span { border-color: rgb(151,101,171); }
td.TdClassName
{
border-color: #9765AB;
}
.TagClassName
{
border-color: #9765AB;
}
</style>