Shades of Ce Soir #90709A
Tints of Ce Soir #90709A
RGB
CMYK
RGB Variations
Color information
#90709A (or 0x90709A) is known color: Ce Soir. HEX triplet: 90, 70 and 9A. RGB value is (144,112,154). Sum of RGB (Red+Green+Blue) = 144+112+154=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #90709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90709A is #6F8F65. Grayscale: #7E7E7E. Windows color (decimal): -7311206 or 10121360. OLE color: 10121360.
HSL color Cylindrical-coordinate representation of color #90709A: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90709A is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 112 | 154 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.40 |
| HSL | 285.71º | 0.17% | 0.52% | - |
| HSV(B) | 285.71º | 0.27% | 0.6% | - |
| XYZ | 23.13 | 19.85 | 33.18 | - |
| YUV | 126.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 154 | 0.06 | 0.27 | 0 | 0.40 | 285.71 | 0.17 | 0.52 |
| Hex | 90 | 70 | 9A | 6 | 1B | 0 | 28 | 11E | 11 | 34 |
| Octal | 220 | 160 | 232 | 6 | 33 | 0 | 50 | 436 | 21 | 64 |
| Binary | 10010000 | 1110000 | 10011010 | 110 | 11011 | 0 | 101000 | 100011110 | 10001 | 110100 |
Color Harmonies of #90709A
Complementary color
Monochromatic Colors of #90709A
Black with #90709A
Text Example
Text Example
White with #90709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90709A; }
p { color: rgb(144,112,154); }
H1.HeaderClassName
{
color: #90709A;
}
.AnyTagClassName
{
color: #90709A;
}
</style>
background-color css
<style>
a { background-color: #90709A; }
a { background-color: rgb(144,112,154); }
div.DivClassName
{
background-color: #90709A;
}
.BgClassName
{
background-color: #90709A;
}
</style>
border-color css
<style>
span { border-color: #90709A; }
span { border-color: rgb(144,112,154); }
td.TdClassName
{
border-color: #90709A;
}
.TagClassName
{
border-color: #90709A;
}
</style>