Shades of Ce Soir #90699B
Tints of Ce Soir #90699B
RGB
CMYK
RGB Variations
Color information
#90699B (or 0x90699B) is known color: Ce Soir. HEX triplet: 90, 69 and 9B. RGB value is (144,105,155). Sum of RGB (Red+Green+Blue) = 144+105+155=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #90699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699B is #6F9664. Grayscale: #7A7A7A. Windows color (decimal): -7312997 or 10185104. OLE color: 10185104.
HSL color Cylindrical-coordinate representation of color #90699B: hue angle of 286.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90699B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 105 | 155 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.39 |
| HSL | 286.8º | 0.2% | 0.51% | - |
| HSV(B) | 286.8º | 0.32% | 0.61% | - |
| XYZ | 22.47 | 18.4 | 33.38 | - |
| YUV | 122.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 155 | 0.07 | 0.32 | 0 | 0.39 | 286.8 | 0.2 | 0.51 |
| Hex | 90 | 69 | 9B | 7 | 20 | 0 | 27 | 11F | 14 | 33 |
| Octal | 220 | 151 | 233 | 7 | 40 | 0 | 47 | 437 | 24 | 63 |
| Binary | 10010000 | 1101001 | 10011011 | 111 | 100000 | 0 | 100111 | 100011111 | 10100 | 110011 |
Color Harmonies of #90699B
Complementary color
Monochromatic Colors of #90699B
Black with #90699B
Text Example
Text Example
White with #90699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90699B; }
p { color: rgb(144,105,155); }
H1.HeaderClassName
{
color: #90699B;
}
.AnyTagClassName
{
color: #90699B;
}
</style>
background-color css
<style>
a { background-color: #90699B; }
a { background-color: rgb(144,105,155); }
div.DivClassName
{
background-color: #90699B;
}
.BgClassName
{
background-color: #90699B;
}
</style>
border-color css
<style>
span { border-color: #90699B; }
span { border-color: rgb(144,105,155); }
td.TdClassName
{
border-color: #90699B;
}
.TagClassName
{
border-color: #90699B;
}
</style>