Shades of Ce Soir #9275A3
Tints of Ce Soir #9275A3
RGB
CMYK
RGB Variations
Color information
#9275A3 (or 0x9275A3) is known color: Ce Soir. HEX triplet: 92, 75 and A3. RGB value is (146,117,163). Sum of RGB (Red+Green+Blue) = 146+117+163=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #9275A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275A3 is #6D8A5C. Grayscale: #828282. Windows color (decimal): -7178845 or 10712466. OLE color: 10712466.
HSL color Cylindrical-coordinate representation of color #9275A3: hue angle of 277.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9275A3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 117 | 163 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.36 |
| HSL | 277.83º | 0.2% | 0.55% | - |
| HSV(B) | 277.83º | 0.28% | 0.64% | - |
| XYZ | 24.83 | 21.48 | 37.49 | - |
| YUV | 130.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 163 | 0.10 | 0.28 | 0 | 0.36 | 277.83 | 0.2 | 0.55 |
| Hex | 92 | 75 | A3 | A | 1C | 0 | 24 | 116 | 14 | 37 |
| Octal | 222 | 165 | 243 | 12 | 34 | 0 | 44 | 426 | 24 | 67 |
| Binary | 10010010 | 1110101 | 10100011 | 1010 | 11100 | 0 | 100100 | 100010110 | 10100 | 110111 |
Color Harmonies of #9275A3
Complementary color
Monochromatic Colors of #9275A3
Black with #9275A3
Text Example
Text Example
White with #9275A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275A3; }
p { color: rgb(146,117,163); }
H1.HeaderClassName
{
color: #9275A3;
}
.AnyTagClassName
{
color: #9275A3;
}
</style>
background-color css
<style>
a { background-color: #9275A3; }
a { background-color: rgb(146,117,163); }
div.DivClassName
{
background-color: #9275A3;
}
.BgClassName
{
background-color: #9275A3;
}
</style>
border-color css
<style>
span { border-color: #9275A3; }
span { border-color: rgb(146,117,163); }
td.TdClassName
{
border-color: #9275A3;
}
.TagClassName
{
border-color: #9275A3;
}
</style>