Shades of Ce Soir #906B9F
Tints of Ce Soir #906B9F
RGB
CMYK
RGB Variations
Color information
#906B9F (or 0x906B9F) is known color: Ce Soir. HEX triplet: 90, 6B and 9F. RGB value is (144,107,159). Sum of RGB (Red+Green+Blue) = 144+107+159=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #906B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B9F is #6F9460. Grayscale: #7B7B7B. Windows color (decimal): -7312481 or 10447760. OLE color: 10447760.
HSL color Cylindrical-coordinate representation of color #906B9F: hue angle of 282.69º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906B9F is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 107 | 159 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.38 |
| HSL | 282.69º | 0.21% | 0.52% | - |
| HSV(B) | 282.69º | 0.33% | 0.62% | - |
| XYZ | 23.02 | 18.95 | 35.25 | - |
| YUV | 123.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 159 | 0.09 | 0.33 | 0 | 0.38 | 282.69 | 0.21 | 0.52 |
| Hex | 90 | 6B | 9F | 9 | 21 | 0 | 26 | 11B | 15 | 34 |
| Octal | 220 | 153 | 237 | 11 | 41 | 0 | 46 | 433 | 25 | 64 |
| Binary | 10010000 | 1101011 | 10011111 | 1001 | 100001 | 0 | 100110 | 100011011 | 10101 | 110100 |
Color Harmonies of #906B9F
Complementary color
Monochromatic Colors of #906B9F
Black with #906B9F
Text Example
Text Example
White with #906B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B9F; }
p { color: rgb(144,107,159); }
H1.HeaderClassName
{
color: #906B9F;
}
.AnyTagClassName
{
color: #906B9F;
}
</style>
background-color css
<style>
a { background-color: #906B9F; }
a { background-color: rgb(144,107,159); }
div.DivClassName
{
background-color: #906B9F;
}
.BgClassName
{
background-color: #906B9F;
}
</style>
border-color css
<style>
span { border-color: #906B9F; }
span { border-color: rgb(144,107,159); }
td.TdClassName
{
border-color: #906B9F;
}
.TagClassName
{
border-color: #906B9F;
}
</style>