Shades of Ce Soir #90669D
Tints of Ce Soir #90669D
RGB
CMYK
RGB Variations
Color information
#90669D (or 0x90669D) is known color: Ce Soir. HEX triplet: 90, 66 and 9D. RGB value is (144,102,157). Sum of RGB (Red+Green+Blue) = 144+102+157=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #90669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90669D is #6F9962. Grayscale: #787878. Windows color (decimal): -7313763 or 10315408. OLE color: 10315408.
HSL color Cylindrical-coordinate representation of color #90669D: hue angle of 285.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90669D is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 102 | 157 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.38 |
| HSL | 285.82º | 0.22% | 0.51% | - |
| HSV(B) | 285.82º | 0.35% | 0.62% | - |
| XYZ | 22.34 | 17.87 | 34.17 | - |
| YUV | 120.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 157 | 0.08 | 0.35 | 0 | 0.38 | 285.82 | 0.22 | 0.51 |
| Hex | 90 | 66 | 9D | 8 | 23 | 0 | 26 | 11E | 16 | 33 |
| Octal | 220 | 146 | 235 | 10 | 43 | 0 | 46 | 436 | 26 | 63 |
| Binary | 10010000 | 1100110 | 10011101 | 1000 | 100011 | 0 | 100110 | 100011110 | 10110 | 110011 |
Color Harmonies of #90669D
Complementary color
Monochromatic Colors of #90669D
Black with #90669D
Text Example
Text Example
White with #90669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90669D; }
p { color: rgb(144,102,157); }
H1.HeaderClassName
{
color: #90669D;
}
.AnyTagClassName
{
color: #90669D;
}
</style>
background-color css
<style>
a { background-color: #90669D; }
a { background-color: rgb(144,102,157); }
div.DivClassName
{
background-color: #90669D;
}
.BgClassName
{
background-color: #90669D;
}
</style>
border-color css
<style>
span { border-color: #90669D; }
span { border-color: rgb(144,102,157); }
td.TdClassName
{
border-color: #90669D;
}
.TagClassName
{
border-color: #90669D;
}
</style>