Shades of Ce Soir #935FA5
Tints of Ce Soir #935FA5
RGB
CMYK
RGB Variations
Color information
#935FA5 (or 0x935FA5) is known color: Ce Soir. HEX triplet: 93, 5F and A5. RGB value is (147,95,165). Sum of RGB (Red+Green+Blue) = 147+95+165=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #935FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FA5 is #6CA05A. Grayscale: #767676. Windows color (decimal): -7118939 or 10837907. OLE color: 10837907.
HSL color Cylindrical-coordinate representation of color #935FA5: hue angle of 284.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935FA5 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 95 | 165 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.35 |
| HSL | 284.57º | 0.28% | 0.51% | - |
| HSV(B) | 284.57º | 0.42% | 0.65% | - |
| XYZ | 22.92 | 17.1 | 37.69 | - |
| YUV | 118.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 165 | 0.11 | 0.42 | 0 | 0.35 | 284.57 | 0.28 | 0.51 |
| Hex | 93 | 5F | A5 | B | 2A | 0 | 23 | 11D | 1C | 33 |
| Octal | 223 | 137 | 245 | 13 | 52 | 0 | 43 | 435 | 34 | 63 |
| Binary | 10010011 | 1011111 | 10100101 | 1011 | 101010 | 0 | 100011 | 100011101 | 11100 | 110011 |
Color Harmonies of #935FA5
Complementary color
Monochromatic Colors of #935FA5
Black with #935FA5
Text Example
Text Example
White with #935FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FA5; }
p { color: rgb(147,95,165); }
H1.HeaderClassName
{
color: #935FA5;
}
.AnyTagClassName
{
color: #935FA5;
}
</style>
background-color css
<style>
a { background-color: #935FA5; }
a { background-color: rgb(147,95,165); }
div.DivClassName
{
background-color: #935FA5;
}
.BgClassName
{
background-color: #935FA5;
}
</style>
border-color css
<style>
span { border-color: #935FA5; }
span { border-color: rgb(147,95,165); }
td.TdClassName
{
border-color: #935FA5;
}
.TagClassName
{
border-color: #935FA5;
}
</style>