Shades of Ce Soir #90699F
Tints of Ce Soir #90699F
RGB
CMYK
RGB Variations
Color information
#90699F (or 0x90699F) is known color: Ce Soir. HEX triplet: 90, 69 and 9F. RGB value is (144,105,159). Sum of RGB (Red+Green+Blue) = 144+105+159=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #90699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699F is #6F9660. Grayscale: #7A7A7A. Windows color (decimal): -7312993 or 10447248. OLE color: 10447248.
HSL color Cylindrical-coordinate representation of color #90699F: hue angle of 283.33º degrees, saturation: 0.22, 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 #90699F is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 105 | 159 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.38 |
| HSL | 283.33º | 0.22% | 0.52% | - |
| HSV(B) | 283.33º | 0.34% | 0.62% | - |
| XYZ | 22.81 | 18.54 | 35.18 | - |
| YUV | 122.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 159 | 0.09 | 0.34 | 0 | 0.38 | 283.33 | 0.22 | 0.52 |
| Hex | 90 | 69 | 9F | 9 | 22 | 0 | 26 | 11B | 16 | 34 |
| Octal | 220 | 151 | 237 | 11 | 42 | 0 | 46 | 433 | 26 | 64 |
| Binary | 10010000 | 1101001 | 10011111 | 1001 | 100010 | 0 | 100110 | 100011011 | 10110 | 110100 |
Color Harmonies of #90699F
Complementary color
Monochromatic Colors of #90699F
Black with #90699F
Text Example
Text Example
White with #90699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90699F; }
p { color: rgb(144,105,159); }
H1.HeaderClassName
{
color: #90699F;
}
.AnyTagClassName
{
color: #90699F;
}
</style>
background-color css
<style>
a { background-color: #90699F; }
a { background-color: rgb(144,105,159); }
div.DivClassName
{
background-color: #90699F;
}
.BgClassName
{
background-color: #90699F;
}
</style>
border-color css
<style>
span { border-color: #90699F; }
span { border-color: rgb(144,105,159); }
td.TdClassName
{
border-color: #90699F;
}
.TagClassName
{
border-color: #90699F;
}
</style>