Shades of Ce Soir #9264AB
Tints of Ce Soir #9264AB
RGB
CMYK
RGB Variations
Color information
#9264AB (or 0x9264AB) is known color: Ce Soir. HEX triplet: 92, 64 and AB. RGB value is (146,100,171). Sum of RGB (Red+Green+Blue) = 146+100+171=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9264AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9264AB is #6D9B54. Grayscale: #797979. Windows color (decimal): -7183189 or 11232402. OLE color: 11232402.
HSL color Cylindrical-coordinate representation of color #9264AB: hue angle of 278.87º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9264AB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 100 | 171 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.33 |
| HSL | 278.87º | 0.3% | 0.53% | - |
| HSV(B) | 278.87º | 0.42% | 0.67% | - |
| XYZ | 23.76 | 18.17 | 40.78 | - |
| YUV | 121.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 171 | 0.15 | 0.42 | 0 | 0.33 | 278.87 | 0.3 | 0.53 |
| Hex | 92 | 64 | AB | F | 2A | 0 | 21 | 117 | 1E | 35 |
| Octal | 222 | 144 | 253 | 17 | 52 | 0 | 41 | 427 | 36 | 65 |
| Binary | 10010010 | 1100100 | 10101011 | 1111 | 101010 | 0 | 100001 | 100010111 | 11110 | 110101 |
Color Harmonies of #9264AB
Complementary color
Monochromatic Colors of #9264AB
Black with #9264AB
Text Example
Text Example
White with #9264AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264AB; }
p { color: rgb(146,100,171); }
H1.HeaderClassName
{
color: #9264AB;
}
.AnyTagClassName
{
color: #9264AB;
}
</style>
background-color css
<style>
a { background-color: #9264AB; }
a { background-color: rgb(146,100,171); }
div.DivClassName
{
background-color: #9264AB;
}
.BgClassName
{
background-color: #9264AB;
}
</style>
border-color css
<style>
span { border-color: #9264AB; }
span { border-color: rgb(146,100,171); }
td.TdClassName
{
border-color: #9264AB;
}
.TagClassName
{
border-color: #9264AB;
}
</style>