Shades of Ce Soir #9670A4
Tints of Ce Soir #9670A4
RGB
CMYK
RGB Variations
Color information
#9670A4 (or 0x9670A4) is known color: Ce Soir. HEX triplet: 96, 70 and A4. RGB value is (150,112,164). Sum of RGB (Red+Green+Blue) = 150+112+164=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #9670A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670A4 is #698F5B. Grayscale: #818181. Windows color (decimal): -6917980 or 10776726. OLE color: 10776726.
HSL color Cylindrical-coordinate representation of color #9670A4: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9670A4 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 112 | 164 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.36 |
| HSL | 283.85º | 0.22% | 0.54% | - |
| HSV(B) | 283.85º | 0.32% | 0.64% | - |
| XYZ | 25.07 | 20.75 | 37.81 | - |
| YUV | 129.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 164 | 0.09 | 0.32 | 0 | 0.36 | 283.85 | 0.22 | 0.54 |
| Hex | 96 | 70 | A4 | 9 | 20 | 0 | 24 | 11C | 16 | 36 |
| Octal | 226 | 160 | 244 | 11 | 40 | 0 | 44 | 434 | 26 | 66 |
| Binary | 10010110 | 1110000 | 10100100 | 1001 | 100000 | 0 | 100100 | 100011100 | 10110 | 110110 |
Color Harmonies of #9670A4
Complementary color
Monochromatic Colors of #9670A4
Black with #9670A4
Text Example
Text Example
White with #9670A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670A4; }
p { color: rgb(150,112,164); }
H1.HeaderClassName
{
color: #9670A4;
}
.AnyTagClassName
{
color: #9670A4;
}
</style>
background-color css
<style>
a { background-color: #9670A4; }
a { background-color: rgb(150,112,164); }
div.DivClassName
{
background-color: #9670A4;
}
.BgClassName
{
background-color: #9670A4;
}
</style>
border-color css
<style>
span { border-color: #9670A4; }
span { border-color: rgb(150,112,164); }
td.TdClassName
{
border-color: #9670A4;
}
.TagClassName
{
border-color: #9670A4;
}
</style>