Shades of Ce Soir #9866AD
Tints of Ce Soir #9866AD
RGB
CMYK
RGB Variations
Color information
#9866AD (or 0x9866AD) is known color: Ce Soir. HEX triplet: 98, 66 and AD. RGB value is (152,102,173). Sum of RGB (Red+Green+Blue) = 152+102+173=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #9866AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9866AD is #679952. Grayscale: #7C7C7C. Windows color (decimal): -6789459 or 11363992. OLE color: 11363992.
HSL color Cylindrical-coordinate representation of color #9866AD: hue angle of 282.25º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9866AD is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 102 | 173 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.32 |
| HSL | 282.25º | 0.3% | 0.54% | - |
| HSV(B) | 282.25º | 0.41% | 0.68% | - |
| XYZ | 25.24 | 19.2 | 41.91 | - |
| YUV | 125.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 173 | 0.12 | 0.41 | 0 | 0.32 | 282.25 | 0.3 | 0.54 |
| Hex | 98 | 66 | AD | C | 29 | 0 | 20 | 11A | 1E | 36 |
| Octal | 230 | 146 | 255 | 14 | 51 | 0 | 40 | 432 | 36 | 66 |
| Binary | 10011000 | 1100110 | 10101101 | 1100 | 101001 | 0 | 100000 | 100011010 | 11110 | 110110 |
Color Harmonies of #9866AD
Complementary color
Monochromatic Colors of #9866AD
Black with #9866AD
Text Example
Text Example
White with #9866AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866AD; }
p { color: rgb(152,102,173); }
H1.HeaderClassName
{
color: #9866AD;
}
.AnyTagClassName
{
color: #9866AD;
}
</style>
background-color css
<style>
a { background-color: #9866AD; }
a { background-color: rgb(152,102,173); }
div.DivClassName
{
background-color: #9866AD;
}
.BgClassName
{
background-color: #9866AD;
}
</style>
border-color css
<style>
span { border-color: #9866AD; }
span { border-color: rgb(152,102,173); }
td.TdClassName
{
border-color: #9866AD;
}
.TagClassName
{
border-color: #9866AD;
}
</style>