Shades of Ce Soir #9070AD
Tints of Ce Soir #9070AD
RGB
CMYK
RGB Variations
Color information
#9070AD (or 0x9070AD) is known color: Ce Soir. HEX triplet: 90, 70 and AD. RGB value is (144,112,173). Sum of RGB (Red+Green+Blue) = 144+112+173=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #9070AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070AD is #6F8F52. Grayscale: #808080. Windows color (decimal): -7311187 or 11366544. OLE color: 11366544.
HSL color Cylindrical-coordinate representation of color #9070AD: hue angle of 271.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9070AD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 112 | 173 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.32 |
| HSL | 271.48º | 0.27% | 0.56% | - |
| HSV(B) | 271.48º | 0.35% | 0.68% | - |
| XYZ | 24.84 | 20.53 | 42.19 | - |
| YUV | 128.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 173 | 0.17 | 0.35 | 0 | 0.32 | 271.48 | 0.27 | 0.56 |
| Hex | 90 | 70 | AD | 11 | 23 | 0 | 20 | 10F | 1B | 38 |
| Octal | 220 | 160 | 255 | 21 | 43 | 0 | 40 | 417 | 33 | 70 |
| Binary | 10010000 | 1110000 | 10101101 | 10001 | 100011 | 0 | 100000 | 100001111 | 11011 | 111000 |
Color Harmonies of #9070AD
Complementary color
Monochromatic Colors of #9070AD
Black with #9070AD
Text Example
Text Example
White with #9070AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070AD; }
p { color: rgb(144,112,173); }
H1.HeaderClassName
{
color: #9070AD;
}
.AnyTagClassName
{
color: #9070AD;
}
</style>
background-color css
<style>
a { background-color: #9070AD; }
a { background-color: rgb(144,112,173); }
div.DivClassName
{
background-color: #9070AD;
}
.BgClassName
{
background-color: #9070AD;
}
</style>
border-color css
<style>
span { border-color: #9070AD; }
span { border-color: rgb(144,112,173); }
td.TdClassName
{
border-color: #9070AD;
}
.TagClassName
{
border-color: #9070AD;
}
</style>