Shades of Ce Soir #926BAB
Tints of Ce Soir #926BAB
RGB
CMYK
RGB Variations
Color information
#926BAB (or 0x926BAB) is known color: Ce Soir. HEX triplet: 92, 6B and AB. RGB value is (146,107,171). Sum of RGB (Red+Green+Blue) = 146+107+171=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 107 (42.19% from 255 or 25.24% 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 #926BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BAB is #6D9454. Grayscale: #7D7D7D. Windows color (decimal): -7181397 or 11234194. OLE color: 11234194.
HSL color Cylindrical-coordinate representation of color #926BAB: hue angle of 276.56º degrees, saturation: 0.28, 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 #926BAB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 107 | 171 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.33 |
| HSL | 276.56º | 0.28% | 0.55% | - |
| HSV(B) | 276.56º | 0.37% | 0.67% | - |
| XYZ | 24.46 | 19.57 | 41.02 | - |
| YUV | 125.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 171 | 0.15 | 0.37 | 0 | 0.33 | 276.56 | 0.28 | 0.55 |
| Hex | 92 | 6B | AB | F | 25 | 0 | 21 | 115 | 1C | 37 |
| Octal | 222 | 153 | 253 | 17 | 45 | 0 | 41 | 425 | 34 | 67 |
| Binary | 10010010 | 1101011 | 10101011 | 1111 | 100101 | 0 | 100001 | 100010101 | 11100 | 110111 |
Color Harmonies of #926BAB
Complementary color
Monochromatic Colors of #926BAB
Black with #926BAB
Text Example
Text Example
White with #926BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BAB; }
p { color: rgb(146,107,171); }
H1.HeaderClassName
{
color: #926BAB;
}
.AnyTagClassName
{
color: #926BAB;
}
</style>
background-color css
<style>
a { background-color: #926BAB; }
a { background-color: rgb(146,107,171); }
div.DivClassName
{
background-color: #926BAB;
}
.BgClassName
{
background-color: #926BAB;
}
</style>
border-color css
<style>
span { border-color: #926BAB; }
span { border-color: rgb(146,107,171); }
td.TdClassName
{
border-color: #926BAB;
}
.TagClassName
{
border-color: #926BAB;
}
</style>