Shades of Ce Soir #926CAF
Tints of Ce Soir #926CAF
RGB
CMYK
RGB Variations
Color information
#926CAF (or 0x926CAF) is known color: Ce Soir. HEX triplet: 92, 6C and AF. RGB value is (146,108,175). Sum of RGB (Red+Green+Blue) = 146+108+175=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #926CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CAF is #6D9350. Grayscale: #7E7E7E. Windows color (decimal): -7181137 or 11496594. OLE color: 11496594.
HSL color Cylindrical-coordinate representation of color #926CAF: hue angle of 274.03º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926CAF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 108 | 175 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.31 |
| HSL | 274.03º | 0.3% | 0.55% | - |
| HSV(B) | 274.03º | 0.38% | 0.69% | - |
| XYZ | 24.95 | 19.93 | 43.09 | - |
| YUV | 127 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 175 | 0.17 | 0.38 | 0 | 0.31 | 274.03 | 0.3 | 0.55 |
| Hex | 92 | 6C | AF | 11 | 26 | 0 | 1F | 112 | 1E | 37 |
| Octal | 222 | 154 | 257 | 21 | 46 | 0 | 37 | 422 | 36 | 67 |
| Binary | 10010010 | 1101100 | 10101111 | 10001 | 100110 | 0 | 11111 | 100010010 | 11110 | 110111 |
Color Harmonies of #926CAF
Complementary color
Monochromatic Colors of #926CAF
Black with #926CAF
Text Example
Text Example
White with #926CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CAF; }
p { color: rgb(146,108,175); }
H1.HeaderClassName
{
color: #926CAF;
}
.AnyTagClassName
{
color: #926CAF;
}
</style>
background-color css
<style>
a { background-color: #926CAF; }
a { background-color: rgb(146,108,175); }
div.DivClassName
{
background-color: #926CAF;
}
.BgClassName
{
background-color: #926CAF;
}
</style>
border-color css
<style>
span { border-color: #926CAF; }
span { border-color: rgb(146,108,175); }
td.TdClassName
{
border-color: #926CAF;
}
.TagClassName
{
border-color: #926CAF;
}
</style>