Shades of Ce Soir #9E67AF
Tints of Ce Soir #9E67AF
RGB
CMYK
RGB Variations
Color information
#9E67AF (or 0x9E67AF) is known color: Ce Soir. HEX triplet: 9E, 67 and AF. RGB value is (158,103,175). Sum of RGB (Red+Green+Blue) = 158+103+175=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E67AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E67AF is #619850. Grayscale: #7F7F7F. Windows color (decimal): -6395985 or 11495326. OLE color: 11495326.
HSL color Cylindrical-coordinate representation of color #9E67AF: hue angle of 285.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E67AF is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 103 | 175 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.31 |
| HSL | 285.83º | 0.31% | 0.55% | - |
| HSV(B) | 285.83º | 0.41% | 0.69% | - |
| XYZ | 26.69 | 20.06 | 43.02 | - |
| YUV | 127.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 175 | 0.10 | 0.41 | 0 | 0.31 | 285.83 | 0.31 | 0.55 |
| Hex | 9E | 67 | AF | A | 29 | 0 | 1F | 11E | 1F | 37 |
| Octal | 236 | 147 | 257 | 12 | 51 | 0 | 37 | 436 | 37 | 67 |
| Binary | 10011110 | 1100111 | 10101111 | 1010 | 101001 | 0 | 11111 | 100011110 | 11111 | 110111 |
Color Harmonies of #9E67AF
Complementary color
Monochromatic Colors of #9E67AF
Black with #9E67AF
Text Example
Text Example
White with #9E67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E67AF; }
p { color: rgb(158,103,175); }
H1.HeaderClassName
{
color: #9E67AF;
}
.AnyTagClassName
{
color: #9E67AF;
}
</style>
background-color css
<style>
a { background-color: #9E67AF; }
a { background-color: rgb(158,103,175); }
div.DivClassName
{
background-color: #9E67AF;
}
.BgClassName
{
background-color: #9E67AF;
}
</style>
border-color css
<style>
span { border-color: #9E67AF; }
span { border-color: rgb(158,103,175); }
td.TdClassName
{
border-color: #9E67AF;
}
.TagClassName
{
border-color: #9E67AF;
}
</style>