Shades of Ce Soir #916B9D
Tints of Ce Soir #916B9D
RGB
CMYK
RGB Variations
Color information
#916B9D (or 0x916B9D) is known color: Ce Soir. HEX triplet: 91, 6B and 9D. RGB value is (145,107,157). Sum of RGB (Red+Green+Blue) = 145+107+157=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #916B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916B9D is #6E9462. Grayscale: #7B7B7B. Windows color (decimal): -7246947 or 10316689. OLE color: 10316689.
HSL color Cylindrical-coordinate representation of color #916B9D: hue angle of 285.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916B9D is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 107 | 157 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.38 |
| HSL | 285.6º | 0.2% | 0.52% | - |
| HSV(B) | 285.6º | 0.32% | 0.62% | - |
| XYZ | 23.02 | 18.97 | 34.35 | - |
| YUV | 124.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 157 | 0.08 | 0.32 | 0 | 0.38 | 285.6 | 0.2 | 0.52 |
| Hex | 91 | 6B | 9D | 8 | 20 | 0 | 26 | 11E | 14 | 34 |
| Octal | 221 | 153 | 235 | 10 | 40 | 0 | 46 | 436 | 24 | 64 |
| Binary | 10010001 | 1101011 | 10011101 | 1000 | 100000 | 0 | 100110 | 100011110 | 10100 | 110100 |
Color Harmonies of #916B9D
Complementary color
Monochromatic Colors of #916B9D
Black with #916B9D
Text Example
Text Example
White with #916B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B9D; }
p { color: rgb(145,107,157); }
H1.HeaderClassName
{
color: #916B9D;
}
.AnyTagClassName
{
color: #916B9D;
}
</style>
background-color css
<style>
a { background-color: #916B9D; }
a { background-color: rgb(145,107,157); }
div.DivClassName
{
background-color: #916B9D;
}
.BgClassName
{
background-color: #916B9D;
}
</style>
border-color css
<style>
span { border-color: #916B9D; }
span { border-color: rgb(145,107,157); }
td.TdClassName
{
border-color: #916B9D;
}
.TagClassName
{
border-color: #916B9D;
}
</style>