Shades of Ce Soir #9863AA
Tints of Ce Soir #9863AA
RGB
CMYK
RGB Variations
Color information
#9863AA (or 0x9863AA) is known color: Ce Soir. HEX triplet: 98, 63 and AA. RGB value is (152,99,170). Sum of RGB (Red+Green+Blue) = 152+99+170=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9863AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9863AA is #679C55. Grayscale: #7A7A7A. Windows color (decimal): -6790230 or 11166616. OLE color: 11166616.
HSL color Cylindrical-coordinate representation of color #9863AA: hue angle of 284.79º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9863AA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 99 | 170 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.33 |
| HSL | 284.79º | 0.29% | 0.53% | - |
| HSV(B) | 284.79º | 0.42% | 0.67% | - |
| XYZ | 24.67 | 18.5 | 40.3 | - |
| YUV | 122.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 170 | 0.11 | 0.42 | 0 | 0.33 | 284.79 | 0.29 | 0.53 |
| Hex | 98 | 63 | AA | B | 2A | 0 | 21 | 11D | 1D | 35 |
| Octal | 230 | 143 | 252 | 13 | 52 | 0 | 41 | 435 | 35 | 65 |
| Binary | 10011000 | 1100011 | 10101010 | 1011 | 101010 | 0 | 100001 | 100011101 | 11101 | 110101 |
Color Harmonies of #9863AA
Complementary color
Monochromatic Colors of #9863AA
Black with #9863AA
Text Example
Text Example
White with #9863AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863AA; }
p { color: rgb(152,99,170); }
H1.HeaderClassName
{
color: #9863AA;
}
.AnyTagClassName
{
color: #9863AA;
}
</style>
background-color css
<style>
a { background-color: #9863AA; }
a { background-color: rgb(152,99,170); }
div.DivClassName
{
background-color: #9863AA;
}
.BgClassName
{
background-color: #9863AA;
}
</style>
border-color css
<style>
span { border-color: #9863AA; }
span { border-color: rgb(152,99,170); }
td.TdClassName
{
border-color: #9863AA;
}
.TagClassName
{
border-color: #9863AA;
}
</style>