Shades of Ce Soir #935FAB
Tints of Ce Soir #935FAB
RGB
CMYK
RGB Variations
Color information
#935FAB (or 0x935FAB) is known color: Ce Soir. HEX triplet: 93, 5F and AB. RGB value is (147,95,171). Sum of RGB (Red+Green+Blue) = 147+95+171=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #935FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAB is #6CA054. Grayscale: #767676. Windows color (decimal): -7118933 or 11231123. OLE color: 11231123.
HSL color Cylindrical-coordinate representation of color #935FAB: hue angle of 281.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935FAB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 95 | 171 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.33 |
| HSL | 281.05º | 0.31% | 0.52% | - |
| HSV(B) | 281.05º | 0.44% | 0.67% | - |
| XYZ | 23.48 | 17.33 | 40.64 | - |
| YUV | 119.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 171 | 0.14 | 0.44 | 0 | 0.33 | 281.05 | 0.31 | 0.52 |
| Hex | 93 | 5F | AB | E | 2C | 0 | 21 | 119 | 1F | 34 |
| Octal | 223 | 137 | 253 | 16 | 54 | 0 | 41 | 431 | 37 | 64 |
| Binary | 10010011 | 1011111 | 10101011 | 1110 | 101100 | 0 | 100001 | 100011001 | 11111 | 110100 |
Color Harmonies of #935FAB
Complementary color
Monochromatic Colors of #935FAB
Black with #935FAB
Text Example
Text Example
White with #935FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FAB; }
p { color: rgb(147,95,171); }
H1.HeaderClassName
{
color: #935FAB;
}
.AnyTagClassName
{
color: #935FAB;
}
</style>
background-color css
<style>
a { background-color: #935FAB; }
a { background-color: rgb(147,95,171); }
div.DivClassName
{
background-color: #935FAB;
}
.BgClassName
{
background-color: #935FAB;
}
</style>
border-color css
<style>
span { border-color: #935FAB; }
span { border-color: rgb(147,95,171); }
td.TdClassName
{
border-color: #935FAB;
}
.TagClassName
{
border-color: #935FAB;
}
</style>