Shades of Ce Soir #9A73AF
Tints of Ce Soir #9A73AF
RGB
CMYK
RGB Variations
Color information
#9A73AF (or 0x9A73AF) is known color: Ce Soir. HEX triplet: 9A, 73 and AF. RGB value is (154,115,175). Sum of RGB (Red+Green+Blue) = 154+115+175=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A73AF is #658C50. Grayscale: #858585. Windows color (decimal): -6655057 or 11498394. OLE color: 11498394.
HSL color Cylindrical-coordinate representation of color #9A73AF: hue angle of 279º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A73AF is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 115 | 175 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.31 |
| HSL | 279º | 0.27% | 0.57% | - |
| HSV(B) | 279º | 0.34% | 0.69% | - |
| XYZ | 27.2 | 22.23 | 43.41 | - |
| YUV | 133.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 175 | 0.12 | 0.34 | 0 | 0.31 | 279 | 0.27 | 0.57 |
| Hex | 9A | 73 | AF | C | 22 | 0 | 1F | 117 | 1B | 39 |
| Octal | 232 | 163 | 257 | 14 | 42 | 0 | 37 | 427 | 33 | 71 |
| Binary | 10011010 | 1110011 | 10101111 | 1100 | 100010 | 0 | 11111 | 100010111 | 11011 | 111001 |
Color Harmonies of #9A73AF
Complementary color
Monochromatic Colors of #9A73AF
Black with #9A73AF
Text Example
Text Example
White with #9A73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A73AF; }
p { color: rgb(154,115,175); }
H1.HeaderClassName
{
color: #9A73AF;
}
.AnyTagClassName
{
color: #9A73AF;
}
</style>
background-color css
<style>
a { background-color: #9A73AF; }
a { background-color: rgb(154,115,175); }
div.DivClassName
{
background-color: #9A73AF;
}
.BgClassName
{
background-color: #9A73AF;
}
</style>
border-color css
<style>
span { border-color: #9A73AF; }
span { border-color: rgb(154,115,175); }
td.TdClassName
{
border-color: #9A73AF;
}
.TagClassName
{
border-color: #9A73AF;
}
</style>