Shades of Ce Soir #9679AB
Tints of Ce Soir #9679AB
RGB
CMYK
RGB Variations
Color information
#9679AB (or 0x9679AB) is known color: Ce Soir. HEX triplet: 96, 79 and AB. RGB value is (150,121,171). Sum of RGB (Red+Green+Blue) = 150+121+171=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9679AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9679AB is #698654. Grayscale: #878787. Windows color (decimal): -6915669 or 11237782. OLE color: 11237782.
HSL color Cylindrical-coordinate representation of color #9679AB: hue angle of 274.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9679AB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 121 | 171 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.33 |
| HSL | 274.8º | 0.23% | 0.57% | - |
| HSV(B) | 274.8º | 0.29% | 0.67% | - |
| XYZ | 26.77 | 23.1 | 41.58 | - |
| YUV | 135.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 171 | 0.12 | 0.29 | 0 | 0.33 | 274.8 | 0.23 | 0.57 |
| Hex | 96 | 79 | AB | C | 1D | 0 | 21 | 113 | 17 | 39 |
| Octal | 226 | 171 | 253 | 14 | 35 | 0 | 41 | 423 | 27 | 71 |
| Binary | 10010110 | 1111001 | 10101011 | 1100 | 11101 | 0 | 100001 | 100010011 | 10111 | 111001 |
Color Harmonies of #9679AB
Complementary color
Monochromatic Colors of #9679AB
Black with #9679AB
Text Example
Text Example
White with #9679AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9679AB; }
p { color: rgb(150,121,171); }
H1.HeaderClassName
{
color: #9679AB;
}
.AnyTagClassName
{
color: #9679AB;
}
</style>
background-color css
<style>
a { background-color: #9679AB; }
a { background-color: rgb(150,121,171); }
div.DivClassName
{
background-color: #9679AB;
}
.BgClassName
{
background-color: #9679AB;
}
</style>
border-color css
<style>
span { border-color: #9679AB; }
span { border-color: rgb(150,121,171); }
td.TdClassName
{
border-color: #9679AB;
}
.TagClassName
{
border-color: #9679AB;
}
</style>