Shades of Ce Soir #906DB1
Tints of Ce Soir #906DB1
RGB
CMYK
RGB Variations
Color information
#906DB1 (or 0x906DB1) is known color: Ce Soir. HEX triplet: 90, 6D and B1. RGB value is (144,109,177). Sum of RGB (Red+Green+Blue) = 144+109+177=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #906DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DB1 is #6F924E. Grayscale: #7E7E7E. Windows color (decimal): -7311951 or 11627920. OLE color: 11627920.
HSL color Cylindrical-coordinate representation of color #906DB1: hue angle of 270.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906DB1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 109 | 177 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.31 |
| HSL | 270.88º | 0.3% | 0.56% | - |
| HSV(B) | 270.88º | 0.38% | 0.69% | - |
| XYZ | 24.91 | 20.04 | 44.15 | - |
| YUV | 127.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 177 | 0.19 | 0.38 | 0 | 0.31 | 270.88 | 0.3 | 0.56 |
| Hex | 90 | 6D | B1 | 13 | 26 | 0 | 1F | 10F | 1E | 38 |
| Octal | 220 | 155 | 261 | 23 | 46 | 0 | 37 | 417 | 36 | 70 |
| Binary | 10010000 | 1101101 | 10110001 | 10011 | 100110 | 0 | 11111 | 100001111 | 11110 | 111000 |
Color Harmonies of #906DB1
Complementary color
Monochromatic Colors of #906DB1
Black with #906DB1
Text Example
Text Example
White with #906DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DB1; }
p { color: rgb(144,109,177); }
H1.HeaderClassName
{
color: #906DB1;
}
.AnyTagClassName
{
color: #906DB1;
}
</style>
background-color css
<style>
a { background-color: #906DB1; }
a { background-color: rgb(144,109,177); }
div.DivClassName
{
background-color: #906DB1;
}
.BgClassName
{
background-color: #906DB1;
}
</style>
border-color css
<style>
span { border-color: #906DB1; }
span { border-color: rgb(144,109,177); }
td.TdClassName
{
border-color: #906DB1;
}
.TagClassName
{
border-color: #906DB1;
}
</style>