Shades of Ce Soir #90699E
Tints of Ce Soir #90699E
RGB
CMYK
RGB Variations
Color information
#90699E (or 0x90699E) is known color: Ce Soir. HEX triplet: 90, 69 and 9E. RGB value is (144,105,158). Sum of RGB (Red+Green+Blue) = 144+105+158=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #90699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699E is #6F9661. Grayscale: #7A7A7A. Windows color (decimal): -7312994 or 10381712. OLE color: 10381712.
HSL color Cylindrical-coordinate representation of color #90699E: hue angle of 284.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90699E is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 105 | 158 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.38 |
| HSL | 284.15º | 0.21% | 0.52% | - |
| HSV(B) | 284.15º | 0.34% | 0.62% | - |
| XYZ | 22.72 | 18.5 | 34.72 | - |
| YUV | 122.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 158 | 0.09 | 0.34 | 0 | 0.38 | 284.15 | 0.21 | 0.52 |
| Hex | 90 | 69 | 9E | 9 | 22 | 0 | 26 | 11C | 15 | 34 |
| Octal | 220 | 151 | 236 | 11 | 42 | 0 | 46 | 434 | 25 | 64 |
| Binary | 10010000 | 1101001 | 10011110 | 1001 | 100010 | 0 | 100110 | 100011100 | 10101 | 110100 |
Color Harmonies of #90699E
Complementary color
Monochromatic Colors of #90699E
Black with #90699E
Text Example
Text Example
White with #90699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90699E; }
p { color: rgb(144,105,158); }
H1.HeaderClassName
{
color: #90699E;
}
.AnyTagClassName
{
color: #90699E;
}
</style>
background-color css
<style>
a { background-color: #90699E; }
a { background-color: rgb(144,105,158); }
div.DivClassName
{
background-color: #90699E;
}
.BgClassName
{
background-color: #90699E;
}
</style>
border-color css
<style>
span { border-color: #90699E; }
span { border-color: rgb(144,105,158); }
td.TdClassName
{
border-color: #90699E;
}
.TagClassName
{
border-color: #90699E;
}
</style>