Shades of Ce Soir #9268AB
Tints of Ce Soir #9268AB
RGB
CMYK
RGB Variations
Color information
#9268AB (or 0x9268AB) is known color: Ce Soir. HEX triplet: 92, 68 and AB. RGB value is (146,104,171). Sum of RGB (Red+Green+Blue) = 146+104+171=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #9268AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9268AB is #6D9754. Grayscale: #7B7B7B. Windows color (decimal): -7182165 or 11233426. OLE color: 11233426.
HSL color Cylindrical-coordinate representation of color #9268AB: hue angle of 277.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9268AB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 104 | 171 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.33 |
| HSL | 277.61º | 0.29% | 0.54% | - |
| HSV(B) | 277.61º | 0.39% | 0.67% | - |
| XYZ | 24.16 | 18.95 | 40.91 | - |
| YUV | 124.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 171 | 0.15 | 0.39 | 0 | 0.33 | 277.61 | 0.29 | 0.54 |
| Hex | 92 | 68 | AB | F | 27 | 0 | 21 | 116 | 1D | 36 |
| Octal | 222 | 150 | 253 | 17 | 47 | 0 | 41 | 426 | 35 | 66 |
| Binary | 10010010 | 1101000 | 10101011 | 1111 | 100111 | 0 | 100001 | 100010110 | 11101 | 110110 |
Color Harmonies of #9268AB
Complementary color
Monochromatic Colors of #9268AB
Black with #9268AB
Text Example
Text Example
White with #9268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268AB; }
p { color: rgb(146,104,171); }
H1.HeaderClassName
{
color: #9268AB;
}
.AnyTagClassName
{
color: #9268AB;
}
</style>
background-color css
<style>
a { background-color: #9268AB; }
a { background-color: rgb(146,104,171); }
div.DivClassName
{
background-color: #9268AB;
}
.BgClassName
{
background-color: #9268AB;
}
</style>
border-color css
<style>
span { border-color: #9268AB; }
span { border-color: rgb(146,104,171); }
td.TdClassName
{
border-color: #9268AB;
}
.TagClassName
{
border-color: #9268AB;
}
</style>