Shades of Ce Soir #9068A0
Tints of Ce Soir #9068A0
RGB
CMYK
RGB Variations
Color information
#9068A0 (or 0x9068A0) is known color: Ce Soir. HEX triplet: 90, 68 and A0. RGB value is (144,104,160). Sum of RGB (Red+Green+Blue) = 144+104+160=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #9068A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9068A0 is #6F975F. Grayscale: #7A7A7A. Windows color (decimal): -7313248 or 10512528. OLE color: 10512528.
HSL color Cylindrical-coordinate representation of color #9068A0: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9068A0 is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 104 | 160 | - |
| CMYK | 0.1 | 0.35 | 0 | 0.37 |
| HSL | 282.86º | 0.23% | 0.52% | - |
| HSV(B) | 282.86º | 0.35% | 0.63% | - |
| XYZ | 22.8 | 18.37 | 35.6 | - |
| YUV | 122.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 160 | 0.1 | 0.35 | 0 | 0.37 | 282.86 | 0.23 | 0.52 |
| Hex | 90 | 68 | A0 | A | 23 | 0 | 25 | 11B | 17 | 34 |
| Octal | 220 | 150 | 240 | 12 | 43 | 0 | 45 | 433 | 27 | 64 |
| Binary | 10010000 | 1101000 | 10100000 | 1010 | 100011 | 0 | 100101 | 100011011 | 10111 | 110100 |
Color Harmonies of #9068A0
Complementary color
Monochromatic Colors of #9068A0
Black with #9068A0
Text Example
Text Example
White with #9068A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9068A0; }
p { color: rgb(144,104,160); }
H1.HeaderClassName
{
color: #9068A0;
}
.AnyTagClassName
{
color: #9068A0;
}
</style>
background-color css
<style>
a { background-color: #9068A0; }
a { background-color: rgb(144,104,160); }
div.DivClassName
{
background-color: #9068A0;
}
.BgClassName
{
background-color: #9068A0;
}
</style>
border-color css
<style>
span { border-color: #9068A0; }
span { border-color: rgb(144,104,160); }
td.TdClassName
{
border-color: #9068A0;
}
.TagClassName
{
border-color: #9068A0;
}
</style>