Shades of Ce Soir #906DA4
Tints of Ce Soir #906DA4
RGB
CMYK
RGB Variations
Color information
#906DA4 (or 0x906DA4) is known color: Ce Soir. HEX triplet: 90, 6D and A4. RGB value is (144,109,164). Sum of RGB (Red+Green+Blue) = 144+109+164=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #906DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DA4 is #6F925B. Grayscale: #7D7D7D. Windows color (decimal): -7311964 or 10775952. OLE color: 10775952.
HSL color Cylindrical-coordinate representation of color #906DA4: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906DA4 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 109 | 164 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.36 |
| HSL | 278.18º | 0.23% | 0.54% | - |
| HSV(B) | 278.18º | 0.34% | 0.64% | - |
| XYZ | 23.67 | 19.55 | 37.65 | - |
| YUV | 125.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 164 | 0.12 | 0.34 | 0 | 0.36 | 278.18 | 0.23 | 0.54 |
| Hex | 90 | 6D | A4 | C | 22 | 0 | 24 | 116 | 17 | 36 |
| Octal | 220 | 155 | 244 | 14 | 42 | 0 | 44 | 426 | 27 | 66 |
| Binary | 10010000 | 1101101 | 10100100 | 1100 | 100010 | 0 | 100100 | 100010110 | 10111 | 110110 |
Color Harmonies of #906DA4
Complementary color
Monochromatic Colors of #906DA4
Black with #906DA4
Text Example
Text Example
White with #906DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DA4; }
p { color: rgb(144,109,164); }
H1.HeaderClassName
{
color: #906DA4;
}
.AnyTagClassName
{
color: #906DA4;
}
</style>
background-color css
<style>
a { background-color: #906DA4; }
a { background-color: rgb(144,109,164); }
div.DivClassName
{
background-color: #906DA4;
}
.BgClassName
{
background-color: #906DA4;
}
</style>
border-color css
<style>
span { border-color: #906DA4; }
span { border-color: rgb(144,109,164); }
td.TdClassName
{
border-color: #906DA4;
}
.TagClassName
{
border-color: #906DA4;
}
</style>