Shades of Ce Soir #926CAC
Tints of Ce Soir #926CAC
RGB
CMYK
RGB Variations
Color information
#926CAC (or 0x926CAC) is known color: Ce Soir. HEX triplet: 92, 6C and AC. RGB value is (146,108,172). Sum of RGB (Red+Green+Blue) = 146+108+172=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #926CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CAC is #6D9353. Grayscale: #7E7E7E. Windows color (decimal): -7181140 or 11299986. OLE color: 11299986.
HSL color Cylindrical-coordinate representation of color #926CAC: hue angle of 275.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926CAC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 108 | 172 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.33 |
| HSL | 275.63º | 0.28% | 0.55% | - |
| HSV(B) | 275.63º | 0.37% | 0.67% | - |
| XYZ | 24.66 | 19.81 | 41.55 | - |
| YUV | 126.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 172 | 0.15 | 0.37 | 0 | 0.33 | 275.63 | 0.28 | 0.55 |
| Hex | 92 | 6C | AC | F | 25 | 0 | 21 | 114 | 1C | 37 |
| Octal | 222 | 154 | 254 | 17 | 45 | 0 | 41 | 424 | 34 | 67 |
| Binary | 10010010 | 1101100 | 10101100 | 1111 | 100101 | 0 | 100001 | 100010100 | 11100 | 110111 |
Color Harmonies of #926CAC
Complementary color
Monochromatic Colors of #926CAC
Black with #926CAC
Text Example
Text Example
White with #926CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CAC; }
p { color: rgb(146,108,172); }
H1.HeaderClassName
{
color: #926CAC;
}
.AnyTagClassName
{
color: #926CAC;
}
</style>
background-color css
<style>
a { background-color: #926CAC; }
a { background-color: rgb(146,108,172); }
div.DivClassName
{
background-color: #926CAC;
}
.BgClassName
{
background-color: #926CAC;
}
</style>
border-color css
<style>
span { border-color: #926CAC; }
span { border-color: rgb(146,108,172); }
td.TdClassName
{
border-color: #926CAC;
}
.TagClassName
{
border-color: #926CAC;
}
</style>