Shades of Ce Soir #926CA8
Tints of Ce Soir #926CA8
RGB
CMYK
RGB Variations
Color information
#926CA8 (or 0x926CA8) is known color: Ce Soir. HEX triplet: 92, 6C and A8. RGB value is (146,108,168). Sum of RGB (Red+Green+Blue) = 146+108+168=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 168 - color contains mainly: blue. Hex color #926CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CA8 is #6D9357. Grayscale: #7E7E7E. Windows color (decimal): -7181144 or 11037842. OLE color: 11037842.
HSL color Cylindrical-coordinate representation of color #926CA8: hue angle of 278º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #926CA8 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 108 | 168 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.34 |
| HSL | 278º | 0.26% | 0.54% | - |
| HSV(B) | 278º | 0.36% | 0.66% | - |
| XYZ | 24.28 | 19.66 | 39.56 | - |
| YUV | 126.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 168 | 0.13 | 0.36 | 0 | 0.34 | 278 | 0.26 | 0.54 |
| Hex | 92 | 6C | A8 | D | 24 | 0 | 22 | 116 | 1A | 36 |
| Octal | 222 | 154 | 250 | 15 | 44 | 0 | 42 | 426 | 32 | 66 |
| Binary | 10010010 | 1101100 | 10101000 | 1101 | 100100 | 0 | 100010 | 100010110 | 11010 | 110110 |
Color Harmonies of #926CA8
Complementary color
Monochromatic Colors of #926CA8
Black with #926CA8
Text Example
Text Example
White with #926CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CA8; }
p { color: rgb(146,108,168); }
H1.HeaderClassName
{
color: #926CA8;
}
.AnyTagClassName
{
color: #926CA8;
}
</style>
background-color css
<style>
a { background-color: #926CA8; }
a { background-color: rgb(146,108,168); }
div.DivClassName
{
background-color: #926CA8;
}
.BgClassName
{
background-color: #926CA8;
}
</style>
border-color css
<style>
span { border-color: #926CA8; }
span { border-color: rgb(146,108,168); }
td.TdClassName
{
border-color: #926CA8;
}
.TagClassName
{
border-color: #926CA8;
}
</style>