Shades of Ce Soir #9869AD
Tints of Ce Soir #9869AD
RGB
CMYK
RGB Variations
Color information
#9869AD (or 0x9869AD) is known color: Ce Soir. HEX triplet: 98, 69 and AD. RGB value is (152,105,173). Sum of RGB (Red+Green+Blue) = 152+105+173=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9869AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869AD is #679652. Grayscale: #7E7E7E. Windows color (decimal): -6788691 or 11364760. OLE color: 11364760.
HSL color Cylindrical-coordinate representation of color #9869AD: hue angle of 281.47º 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 #9869AD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 105 | 173 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.32 |
| HSL | 281.47º | 0.29% | 0.55% | - |
| HSV(B) | 281.47º | 0.39% | 0.68% | - |
| XYZ | 25.54 | 19.8 | 42.01 | - |
| YUV | 126.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 173 | 0.12 | 0.39 | 0 | 0.32 | 281.47 | 0.29 | 0.55 |
| Hex | 98 | 69 | AD | C | 27 | 0 | 20 | 119 | 1D | 37 |
| Octal | 230 | 151 | 255 | 14 | 47 | 0 | 40 | 431 | 35 | 67 |
| Binary | 10011000 | 1101001 | 10101101 | 1100 | 100111 | 0 | 100000 | 100011001 | 11101 | 110111 |
Color Harmonies of #9869AD
Complementary color
Monochromatic Colors of #9869AD
Black with #9869AD
Text Example
Text Example
White with #9869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869AD; }
p { color: rgb(152,105,173); }
H1.HeaderClassName
{
color: #9869AD;
}
.AnyTagClassName
{
color: #9869AD;
}
</style>
background-color css
<style>
a { background-color: #9869AD; }
a { background-color: rgb(152,105,173); }
div.DivClassName
{
background-color: #9869AD;
}
.BgClassName
{
background-color: #9869AD;
}
</style>
border-color css
<style>
span { border-color: #9869AD; }
span { border-color: rgb(152,105,173); }
td.TdClassName
{
border-color: #9869AD;
}
.TagClassName
{
border-color: #9869AD;
}
</style>