Shades of Ce Soir #9278AB
Tints of Ce Soir #9278AB
RGB
CMYK
RGB Variations
Color information
#9278AB (or 0x9278AB) is known color: Ce Soir. HEX triplet: 92, 78 and AB. RGB value is (146,120,171). Sum of RGB (Red+Green+Blue) = 146+120+171=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9278AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9278AB is #6D8754. Grayscale: #858585. Windows color (decimal): -7178069 or 11237522. OLE color: 11237522.
HSL color Cylindrical-coordinate representation of color #9278AB: hue angle of 270.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9278AB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 120 | 171 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.33 |
| HSL | 270.59º | 0.23% | 0.57% | - |
| HSV(B) | 270.59º | 0.3% | 0.67% | - |
| XYZ | 25.92 | 22.48 | 41.5 | - |
| YUV | 133.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 171 | 0.15 | 0.30 | 0 | 0.33 | 270.59 | 0.23 | 0.57 |
| Hex | 92 | 78 | AB | F | 1E | 0 | 21 | 10F | 17 | 39 |
| Octal | 222 | 170 | 253 | 17 | 36 | 0 | 41 | 417 | 27 | 71 |
| Binary | 10010010 | 1111000 | 10101011 | 1111 | 11110 | 0 | 100001 | 100001111 | 10111 | 111001 |
Color Harmonies of #9278AB
Complementary color
Monochromatic Colors of #9278AB
Black with #9278AB
Text Example
Text Example
White with #9278AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278AB; }
p { color: rgb(146,120,171); }
H1.HeaderClassName
{
color: #9278AB;
}
.AnyTagClassName
{
color: #9278AB;
}
</style>
background-color css
<style>
a { background-color: #9278AB; }
a { background-color: rgb(146,120,171); }
div.DivClassName
{
background-color: #9278AB;
}
.BgClassName
{
background-color: #9278AB;
}
</style>
border-color css
<style>
span { border-color: #9278AB; }
span { border-color: rgb(146,120,171); }
td.TdClassName
{
border-color: #9278AB;
}
.TagClassName
{
border-color: #9278AB;
}
</style>