Shades of Ce Soir #906CAB
Tints of Ce Soir #906CAB
RGB
CMYK
RGB Variations
Color information
#906CAB (or 0x906CAB) is known color: Ce Soir. HEX triplet: 90, 6C and AB. RGB value is (144,108,171). Sum of RGB (Red+Green+Blue) = 144+108+171=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #906CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CAB is #6F9354. Grayscale: #7D7D7D. Windows color (decimal): -7312213 or 11234448. OLE color: 11234448.
HSL color Cylindrical-coordinate representation of color #906CAB: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906CAB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 108 | 171 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.33 |
| HSL | 274.29º | 0.27% | 0.55% | - |
| HSV(B) | 274.29º | 0.37% | 0.67% | - |
| XYZ | 24.21 | 19.59 | 41.03 | - |
| YUV | 125.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 171 | 0.16 | 0.37 | 0 | 0.33 | 274.29 | 0.27 | 0.55 |
| Hex | 90 | 6C | AB | 10 | 25 | 0 | 21 | 112 | 1B | 37 |
| Octal | 220 | 154 | 253 | 20 | 45 | 0 | 41 | 422 | 33 | 67 |
| Binary | 10010000 | 1101100 | 10101011 | 10000 | 100101 | 0 | 100001 | 100010010 | 11011 | 110111 |
Color Harmonies of #906CAB
Complementary color
Monochromatic Colors of #906CAB
Black with #906CAB
Text Example
Text Example
White with #906CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CAB; }
p { color: rgb(144,108,171); }
H1.HeaderClassName
{
color: #906CAB;
}
.AnyTagClassName
{
color: #906CAB;
}
</style>
background-color css
<style>
a { background-color: #906CAB; }
a { background-color: rgb(144,108,171); }
div.DivClassName
{
background-color: #906CAB;
}
.BgClassName
{
background-color: #906CAB;
}
</style>
border-color css
<style>
span { border-color: #906CAB; }
span { border-color: rgb(144,108,171); }
td.TdClassName
{
border-color: #906CAB;
}
.TagClassName
{
border-color: #906CAB;
}
</style>