Shades of Ce Soir #926DAB
Tints of Ce Soir #926DAB
RGB
CMYK
RGB Variations
Color information
#926DAB (or 0x926DAB) is known color: Ce Soir. HEX triplet: 92, 6D and AB. RGB value is (146,109,171). Sum of RGB (Red+Green+Blue) = 146+109+171=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #926DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DAB is #6D9254. Grayscale: #7E7E7E. Windows color (decimal): -7180885 or 11234706. OLE color: 11234706.
HSL color Cylindrical-coordinate representation of color #926DAB: hue angle of 275.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #926DAB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 109 | 171 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.33 |
| HSL | 275.81º | 0.27% | 0.55% | - |
| HSV(B) | 275.81º | 0.36% | 0.67% | - |
| XYZ | 24.67 | 19.99 | 41.09 | - |
| YUV | 127.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 171 | 0.15 | 0.36 | 0 | 0.33 | 275.81 | 0.27 | 0.55 |
| Hex | 92 | 6D | AB | F | 24 | 0 | 21 | 114 | 1B | 37 |
| Octal | 222 | 155 | 253 | 17 | 44 | 0 | 41 | 424 | 33 | 67 |
| Binary | 10010010 | 1101101 | 10101011 | 1111 | 100100 | 0 | 100001 | 100010100 | 11011 | 110111 |
Color Harmonies of #926DAB
Complementary color
Monochromatic Colors of #926DAB
Black with #926DAB
Text Example
Text Example
White with #926DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DAB; }
p { color: rgb(146,109,171); }
H1.HeaderClassName
{
color: #926DAB;
}
.AnyTagClassName
{
color: #926DAB;
}
</style>
background-color css
<style>
a { background-color: #926DAB; }
a { background-color: rgb(146,109,171); }
div.DivClassName
{
background-color: #926DAB;
}
.BgClassName
{
background-color: #926DAB;
}
</style>
border-color css
<style>
span { border-color: #926DAB; }
span { border-color: rgb(146,109,171); }
td.TdClassName
{
border-color: #926DAB;
}
.TagClassName
{
border-color: #926DAB;
}
</style>