Shades of Ce Soir #926FA3
Tints of Ce Soir #926FA3
RGB
CMYK
RGB Variations
Color information
#926FA3 (or 0x926FA3) is known color: Ce Soir. HEX triplet: 92, 6F and A3. RGB value is (146,111,163). Sum of RGB (Red+Green+Blue) = 146+111+163=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #926FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926FA3 is #6D905C. Grayscale: #7F7F7F. Windows color (decimal): -7180381 or 10710930. OLE color: 10710930.
HSL color Cylindrical-coordinate representation of color #926FA3: hue angle of 280.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926FA3 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 111 | 163 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.36 |
| HSL | 280.38º | 0.22% | 0.54% | - |
| HSV(B) | 280.38º | 0.32% | 0.64% | - |
| XYZ | 24.15 | 20.12 | 37.26 | - |
| YUV | 127.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 163 | 0.10 | 0.32 | 0 | 0.36 | 280.38 | 0.22 | 0.54 |
| Hex | 92 | 6F | A3 | A | 20 | 0 | 24 | 118 | 16 | 36 |
| Octal | 222 | 157 | 243 | 12 | 40 | 0 | 44 | 430 | 26 | 66 |
| Binary | 10010010 | 1101111 | 10100011 | 1010 | 100000 | 0 | 100100 | 100011000 | 10110 | 110110 |
Color Harmonies of #926FA3
Complementary color
Monochromatic Colors of #926FA3
Black with #926FA3
Text Example
Text Example
White with #926FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FA3; }
p { color: rgb(146,111,163); }
H1.HeaderClassName
{
color: #926FA3;
}
.AnyTagClassName
{
color: #926FA3;
}
</style>
background-color css
<style>
a { background-color: #926FA3; }
a { background-color: rgb(146,111,163); }
div.DivClassName
{
background-color: #926FA3;
}
.BgClassName
{
background-color: #926FA3;
}
</style>
border-color css
<style>
span { border-color: #926FA3; }
span { border-color: rgb(146,111,163); }
td.TdClassName
{
border-color: #926FA3;
}
.TagClassName
{
border-color: #926FA3;
}
</style>