Shades of Ce Soir #906AAD
Tints of Ce Soir #906AAD
RGB
CMYK
RGB Variations
Color information
#906AAD (or 0x906AAD) is known color: Ce Soir. HEX triplet: 90, 6A and AD. RGB value is (144,106,173). Sum of RGB (Red+Green+Blue) = 144+106+173=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #906AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906AAD is #6F9552. Grayscale: #7C7C7C. Windows color (decimal): -7312723 or 11365008. OLE color: 11365008.
HSL color Cylindrical-coordinate representation of color #906AAD: hue angle of 274.03º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906AAD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 106 | 173 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.32 |
| HSL | 274.03º | 0.29% | 0.55% | - |
| HSV(B) | 274.03º | 0.39% | 0.68% | - |
| XYZ | 24.2 | 19.25 | 41.98 | - |
| YUV | 125 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 173 | 0.17 | 0.39 | 0 | 0.32 | 274.03 | 0.29 | 0.55 |
| Hex | 90 | 6A | AD | 11 | 27 | 0 | 20 | 112 | 1D | 37 |
| Octal | 220 | 152 | 255 | 21 | 47 | 0 | 40 | 422 | 35 | 67 |
| Binary | 10010000 | 1101010 | 10101101 | 10001 | 100111 | 0 | 100000 | 100010010 | 11101 | 110111 |
Color Harmonies of #906AAD
Complementary color
Monochromatic Colors of #906AAD
Black with #906AAD
Text Example
Text Example
White with #906AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AAD; }
p { color: rgb(144,106,173); }
H1.HeaderClassName
{
color: #906AAD;
}
.AnyTagClassName
{
color: #906AAD;
}
</style>
background-color css
<style>
a { background-color: #906AAD; }
a { background-color: rgb(144,106,173); }
div.DivClassName
{
background-color: #906AAD;
}
.BgClassName
{
background-color: #906AAD;
}
</style>
border-color css
<style>
span { border-color: #906AAD; }
span { border-color: rgb(144,106,173); }
td.TdClassName
{
border-color: #906AAD;
}
.TagClassName
{
border-color: #906AAD;
}
</style>