Shades of Ce Soir #9070A5
Tints of Ce Soir #9070A5
RGB
CMYK
RGB Variations
Color information
#9070A5 (or 0x9070A5) is known color: Ce Soir. HEX triplet: 90, 70 and A5. RGB value is (144,112,165). Sum of RGB (Red+Green+Blue) = 144+112+165=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #9070A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070A5 is #6F8F5A. Grayscale: #7F7F7F. Windows color (decimal): -7311195 or 10842256. OLE color: 10842256.
HSL color Cylindrical-coordinate representation of color #9070A5: hue angle of 276.23º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9070A5 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 112 | 165 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.35 |
| HSL | 276.23º | 0.23% | 0.54% | - |
| HSV(B) | 276.23º | 0.32% | 0.65% | - |
| XYZ | 24.09 | 20.23 | 38.23 | - |
| YUV | 127.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 165 | 0.13 | 0.32 | 0 | 0.35 | 276.23 | 0.23 | 0.54 |
| Hex | 90 | 70 | A5 | D | 20 | 0 | 23 | 114 | 17 | 36 |
| Octal | 220 | 160 | 245 | 15 | 40 | 0 | 43 | 424 | 27 | 66 |
| Binary | 10010000 | 1110000 | 10100101 | 1101 | 100000 | 0 | 100011 | 100010100 | 10111 | 110110 |
Color Harmonies of #9070A5
Complementary color
Monochromatic Colors of #9070A5
Black with #9070A5
Text Example
Text Example
White with #9070A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070A5; }
p { color: rgb(144,112,165); }
H1.HeaderClassName
{
color: #9070A5;
}
.AnyTagClassName
{
color: #9070A5;
}
</style>
background-color css
<style>
a { background-color: #9070A5; }
a { background-color: rgb(144,112,165); }
div.DivClassName
{
background-color: #9070A5;
}
.BgClassName
{
background-color: #9070A5;
}
</style>
border-color css
<style>
span { border-color: #9070A5; }
span { border-color: rgb(144,112,165); }
td.TdClassName
{
border-color: #9070A5;
}
.TagClassName
{
border-color: #9070A5;
}
</style>