Shades of Ce Soir #9262B0
Tints of Ce Soir #9262B0
RGB
CMYK
RGB Variations
Color information
#9262B0 (or 0x9262B0) is known color: Ce Soir. HEX triplet: 92, 62 and B0. RGB value is (146,98,176). Sum of RGB (Red+Green+Blue) = 146+98+176=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #9262B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9262B0 is #6D9D4F. Grayscale: #787878. Windows color (decimal): -7183696 or 11559570. OLE color: 11559570.
HSL color Cylindrical-coordinate representation of color #9262B0: hue angle of 276.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9262B0 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 98 | 176 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.31 |
| HSL | 276.92º | 0.33% | 0.54% | - |
| HSV(B) | 276.92º | 0.44% | 0.69% | - |
| XYZ | 24.06 | 17.98 | 43.28 | - |
| YUV | 121.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 176 | 0.17 | 0.44 | 0 | 0.31 | 276.92 | 0.33 | 0.54 |
| Hex | 92 | 62 | B0 | 11 | 2C | 0 | 1F | 115 | 21 | 36 |
| Octal | 222 | 142 | 260 | 21 | 54 | 0 | 37 | 425 | 41 | 66 |
| Binary | 10010010 | 1100010 | 10110000 | 10001 | 101100 | 0 | 11111 | 100010101 | 100001 | 110110 |
Color Harmonies of #9262B0
Complementary color
Monochromatic Colors of #9262B0
Black with #9262B0
Text Example
Text Example
White with #9262B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262B0; }
p { color: rgb(146,98,176); }
H1.HeaderClassName
{
color: #9262B0;
}
.AnyTagClassName
{
color: #9262B0;
}
</style>
background-color css
<style>
a { background-color: #9262B0; }
a { background-color: rgb(146,98,176); }
div.DivClassName
{
background-color: #9262B0;
}
.BgClassName
{
background-color: #9262B0;
}
</style>
border-color css
<style>
span { border-color: #9262B0; }
span { border-color: rgb(146,98,176); }
td.TdClassName
{
border-color: #9262B0;
}
.TagClassName
{
border-color: #9262B0;
}
</style>