Shades of Ce Soir #9262AD
Tints of Ce Soir #9262AD
RGB
CMYK
RGB Variations
Color information
#9262AD (or 0x9262AD) is known color: Ce Soir. HEX triplet: 92, 62 and AD. RGB value is (146,98,173). Sum of RGB (Red+Green+Blue) = 146+98+173=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #9262AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9262AD is #6D9D52. Grayscale: #787878. Windows color (decimal): -7183699 or 11362962. OLE color: 11362962.
HSL color Cylindrical-coordinate representation of color #9262AD: hue angle of 278.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9262AD is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 98 | 173 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.32 |
| HSL | 278.4º | 0.31% | 0.53% | - |
| HSV(B) | 278.4º | 0.43% | 0.68% | - |
| XYZ | 23.76 | 17.86 | 41.73 | - |
| YUV | 120.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 173 | 0.16 | 0.43 | 0 | 0.32 | 278.4 | 0.31 | 0.53 |
| Hex | 92 | 62 | AD | 10 | 2B | 0 | 20 | 116 | 1F | 35 |
| Octal | 222 | 142 | 255 | 20 | 53 | 0 | 40 | 426 | 37 | 65 |
| Binary | 10010010 | 1100010 | 10101101 | 10000 | 101011 | 0 | 100000 | 100010110 | 11111 | 110101 |
Color Harmonies of #9262AD
Complementary color
Monochromatic Colors of #9262AD
Black with #9262AD
Text Example
Text Example
White with #9262AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262AD; }
p { color: rgb(146,98,173); }
H1.HeaderClassName
{
color: #9262AD;
}
.AnyTagClassName
{
color: #9262AD;
}
</style>
background-color css
<style>
a { background-color: #9262AD; }
a { background-color: rgb(146,98,173); }
div.DivClassName
{
background-color: #9262AD;
}
.BgClassName
{
background-color: #9262AD;
}
</style>
border-color css
<style>
span { border-color: #9262AD; }
span { border-color: rgb(146,98,173); }
td.TdClassName
{
border-color: #9262AD;
}
.TagClassName
{
border-color: #9262AD;
}
</style>