Shades of Ce Soir #906BAD
Tints of Ce Soir #906BAD
RGB
CMYK
RGB Variations
Color information
#906BAD (or 0x906BAD) is known color: Ce Soir. HEX triplet: 90, 6B and AD. RGB value is (144,107,173). Sum of RGB (Red+Green+Blue) = 144+107+173=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #906BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAD is #6F9452. Grayscale: #7D7D7D. Windows color (decimal): -7312467 or 11365264. OLE color: 11365264.
HSL color Cylindrical-coordinate representation of color #906BAD: hue angle of 273.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906BAD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 107 | 173 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.32 |
| HSL | 273.64º | 0.29% | 0.55% | - |
| HSV(B) | 273.64º | 0.38% | 0.68% | - |
| XYZ | 24.3 | 19.46 | 42.01 | - |
| YUV | 125.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 173 | 0.17 | 0.38 | 0 | 0.32 | 273.64 | 0.29 | 0.55 |
| Hex | 90 | 6B | AD | 11 | 26 | 0 | 20 | 112 | 1D | 37 |
| Octal | 220 | 153 | 255 | 21 | 46 | 0 | 40 | 422 | 35 | 67 |
| Binary | 10010000 | 1101011 | 10101101 | 10001 | 100110 | 0 | 100000 | 100010010 | 11101 | 110111 |
Color Harmonies of #906BAD
Complementary color
Monochromatic Colors of #906BAD
Black with #906BAD
Text Example
Text Example
White with #906BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906BAD; }
p { color: rgb(144,107,173); }
H1.HeaderClassName
{
color: #906BAD;
}
.AnyTagClassName
{
color: #906BAD;
}
</style>
background-color css
<style>
a { background-color: #906BAD; }
a { background-color: rgb(144,107,173); }
div.DivClassName
{
background-color: #906BAD;
}
.BgClassName
{
background-color: #906BAD;
}
</style>
border-color css
<style>
span { border-color: #906BAD; }
span { border-color: rgb(144,107,173); }
td.TdClassName
{
border-color: #906BAD;
}
.TagClassName
{
border-color: #906BAD;
}
</style>