Shades of Ce Soir #915FA4
Tints of Ce Soir #915FA4
RGB
CMYK
RGB Variations
Color information
#915FA4 (or 0x915FA4) is known color: Ce Soir. HEX triplet: 91, 5F and A4. RGB value is (145,95,164). Sum of RGB (Red+Green+Blue) = 145+95+164=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #915FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FA4 is #6EA05B. Grayscale: #757575. Windows color (decimal): -7250012 or 10772369. OLE color: 10772369.
HSL color Cylindrical-coordinate representation of color #915FA4: hue angle of 283.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915FA4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 95 | 164 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.36 |
| HSL | 283.48º | 0.27% | 0.51% | - |
| HSV(B) | 283.48º | 0.42% | 0.64% | - |
| XYZ | 22.47 | 16.88 | 37.2 | - |
| YUV | 117.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 164 | 0.12 | 0.42 | 0 | 0.36 | 283.48 | 0.27 | 0.51 |
| Hex | 91 | 5F | A4 | C | 2A | 0 | 24 | 11B | 1B | 33 |
| Octal | 221 | 137 | 244 | 14 | 52 | 0 | 44 | 433 | 33 | 63 |
| Binary | 10010001 | 1011111 | 10100100 | 1100 | 101010 | 0 | 100100 | 100011011 | 11011 | 110011 |
Color Harmonies of #915FA4
Complementary color
Monochromatic Colors of #915FA4
Black with #915FA4
Text Example
Text Example
White with #915FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FA4; }
p { color: rgb(145,95,164); }
H1.HeaderClassName
{
color: #915FA4;
}
.AnyTagClassName
{
color: #915FA4;
}
</style>
background-color css
<style>
a { background-color: #915FA4; }
a { background-color: rgb(145,95,164); }
div.DivClassName
{
background-color: #915FA4;
}
.BgClassName
{
background-color: #915FA4;
}
</style>
border-color css
<style>
span { border-color: #915FA4; }
span { border-color: rgb(145,95,164); }
td.TdClassName
{
border-color: #915FA4;
}
.TagClassName
{
border-color: #915FA4;
}
</style>