Shades of Ce Soir #9666AF
Tints of Ce Soir #9666AF
RGB
CMYK
RGB Variations
Color information
#9666AF (or 0x9666AF) is known color: Ce Soir. HEX triplet: 96, 66 and AF. RGB value is (150,102,175). Sum of RGB (Red+Green+Blue) = 150+102+175=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9666AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666AF is #699950. Grayscale: #7C7C7C. Windows color (decimal): -6920529 or 11495062. OLE color: 11495062.
HSL color Cylindrical-coordinate representation of color #9666AF: hue angle of 279.45º degrees, saturation: 0.31, 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 #9666AF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 102 | 175 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.31 |
| HSL | 279.45º | 0.31% | 0.54% | - |
| HSV(B) | 279.45º | 0.42% | 0.69% | - |
| XYZ | 25.07 | 19.08 | 42.92 | - |
| YUV | 124.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 175 | 0.14 | 0.42 | 0 | 0.31 | 279.45 | 0.31 | 0.54 |
| Hex | 96 | 66 | AF | E | 2A | 0 | 1F | 117 | 1F | 36 |
| Octal | 226 | 146 | 257 | 16 | 52 | 0 | 37 | 427 | 37 | 66 |
| Binary | 10010110 | 1100110 | 10101111 | 1110 | 101010 | 0 | 11111 | 100010111 | 11111 | 110110 |
Color Harmonies of #9666AF
Complementary color
Monochromatic Colors of #9666AF
Black with #9666AF
Text Example
Text Example
White with #9666AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666AF; }
p { color: rgb(150,102,175); }
H1.HeaderClassName
{
color: #9666AF;
}
.AnyTagClassName
{
color: #9666AF;
}
</style>
background-color css
<style>
a { background-color: #9666AF; }
a { background-color: rgb(150,102,175); }
div.DivClassName
{
background-color: #9666AF;
}
.BgClassName
{
background-color: #9666AF;
}
</style>
border-color css
<style>
span { border-color: #9666AF; }
span { border-color: rgb(150,102,175); }
td.TdClassName
{
border-color: #9666AF;
}
.TagClassName
{
border-color: #9666AF;
}
</style>