Shades of Ce Soir #915BA5
Tints of Ce Soir #915BA5
RGB
CMYK
RGB Variations
Color information
#915BA5 (or 0x915BA5) is known color: Ce Soir. HEX triplet: 91, 5B and A5. RGB value is (145,91,165). Sum of RGB (Red+Green+Blue) = 145+91+165=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #915BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915BA5 is #6EA45A. Grayscale: #737373. Windows color (decimal): -7251035 or 10836881. OLE color: 10836881.
HSL color Cylindrical-coordinate representation of color #915BA5: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915BA5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 91 | 165 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.35 |
| HSL | 283.78º | 0.29% | 0.5% | - |
| HSV(B) | 283.78º | 0.45% | 0.65% | - |
| XYZ | 22.21 | 16.22 | 37.56 | - |
| YUV | 115.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 165 | 0.12 | 0.45 | 0 | 0.35 | 283.78 | 0.29 | 0.5 |
| Hex | 91 | 5B | A5 | C | 2D | 0 | 23 | 11C | 1D | 32 |
| Octal | 221 | 133 | 245 | 14 | 55 | 0 | 43 | 434 | 35 | 62 |
| Binary | 10010001 | 1011011 | 10100101 | 1100 | 101101 | 0 | 100011 | 100011100 | 11101 | 110010 |
Color Harmonies of #915BA5
Complementary color
Monochromatic Colors of #915BA5
Black with #915BA5
Text Example
Text Example
White with #915BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BA5; }
p { color: rgb(145,91,165); }
H1.HeaderClassName
{
color: #915BA5;
}
.AnyTagClassName
{
color: #915BA5;
}
</style>
background-color css
<style>
a { background-color: #915BA5; }
a { background-color: rgb(145,91,165); }
div.DivClassName
{
background-color: #915BA5;
}
.BgClassName
{
background-color: #915BA5;
}
</style>
border-color css
<style>
span { border-color: #915BA5; }
span { border-color: rgb(145,91,165); }
td.TdClassName
{
border-color: #915BA5;
}
.TagClassName
{
border-color: #915BA5;
}
</style>