Shades of Ce Soir #9270A5
Tints of Ce Soir #9270A5
RGB
CMYK
RGB Variations
Color information
#9270A5 (or 0x9270A5) is known color: Ce Soir. HEX triplet: 92, 70 and A5. RGB value is (146,112,165). Sum of RGB (Red+Green+Blue) = 146+112+165=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #9270A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9270A5 is #6D8F5A. Grayscale: #808080. Windows color (decimal): -7180123 or 10842258. OLE color: 10842258.
HSL color Cylindrical-coordinate representation of color #9270A5: hue angle of 278.49º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9270A5 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 112 | 165 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.35 |
| HSL | 278.49º | 0.23% | 0.54% | - |
| HSV(B) | 278.49º | 0.32% | 0.65% | - |
| XYZ | 24.44 | 20.42 | 38.25 | - |
| YUV | 128.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 165 | 0.12 | 0.32 | 0 | 0.35 | 278.49 | 0.23 | 0.54 |
| Hex | 92 | 70 | A5 | C | 20 | 0 | 23 | 116 | 17 | 36 |
| Octal | 222 | 160 | 245 | 14 | 40 | 0 | 43 | 426 | 27 | 66 |
| Binary | 10010010 | 1110000 | 10100101 | 1100 | 100000 | 0 | 100011 | 100010110 | 10111 | 110110 |
Color Harmonies of #9270A5
Complementary color
Monochromatic Colors of #9270A5
Black with #9270A5
Text Example
Text Example
White with #9270A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270A5; }
p { color: rgb(146,112,165); }
H1.HeaderClassName
{
color: #9270A5;
}
.AnyTagClassName
{
color: #9270A5;
}
</style>
background-color css
<style>
a { background-color: #9270A5; }
a { background-color: rgb(146,112,165); }
div.DivClassName
{
background-color: #9270A5;
}
.BgClassName
{
background-color: #9270A5;
}
</style>
border-color css
<style>
span { border-color: #9270A5; }
span { border-color: rgb(146,112,165); }
td.TdClassName
{
border-color: #9270A5;
}
.TagClassName
{
border-color: #9270A5;
}
</style>