Shades of Ce Soir #9E69AF
Tints of Ce Soir #9E69AF
RGB
CMYK
RGB Variations
Color information
#9E69AF (or 0x9E69AF) is known color: Ce Soir. HEX triplet: 9E, 69 and AF. RGB value is (158,105,175). Sum of RGB (Red+Green+Blue) = 158+105+175=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E69AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E69AF is #619650. Grayscale: #808080. Windows color (decimal): -6395473 or 11495838. OLE color: 11495838.
HSL color Cylindrical-coordinate representation of color #9E69AF: hue angle of 285.43º 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 #9E69AF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 105 | 175 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.31 |
| HSL | 285.43º | 0.3% | 0.55% | - |
| HSV(B) | 285.43º | 0.4% | 0.69% | - |
| XYZ | 26.89 | 20.47 | 43.09 | - |
| YUV | 128.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 175 | 0.10 | 0.40 | 0 | 0.31 | 285.43 | 0.3 | 0.55 |
| Hex | 9E | 69 | AF | A | 28 | 0 | 1F | 11D | 1E | 37 |
| Octal | 236 | 151 | 257 | 12 | 50 | 0 | 37 | 435 | 36 | 67 |
| Binary | 10011110 | 1101001 | 10101111 | 1010 | 101000 | 0 | 11111 | 100011101 | 11110 | 110111 |
Color Harmonies of #9E69AF
Complementary color
Monochromatic Colors of #9E69AF
Black with #9E69AF
Text Example
Text Example
White with #9E69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69AF; }
p { color: rgb(158,105,175); }
H1.HeaderClassName
{
color: #9E69AF;
}
.AnyTagClassName
{
color: #9E69AF;
}
</style>
background-color css
<style>
a { background-color: #9E69AF; }
a { background-color: rgb(158,105,175); }
div.DivClassName
{
background-color: #9E69AF;
}
.BgClassName
{
background-color: #9E69AF;
}
</style>
border-color css
<style>
span { border-color: #9E69AF; }
span { border-color: rgb(158,105,175); }
td.TdClassName
{
border-color: #9E69AF;
}
.TagClassName
{
border-color: #9E69AF;
}
</style>