Shades of Ce Soir #9762AD
Tints of Ce Soir #9762AD
RGB
CMYK
RGB Variations
Color information
#9762AD (or 0x9762AD) is known color: Ce Soir. HEX triplet: 97, 62 and AD. RGB value is (151,98,173). Sum of RGB (Red+Green+Blue) = 151+98+173=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9762AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9762AD is #689D52. Grayscale: #7A7A7A. Windows color (decimal): -6856019 or 11362967. OLE color: 11362967.
HSL color Cylindrical-coordinate representation of color #9762AD: hue angle of 282.4º 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 #9762AD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 98 | 173 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.32 |
| HSL | 282.4º | 0.31% | 0.53% | - |
| HSV(B) | 282.4º | 0.43% | 0.68% | - |
| XYZ | 24.67 | 18.33 | 41.77 | - |
| YUV | 122.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 173 | 0.13 | 0.43 | 0 | 0.32 | 282.4 | 0.31 | 0.53 |
| Hex | 97 | 62 | AD | D | 2B | 0 | 20 | 11A | 1F | 35 |
| Octal | 227 | 142 | 255 | 15 | 53 | 0 | 40 | 432 | 37 | 65 |
| Binary | 10010111 | 1100010 | 10101101 | 1101 | 101011 | 0 | 100000 | 100011010 | 11111 | 110101 |
Color Harmonies of #9762AD
Complementary color
Monochromatic Colors of #9762AD
Black with #9762AD
Text Example
Text Example
White with #9762AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762AD; }
p { color: rgb(151,98,173); }
H1.HeaderClassName
{
color: #9762AD;
}
.AnyTagClassName
{
color: #9762AD;
}
</style>
background-color css
<style>
a { background-color: #9762AD; }
a { background-color: rgb(151,98,173); }
div.DivClassName
{
background-color: #9762AD;
}
.BgClassName
{
background-color: #9762AD;
}
</style>
border-color css
<style>
span { border-color: #9762AD; }
span { border-color: rgb(151,98,173); }
td.TdClassName
{
border-color: #9762AD;
}
.TagClassName
{
border-color: #9762AD;
}
</style>