Shades of Ce Soir #916CAB
Tints of Ce Soir #916CAB
RGB
CMYK
RGB Variations
Color information
#916CAB (or 0x916CAB) is known color: Ce Soir. HEX triplet: 91, 6C and AB. RGB value is (145,108,171). Sum of RGB (Red+Green+Blue) = 145+108+171=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #916CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916CAB is #6E9354. Grayscale: #7E7E7E. Windows color (decimal): -7246677 or 11234449. OLE color: 11234449.
HSL color Cylindrical-coordinate representation of color #916CAB: hue angle of 275.24º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916CAB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 108 | 171 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.33 |
| HSL | 275.24º | 0.27% | 0.55% | - |
| HSV(B) | 275.24º | 0.37% | 0.67% | - |
| XYZ | 24.39 | 19.69 | 41.04 | - |
| YUV | 126.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 171 | 0.15 | 0.37 | 0 | 0.33 | 275.24 | 0.27 | 0.55 |
| Hex | 91 | 6C | AB | F | 25 | 0 | 21 | 113 | 1B | 37 |
| Octal | 221 | 154 | 253 | 17 | 45 | 0 | 41 | 423 | 33 | 67 |
| Binary | 10010001 | 1101100 | 10101011 | 1111 | 100101 | 0 | 100001 | 100010011 | 11011 | 110111 |
Color Harmonies of #916CAB
Complementary color
Monochromatic Colors of #916CAB
Black with #916CAB
Text Example
Text Example
White with #916CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CAB; }
p { color: rgb(145,108,171); }
H1.HeaderClassName
{
color: #916CAB;
}
.AnyTagClassName
{
color: #916CAB;
}
</style>
background-color css
<style>
a { background-color: #916CAB; }
a { background-color: rgb(145,108,171); }
div.DivClassName
{
background-color: #916CAB;
}
.BgClassName
{
background-color: #916CAB;
}
</style>
border-color css
<style>
span { border-color: #916CAB; }
span { border-color: rgb(145,108,171); }
td.TdClassName
{
border-color: #916CAB;
}
.TagClassName
{
border-color: #916CAB;
}
</style>