Shades of Ce Soir #916BAD
Tints of Ce Soir #916BAD
RGB
CMYK
RGB Variations
Color information
#916BAD (or 0x916BAD) is known color: Ce Soir. HEX triplet: 91, 6B and AD. RGB value is (145,107,173). Sum of RGB (Red+Green+Blue) = 145+107+173=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #916BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916BAD is #6E9452. Grayscale: #7D7D7D. Windows color (decimal): -7246931 or 11365265. OLE color: 11365265.
HSL color Cylindrical-coordinate representation of color #916BAD: hue angle of 274.55º 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 #916BAD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 107 | 173 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.32 |
| HSL | 274.55º | 0.29% | 0.55% | - |
| HSV(B) | 274.55º | 0.38% | 0.68% | - |
| XYZ | 24.48 | 19.55 | 42.02 | - |
| YUV | 125.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 173 | 0.16 | 0.38 | 0 | 0.32 | 274.55 | 0.29 | 0.55 |
| Hex | 91 | 6B | AD | 10 | 26 | 0 | 20 | 113 | 1D | 37 |
| Octal | 221 | 153 | 255 | 20 | 46 | 0 | 40 | 423 | 35 | 67 |
| Binary | 10010001 | 1101011 | 10101101 | 10000 | 100110 | 0 | 100000 | 100010011 | 11101 | 110111 |
Color Harmonies of #916BAD
Complementary color
Monochromatic Colors of #916BAD
Black with #916BAD
Text Example
Text Example
White with #916BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BAD; }
p { color: rgb(145,107,173); }
H1.HeaderClassName
{
color: #916BAD;
}
.AnyTagClassName
{
color: #916BAD;
}
</style>
background-color css
<style>
a { background-color: #916BAD; }
a { background-color: rgb(145,107,173); }
div.DivClassName
{
background-color: #916BAD;
}
.BgClassName
{
background-color: #916BAD;
}
</style>
border-color css
<style>
span { border-color: #916BAD; }
span { border-color: rgb(145,107,173); }
td.TdClassName
{
border-color: #916BAD;
}
.TagClassName
{
border-color: #916BAD;
}
</style>