Shades of Ce Soir #90689F
Tints of Ce Soir #90689F
RGB
CMYK
RGB Variations
Color information
#90689F (or 0x90689F) is known color: Ce Soir. HEX triplet: 90, 68 and 9F. RGB value is (144,104,159). Sum of RGB (Red+Green+Blue) = 144+104+159=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #90689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90689F is #6F9760. Grayscale: #7A7A7A. Windows color (decimal): -7313249 or 10446992. OLE color: 10446992.
HSL color Cylindrical-coordinate representation of color #90689F: hue angle of 283.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90689F is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 104 | 159 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.38 |
| HSL | 283.64º | 0.22% | 0.52% | - |
| HSV(B) | 283.64º | 0.35% | 0.62% | - |
| XYZ | 22.71 | 18.33 | 35.14 | - |
| YUV | 122.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 159 | 0.09 | 0.35 | 0 | 0.38 | 283.64 | 0.22 | 0.52 |
| Hex | 90 | 68 | 9F | 9 | 23 | 0 | 26 | 11C | 16 | 34 |
| Octal | 220 | 150 | 237 | 11 | 43 | 0 | 46 | 434 | 26 | 64 |
| Binary | 10010000 | 1101000 | 10011111 | 1001 | 100011 | 0 | 100110 | 100011100 | 10110 | 110100 |
Color Harmonies of #90689F
Complementary color
Monochromatic Colors of #90689F
Black with #90689F
Text Example
Text Example
White with #90689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90689F; }
p { color: rgb(144,104,159); }
H1.HeaderClassName
{
color: #90689F;
}
.AnyTagClassName
{
color: #90689F;
}
</style>
background-color css
<style>
a { background-color: #90689F; }
a { background-color: rgb(144,104,159); }
div.DivClassName
{
background-color: #90689F;
}
.BgClassName
{
background-color: #90689F;
}
</style>
border-color css
<style>
span { border-color: #90689F; }
span { border-color: rgb(144,104,159); }
td.TdClassName
{
border-color: #90689F;
}
.TagClassName
{
border-color: #90689F;
}
</style>