Shades of Ce Soir #926FA4
Tints of Ce Soir #926FA4
RGB
CMYK
RGB Variations
Color information
#926FA4 (or 0x926FA4) is known color: Ce Soir. HEX triplet: 92, 6F and A4. RGB value is (146,111,164). Sum of RGB (Red+Green+Blue) = 146+111+164=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #926FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926FA4 is #6D905B. Grayscale: #7F7F7F. Windows color (decimal): -7180380 or 10776466. OLE color: 10776466.
HSL color Cylindrical-coordinate representation of color #926FA4: hue angle of 279.62º degrees, saturation: 0.23, 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 #926FA4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 111 | 164 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.36 |
| HSL | 279.62º | 0.23% | 0.54% | - |
| HSV(B) | 279.62º | 0.32% | 0.64% | - |
| XYZ | 24.24 | 20.16 | 37.74 | - |
| YUV | 127.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 164 | 0.11 | 0.32 | 0 | 0.36 | 279.62 | 0.23 | 0.54 |
| Hex | 92 | 6F | A4 | B | 20 | 0 | 24 | 118 | 17 | 36 |
| Octal | 222 | 157 | 244 | 13 | 40 | 0 | 44 | 430 | 27 | 66 |
| Binary | 10010010 | 1101111 | 10100100 | 1011 | 100000 | 0 | 100100 | 100011000 | 10111 | 110110 |
Color Harmonies of #926FA4
Complementary color
Monochromatic Colors of #926FA4
Black with #926FA4
Text Example
Text Example
White with #926FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FA4; }
p { color: rgb(146,111,164); }
H1.HeaderClassName
{
color: #926FA4;
}
.AnyTagClassName
{
color: #926FA4;
}
</style>
background-color css
<style>
a { background-color: #926FA4; }
a { background-color: rgb(146,111,164); }
div.DivClassName
{
background-color: #926FA4;
}
.BgClassName
{
background-color: #926FA4;
}
</style>
border-color css
<style>
span { border-color: #926FA4; }
span { border-color: rgb(146,111,164); }
td.TdClassName
{
border-color: #926FA4;
}
.TagClassName
{
border-color: #926FA4;
}
</style>