Shades of Ce Soir #926DA0
Tints of Ce Soir #926DA0
RGB
CMYK
RGB Variations
Color information
#926DA0 (or 0x926DA0) is known color: Ce Soir. HEX triplet: 92, 6D and A0. RGB value is (146,109,160). Sum of RGB (Red+Green+Blue) = 146+109+160=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #926DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DA0 is #6D925F. Grayscale: #7D7D7D. Windows color (decimal): -7180896 or 10513810. OLE color: 10513810.
HSL color Cylindrical-coordinate representation of color #926DA0: hue angle of 283.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926DA0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 109 | 160 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.37 |
| HSL | 283.53º | 0.21% | 0.53% | - |
| HSV(B) | 283.53º | 0.32% | 0.63% | - |
| XYZ | 23.67 | 19.59 | 35.79 | - |
| YUV | 125.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 160 | 0.09 | 0.32 | 0 | 0.37 | 283.53 | 0.21 | 0.53 |
| Hex | 92 | 6D | A0 | 9 | 20 | 0 | 25 | 11C | 15 | 35 |
| Octal | 222 | 155 | 240 | 11 | 40 | 0 | 45 | 434 | 25 | 65 |
| Binary | 10010010 | 1101101 | 10100000 | 1001 | 100000 | 0 | 100101 | 100011100 | 10101 | 110101 |
Color Harmonies of #926DA0
Complementary color
Monochromatic Colors of #926DA0
Black with #926DA0
Text Example
Text Example
White with #926DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DA0; }
p { color: rgb(146,109,160); }
H1.HeaderClassName
{
color: #926DA0;
}
.AnyTagClassName
{
color: #926DA0;
}
</style>
background-color css
<style>
a { background-color: #926DA0; }
a { background-color: rgb(146,109,160); }
div.DivClassName
{
background-color: #926DA0;
}
.BgClassName
{
background-color: #926DA0;
}
</style>
border-color css
<style>
span { border-color: #926DA0; }
span { border-color: rgb(146,109,160); }
td.TdClassName
{
border-color: #926DA0;
}
.TagClassName
{
border-color: #926DA0;
}
</style>