Shades of Ce Soir #9865AF
Tints of Ce Soir #9865AF
RGB
CMYK
RGB Variations
Color information
#9865AF (or 0x9865AF) is known color: Ce Soir. HEX triplet: 98, 65 and AF. RGB value is (152,101,175). Sum of RGB (Red+Green+Blue) = 152+101+175=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #9865AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AF is #679A50. Grayscale: #7C7C7C. Windows color (decimal): -6789713 or 11494808. OLE color: 11494808.
HSL color Cylindrical-coordinate representation of color #9865AF: hue angle of 281.35º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9865AF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 101 | 175 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.31 |
| HSL | 281.35º | 0.32% | 0.54% | - |
| HSV(B) | 281.35º | 0.42% | 0.69% | - |
| XYZ | 25.34 | 19.08 | 42.9 | - |
| YUV | 124.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 175 | 0.13 | 0.42 | 0 | 0.31 | 281.35 | 0.32 | 0.54 |
| Hex | 98 | 65 | AF | D | 2A | 0 | 1F | 119 | 20 | 36 |
| Octal | 230 | 145 | 257 | 15 | 52 | 0 | 37 | 431 | 40 | 66 |
| Binary | 10011000 | 1100101 | 10101111 | 1101 | 101010 | 0 | 11111 | 100011001 | 100000 | 110110 |
Color Harmonies of #9865AF
Complementary color
Monochromatic Colors of #9865AF
Black with #9865AF
Text Example
Text Example
White with #9865AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865AF; }
p { color: rgb(152,101,175); }
H1.HeaderClassName
{
color: #9865AF;
}
.AnyTagClassName
{
color: #9865AF;
}
</style>
background-color css
<style>
a { background-color: #9865AF; }
a { background-color: rgb(152,101,175); }
div.DivClassName
{
background-color: #9865AF;
}
.BgClassName
{
background-color: #9865AF;
}
</style>
border-color css
<style>
span { border-color: #9865AF; }
span { border-color: rgb(152,101,175); }
td.TdClassName
{
border-color: #9865AF;
}
.TagClassName
{
border-color: #9865AF;
}
</style>