Shades of Ce Soir #906BA3
Tints of Ce Soir #906BA3
RGB
CMYK
RGB Variations
Color information
#906BA3 (or 0x906BA3) is known color: Ce Soir. HEX triplet: 90, 6B and A3. RGB value is (144,107,163). Sum of RGB (Red+Green+Blue) = 144+107+163=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 163 - color contains mainly: blue. Hex color #906BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BA3 is #6F945C. Grayscale: #7C7C7C. Windows color (decimal): -7312477 or 10709904. OLE color: 10709904.
HSL color Cylindrical-coordinate representation of color #906BA3: hue angle of 279.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906BA3 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 107 | 163 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.36 |
| HSL | 279.64º | 0.23% | 0.53% | - |
| HSV(B) | 279.64º | 0.34% | 0.64% | - |
| XYZ | 23.37 | 19.09 | 37.1 | - |
| YUV | 124.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 163 | 0.12 | 0.34 | 0 | 0.36 | 279.64 | 0.23 | 0.53 |
| Hex | 90 | 6B | A3 | C | 22 | 0 | 24 | 118 | 17 | 35 |
| Octal | 220 | 153 | 243 | 14 | 42 | 0 | 44 | 430 | 27 | 65 |
| Binary | 10010000 | 1101011 | 10100011 | 1100 | 100010 | 0 | 100100 | 100011000 | 10111 | 110101 |
Color Harmonies of #906BA3
Complementary color
Monochromatic Colors of #906BA3
Black with #906BA3
Text Example
Text Example
White with #906BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906BA3; }
p { color: rgb(144,107,163); }
H1.HeaderClassName
{
color: #906BA3;
}
.AnyTagClassName
{
color: #906BA3;
}
</style>
background-color css
<style>
a { background-color: #906BA3; }
a { background-color: rgb(144,107,163); }
div.DivClassName
{
background-color: #906BA3;
}
.BgClassName
{
background-color: #906BA3;
}
</style>
border-color css
<style>
span { border-color: #906BA3; }
span { border-color: rgb(144,107,163); }
td.TdClassName
{
border-color: #906BA3;
}
.TagClassName
{
border-color: #906BA3;
}
</style>