Shades of Ce Soir #9868AB
Tints of Ce Soir #9868AB
RGB
CMYK
RGB Variations
Color information
#9868AB (or 0x9868AB) is known color: Ce Soir. HEX triplet: 98, 68 and AB. RGB value is (152,104,171). Sum of RGB (Red+Green+Blue) = 152+104+171=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9868AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9868AB is #679754. Grayscale: #7D7D7D. Windows color (decimal): -6788949 or 11233432. OLE color: 11233432.
HSL color Cylindrical-coordinate representation of color #9868AB: hue angle of 282.99º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9868AB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 104 | 171 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.33 |
| HSL | 282.99º | 0.29% | 0.54% | - |
| HSV(B) | 282.99º | 0.39% | 0.67% | - |
| XYZ | 25.25 | 19.52 | 40.96 | - |
| YUV | 125.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 171 | 0.11 | 0.39 | 0 | 0.33 | 282.99 | 0.29 | 0.54 |
| Hex | 98 | 68 | AB | B | 27 | 0 | 21 | 11B | 1D | 36 |
| Octal | 230 | 150 | 253 | 13 | 47 | 0 | 41 | 433 | 35 | 66 |
| Binary | 10011000 | 1101000 | 10101011 | 1011 | 100111 | 0 | 100001 | 100011011 | 11101 | 110110 |
Color Harmonies of #9868AB
Complementary color
Monochromatic Colors of #9868AB
Black with #9868AB
Text Example
Text Example
White with #9868AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868AB; }
p { color: rgb(152,104,171); }
H1.HeaderClassName
{
color: #9868AB;
}
.AnyTagClassName
{
color: #9868AB;
}
</style>
background-color css
<style>
a { background-color: #9868AB; }
a { background-color: rgb(152,104,171); }
div.DivClassName
{
background-color: #9868AB;
}
.BgClassName
{
background-color: #9868AB;
}
</style>
border-color css
<style>
span { border-color: #9868AB; }
span { border-color: rgb(152,104,171); }
td.TdClassName
{
border-color: #9868AB;
}
.TagClassName
{
border-color: #9868AB;
}
</style>