Shades of Ce Soir #915FA3
Tints of Ce Soir #915FA3
RGB
CMYK
RGB Variations
Color information
#915FA3 (or 0x915FA3) is known color: Ce Soir. HEX triplet: 91, 5F and A3. RGB value is (145,95,163). Sum of RGB (Red+Green+Blue) = 145+95+163=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #915FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FA3 is #6EA05C. Grayscale: #757575. Windows color (decimal): -7250013 or 10706833. OLE color: 10706833.
HSL color Cylindrical-coordinate representation of color #915FA3: hue angle of 284.12º 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 #915FA3 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 95 | 163 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.36 |
| HSL | 284.12º | 0.27% | 0.51% | - |
| HSV(B) | 284.12º | 0.42% | 0.64% | - |
| XYZ | 22.38 | 16.85 | 36.72 | - |
| YUV | 117.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 163 | 0.11 | 0.42 | 0 | 0.36 | 284.12 | 0.27 | 0.51 |
| Hex | 91 | 5F | A3 | B | 2A | 0 | 24 | 11C | 1B | 33 |
| Octal | 221 | 137 | 243 | 13 | 52 | 0 | 44 | 434 | 33 | 63 |
| Binary | 10010001 | 1011111 | 10100011 | 1011 | 101010 | 0 | 100100 | 100011100 | 11011 | 110011 |
Color Harmonies of #915FA3
Complementary color
Monochromatic Colors of #915FA3
Black with #915FA3
Text Example
Text Example
White with #915FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FA3; }
p { color: rgb(145,95,163); }
H1.HeaderClassName
{
color: #915FA3;
}
.AnyTagClassName
{
color: #915FA3;
}
</style>
background-color css
<style>
a { background-color: #915FA3; }
a { background-color: rgb(145,95,163); }
div.DivClassName
{
background-color: #915FA3;
}
.BgClassName
{
background-color: #915FA3;
}
</style>
border-color css
<style>
span { border-color: #915FA3; }
span { border-color: rgb(145,95,163); }
td.TdClassName
{
border-color: #915FA3;
}
.TagClassName
{
border-color: #915FA3;
}
</style>