Shades of Ce Soir #9A74AF
Tints of Ce Soir #9A74AF
RGB
CMYK
RGB Variations
Color information
#9A74AF (or 0x9A74AF) is known color: Ce Soir. HEX triplet: 9A, 74 and AF. RGB value is (154,116,175). Sum of RGB (Red+Green+Blue) = 154+116+175=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A74AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A74AF is #658B50. Grayscale: #858585. Windows color (decimal): -6654801 or 11498650. OLE color: 11498650.
HSL color Cylindrical-coordinate representation of color #9A74AF: hue angle of 278.64º 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 #9A74AF is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 116 | 175 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.31 |
| HSL | 278.64º | 0.27% | 0.57% | - |
| HSV(B) | 278.64º | 0.34% | 0.69% | - |
| XYZ | 27.31 | 22.46 | 43.45 | - |
| YUV | 134.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 175 | 0.12 | 0.34 | 0 | 0.31 | 278.64 | 0.27 | 0.57 |
| Hex | 9A | 74 | AF | C | 22 | 0 | 1F | 117 | 1B | 39 |
| Octal | 232 | 164 | 257 | 14 | 42 | 0 | 37 | 427 | 33 | 71 |
| Binary | 10011010 | 1110100 | 10101111 | 1100 | 100010 | 0 | 11111 | 100010111 | 11011 | 111001 |
Color Harmonies of #9A74AF
Complementary color
Monochromatic Colors of #9A74AF
Black with #9A74AF
Text Example
Text Example
White with #9A74AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74AF; }
p { color: rgb(154,116,175); }
H1.HeaderClassName
{
color: #9A74AF;
}
.AnyTagClassName
{
color: #9A74AF;
}
</style>
background-color css
<style>
a { background-color: #9A74AF; }
a { background-color: rgb(154,116,175); }
div.DivClassName
{
background-color: #9A74AF;
}
.BgClassName
{
background-color: #9A74AF;
}
</style>
border-color css
<style>
span { border-color: #9A74AF; }
span { border-color: rgb(154,116,175); }
td.TdClassName
{
border-color: #9A74AF;
}
.TagClassName
{
border-color: #9A74AF;
}
</style>