Shades of Ce Soir #9069A0
Tints of Ce Soir #9069A0
RGB
CMYK
RGB Variations
Color information
#9069A0 (or 0x9069A0) is known color: Ce Soir. HEX triplet: 90, 69 and A0. RGB value is (144,105,160). Sum of RGB (Red+Green+Blue) = 144+105+160=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 160 - color contains mainly: blue. Hex color #9069A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069A0 is #6F965F. Grayscale: #7A7A7A. Windows color (decimal): -7312992 or 10512784. OLE color: 10512784.
HSL color Cylindrical-coordinate representation of color #9069A0: hue angle of 282.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9069A0 is Cyan = 0.1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 105 | 160 | - |
| CMYK | 0.1 | 0.34 | 0 | 0.37 |
| HSL | 282.55º | 0.22% | 0.52% | - |
| HSV(B) | 282.55º | 0.34% | 0.63% | - |
| XYZ | 22.9 | 18.57 | 35.64 | - |
| YUV | 122.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 160 | 0.1 | 0.34 | 0 | 0.37 | 282.55 | 0.22 | 0.52 |
| Hex | 90 | 69 | A0 | A | 22 | 0 | 25 | 11B | 16 | 34 |
| Octal | 220 | 151 | 240 | 12 | 42 | 0 | 45 | 433 | 26 | 64 |
| Binary | 10010000 | 1101001 | 10100000 | 1010 | 100010 | 0 | 100101 | 100011011 | 10110 | 110100 |
Color Harmonies of #9069A0
Complementary color
Monochromatic Colors of #9069A0
Black with #9069A0
Text Example
Text Example
White with #9069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069A0; }
p { color: rgb(144,105,160); }
H1.HeaderClassName
{
color: #9069A0;
}
.AnyTagClassName
{
color: #9069A0;
}
</style>
background-color css
<style>
a { background-color: #9069A0; }
a { background-color: rgb(144,105,160); }
div.DivClassName
{
background-color: #9069A0;
}
.BgClassName
{
background-color: #9069A0;
}
</style>
border-color css
<style>
span { border-color: #9069A0; }
span { border-color: rgb(144,105,160); }
td.TdClassName
{
border-color: #9069A0;
}
.TagClassName
{
border-color: #9069A0;
}
</style>