Shades of Ce Soir #9862AA
Tints of Ce Soir #9862AA
RGB
CMYK
RGB Variations
Color information
#9862AA (or 0x9862AA) is known color: Ce Soir. HEX triplet: 98, 62 and AA. RGB value is (152,98,170). Sum of RGB (Red+Green+Blue) = 152+98+170=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #9862AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9862AA is #679D55. Grayscale: #7A7A7A. Windows color (decimal): -6790486 or 11166360. OLE color: 11166360.
HSL color Cylindrical-coordinate representation of color #9862AA: hue angle of 285º degrees, saturation: 0.3, 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 #9862AA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 98 | 170 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.33 |
| HSL | 285º | 0.3% | 0.53% | - |
| HSV(B) | 285º | 0.42% | 0.67% | - |
| XYZ | 24.57 | 18.31 | 40.27 | - |
| YUV | 122.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 170 | 0.11 | 0.42 | 0 | 0.33 | 285 | 0.3 | 0.53 |
| Hex | 98 | 62 | AA | B | 2A | 0 | 21 | 11D | 1E | 35 |
| Octal | 230 | 142 | 252 | 13 | 52 | 0 | 41 | 435 | 36 | 65 |
| Binary | 10011000 | 1100010 | 10101010 | 1011 | 101010 | 0 | 100001 | 100011101 | 11110 | 110101 |
Color Harmonies of #9862AA
Complementary color
Monochromatic Colors of #9862AA
Black with #9862AA
Text Example
Text Example
White with #9862AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862AA; }
p { color: rgb(152,98,170); }
H1.HeaderClassName
{
color: #9862AA;
}
.AnyTagClassName
{
color: #9862AA;
}
</style>
background-color css
<style>
a { background-color: #9862AA; }
a { background-color: rgb(152,98,170); }
div.DivClassName
{
background-color: #9862AA;
}
.BgClassName
{
background-color: #9862AA;
}
</style>
border-color css
<style>
span { border-color: #9862AA; }
span { border-color: rgb(152,98,170); }
td.TdClassName
{
border-color: #9862AA;
}
.TagClassName
{
border-color: #9862AA;
}
</style>