Shades of Ce Soir #906AAA
Tints of Ce Soir #906AAA
RGB
CMYK
RGB Variations
Color information
#906AAA (or 0x906AAA) is known color: Ce Soir. HEX triplet: 90, 6A and AA. RGB value is (144,106,170). Sum of RGB (Red+Green+Blue) = 144+106+170=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #906AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906AAA is #6F9555. Grayscale: #7C7C7C. Windows color (decimal): -7312726 or 11168400. OLE color: 11168400.
HSL color Cylindrical-coordinate representation of color #906AAA: hue angle of 275.62º degrees, saturation: 0.27, 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 #906AAA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 106 | 170 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.33 |
| HSL | 275.63º | 0.27% | 0.54% | - |
| HSV(B) | 275.63º | 0.38% | 0.67% | - |
| XYZ | 23.91 | 19.14 | 40.46 | - |
| YUV | 124.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 170 | 0.15 | 0.38 | 0 | 0.33 | 275.63 | 0.27 | 0.54 |
| Hex | 90 | 6A | AA | F | 26 | 0 | 21 | 114 | 1B | 36 |
| Octal | 220 | 152 | 252 | 17 | 46 | 0 | 41 | 424 | 33 | 66 |
| Binary | 10010000 | 1101010 | 10101010 | 1111 | 100110 | 0 | 100001 | 100010100 | 11011 | 110110 |
Color Harmonies of #906AAA
Complementary color
Monochromatic Colors of #906AAA
Black with #906AAA
Text Example
Text Example
White with #906AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AAA; }
p { color: rgb(144,106,170); }
H1.HeaderClassName
{
color: #906AAA;
}
.AnyTagClassName
{
color: #906AAA;
}
</style>
background-color css
<style>
a { background-color: #906AAA; }
a { background-color: rgb(144,106,170); }
div.DivClassName
{
background-color: #906AAA;
}
.BgClassName
{
background-color: #906AAA;
}
</style>
border-color css
<style>
span { border-color: #906AAA; }
span { border-color: rgb(144,106,170); }
td.TdClassName
{
border-color: #906AAA;
}
.TagClassName
{
border-color: #906AAA;
}
</style>