Shades of Ce Soir #9869AF
Tints of Ce Soir #9869AF
RGB
CMYK
RGB Variations
Color information
#9869AF (or 0x9869AF) is known color: Ce Soir. HEX triplet: 98, 69 and AF. RGB value is (152,105,175). Sum of RGB (Red+Green+Blue) = 152+105+175=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #9869AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869AF is #679650. Grayscale: #7E7E7E. Windows color (decimal): -6788689 or 11495832. OLE color: 11495832.
HSL color Cylindrical-coordinate representation of color #9869AF: hue angle of 280.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9869AF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 105 | 175 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.31 |
| HSL | 280.29º | 0.3% | 0.55% | - |
| HSV(B) | 280.29º | 0.4% | 0.69% | - |
| XYZ | 25.74 | 19.87 | 43.04 | - |
| YUV | 127.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 175 | 0.13 | 0.40 | 0 | 0.31 | 280.29 | 0.3 | 0.55 |
| Hex | 98 | 69 | AF | D | 28 | 0 | 1F | 118 | 1E | 37 |
| Octal | 230 | 151 | 257 | 15 | 50 | 0 | 37 | 430 | 36 | 67 |
| Binary | 10011000 | 1101001 | 10101111 | 1101 | 101000 | 0 | 11111 | 100011000 | 11110 | 110111 |
Color Harmonies of #9869AF
Complementary color
Monochromatic Colors of #9869AF
Black with #9869AF
Text Example
Text Example
White with #9869AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869AF; }
p { color: rgb(152,105,175); }
H1.HeaderClassName
{
color: #9869AF;
}
.AnyTagClassName
{
color: #9869AF;
}
</style>
background-color css
<style>
a { background-color: #9869AF; }
a { background-color: rgb(152,105,175); }
div.DivClassName
{
background-color: #9869AF;
}
.BgClassName
{
background-color: #9869AF;
}
</style>
border-color css
<style>
span { border-color: #9869AF; }
span { border-color: rgb(152,105,175); }
td.TdClassName
{
border-color: #9869AF;
}
.TagClassName
{
border-color: #9869AF;
}
</style>