Shades of Ce Soir #906AAB
Tints of Ce Soir #906AAB
RGB
CMYK
RGB Variations
Color information
#906AAB (or 0x906AAB) is known color: Ce Soir. HEX triplet: 90, 6A and AB. RGB value is (144,106,171). Sum of RGB (Red+Green+Blue) = 144+106+171=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #906AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906AAB is #6F9554. Grayscale: #7C7C7C. Windows color (decimal): -7312725 or 11233936. OLE color: 11233936.
HSL color Cylindrical-coordinate representation of color #906AAB: hue angle of 275.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906AAB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 106 | 171 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.33 |
| HSL | 275.08º | 0.28% | 0.54% | - |
| HSV(B) | 275.08º | 0.38% | 0.67% | - |
| XYZ | 24.01 | 19.18 | 40.96 | - |
| YUV | 124.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 171 | 0.16 | 0.38 | 0 | 0.33 | 275.08 | 0.28 | 0.54 |
| Hex | 90 | 6A | AB | 10 | 26 | 0 | 21 | 113 | 1C | 36 |
| Octal | 220 | 152 | 253 | 20 | 46 | 0 | 41 | 423 | 34 | 66 |
| Binary | 10010000 | 1101010 | 10101011 | 10000 | 100110 | 0 | 100001 | 100010011 | 11100 | 110110 |
Color Harmonies of #906AAB
Complementary color
Monochromatic Colors of #906AAB
Black with #906AAB
Text Example
Text Example
White with #906AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AAB; }
p { color: rgb(144,106,171); }
H1.HeaderClassName
{
color: #906AAB;
}
.AnyTagClassName
{
color: #906AAB;
}
</style>
background-color css
<style>
a { background-color: #906AAB; }
a { background-color: rgb(144,106,171); }
div.DivClassName
{
background-color: #906AAB;
}
.BgClassName
{
background-color: #906AAB;
}
</style>
border-color css
<style>
span { border-color: #906AAB; }
span { border-color: rgb(144,106,171); }
td.TdClassName
{
border-color: #906AAB;
}
.TagClassName
{
border-color: #906AAB;
}
</style>