Shades of Ce Soir #906FAB
Tints of Ce Soir #906FAB
RGB
CMYK
RGB Variations
Color information
#906FAB (or 0x906FAB) is known color: Ce Soir. HEX triplet: 90, 6F and AB. RGB value is (144,111,171). Sum of RGB (Red+Green+Blue) = 144+111+171=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #906FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FAB is #6F9054. Grayscale: #7F7F7F. Windows color (decimal): -7311445 or 11235216. OLE color: 11235216.
HSL color Cylindrical-coordinate representation of color #906FAB: hue angle of 273º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906FAB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 111 | 171 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.33 |
| HSL | 273º | 0.26% | 0.55% | - |
| HSV(B) | 273º | 0.35% | 0.67% | - |
| XYZ | 24.54 | 20.24 | 41.14 | - |
| YUV | 127.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 171 | 0.16 | 0.35 | 0 | 0.33 | 273 | 0.26 | 0.55 |
| Hex | 90 | 6F | AB | 10 | 23 | 0 | 21 | 111 | 1A | 37 |
| Octal | 220 | 157 | 253 | 20 | 43 | 0 | 41 | 421 | 32 | 67 |
| Binary | 10010000 | 1101111 | 10101011 | 10000 | 100011 | 0 | 100001 | 100010001 | 11010 | 110111 |
Color Harmonies of #906FAB
Complementary color
Monochromatic Colors of #906FAB
Black with #906FAB
Text Example
Text Example
White with #906FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FAB; }
p { color: rgb(144,111,171); }
H1.HeaderClassName
{
color: #906FAB;
}
.AnyTagClassName
{
color: #906FAB;
}
</style>
background-color css
<style>
a { background-color: #906FAB; }
a { background-color: rgb(144,111,171); }
div.DivClassName
{
background-color: #906FAB;
}
.BgClassName
{
background-color: #906FAB;
}
</style>
border-color css
<style>
span { border-color: #906FAB; }
span { border-color: rgb(144,111,171); }
td.TdClassName
{
border-color: #906FAB;
}
.TagClassName
{
border-color: #906FAB;
}
</style>