Shades of Ce Soir #9867A5
Tints of Ce Soir #9867A5
RGB
CMYK
RGB Variations
Color information
#9867A5 (or 0x9867A5) is known color: Ce Soir. HEX triplet: 98, 67 and A5. RGB value is (152,103,165). Sum of RGB (Red+Green+Blue) = 152+103+165=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #9867A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9867A5 is #67985A. Grayscale: #7C7C7C. Windows color (decimal): -6789211 or 10839960. OLE color: 10839960.
HSL color Cylindrical-coordinate representation of color #9867A5: hue angle of 287.42º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9867A5 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 103 | 165 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.35 |
| HSL | 287.42º | 0.26% | 0.53% | - |
| HSV(B) | 287.42º | 0.38% | 0.65% | - |
| XYZ | 24.59 | 19.09 | 37.99 | - |
| YUV | 124.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 165 | 0.08 | 0.38 | 0 | 0.35 | 287.42 | 0.26 | 0.53 |
| Hex | 98 | 67 | A5 | 8 | 26 | 0 | 23 | 11F | 1A | 35 |
| Octal | 230 | 147 | 245 | 10 | 46 | 0 | 43 | 437 | 32 | 65 |
| Binary | 10011000 | 1100111 | 10100101 | 1000 | 100110 | 0 | 100011 | 100011111 | 11010 | 110101 |
Color Harmonies of #9867A5
Complementary color
Monochromatic Colors of #9867A5
Black with #9867A5
Text Example
Text Example
White with #9867A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867A5; }
p { color: rgb(152,103,165); }
H1.HeaderClassName
{
color: #9867A5;
}
.AnyTagClassName
{
color: #9867A5;
}
</style>
background-color css
<style>
a { background-color: #9867A5; }
a { background-color: rgb(152,103,165); }
div.DivClassName
{
background-color: #9867A5;
}
.BgClassName
{
background-color: #9867A5;
}
</style>
border-color css
<style>
span { border-color: #9867A5; }
span { border-color: rgb(152,103,165); }
td.TdClassName
{
border-color: #9867A5;
}
.TagClassName
{
border-color: #9867A5;
}
</style>