Shades of Ce Soir #9769AD
Tints of Ce Soir #9769AD
RGB
CMYK
RGB Variations
Color information
#9769AD (or 0x9769AD) is known color: Ce Soir. HEX triplet: 97, 69 and AD. RGB value is (151,105,173). Sum of RGB (Red+Green+Blue) = 151+105+173=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 105 (41.41% from 255 or 24.48% 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 #9769AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9769AD is #689652. Grayscale: #7E7E7E. Windows color (decimal): -6854227 or 11364759. OLE color: 11364759.
HSL color Cylindrical-coordinate representation of color #9769AD: hue angle of 280.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9769AD is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 105 | 173 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.32 |
| HSL | 280.59º | 0.29% | 0.55% | - |
| HSV(B) | 280.59º | 0.39% | 0.68% | - |
| XYZ | 25.36 | 19.7 | 42 | - |
| YUV | 126.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 173 | 0.13 | 0.39 | 0 | 0.32 | 280.59 | 0.29 | 0.55 |
| Hex | 97 | 69 | AD | D | 27 | 0 | 20 | 119 | 1D | 37 |
| Octal | 227 | 151 | 255 | 15 | 47 | 0 | 40 | 431 | 35 | 67 |
| Binary | 10010111 | 1101001 | 10101101 | 1101 | 100111 | 0 | 100000 | 100011001 | 11101 | 110111 |
Color Harmonies of #9769AD
Complementary color
Monochromatic Colors of #9769AD
Black with #9769AD
Text Example
Text Example
White with #9769AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769AD; }
p { color: rgb(151,105,173); }
H1.HeaderClassName
{
color: #9769AD;
}
.AnyTagClassName
{
color: #9769AD;
}
</style>
background-color css
<style>
a { background-color: #9769AD; }
a { background-color: rgb(151,105,173); }
div.DivClassName
{
background-color: #9769AD;
}
.BgClassName
{
background-color: #9769AD;
}
</style>
border-color css
<style>
span { border-color: #9769AD; }
span { border-color: rgb(151,105,173); }
td.TdClassName
{
border-color: #9769AD;
}
.TagClassName
{
border-color: #9769AD;
}
</style>