Shades of Ce Soir #935FAA
Tints of Ce Soir #935FAA
RGB
CMYK
RGB Variations
Color information
#935FAA (or 0x935FAA) is known color: Ce Soir. HEX triplet: 93, 5F and AA. RGB value is (147,95,170). Sum of RGB (Red+Green+Blue) = 147+95+170=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #935FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935FAA is #6CA055. Grayscale: #767676. Windows color (decimal): -7118934 or 11165587. OLE color: 11165587.
HSL color Cylindrical-coordinate representation of color #935FAA: hue angle of 281.6º 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 #935FAA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 95 | 170 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.33 |
| HSL | 281.6º | 0.31% | 0.52% | - |
| HSV(B) | 281.6º | 0.44% | 0.67% | - |
| XYZ | 23.38 | 17.29 | 40.14 | - |
| YUV | 119.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 170 | 0.14 | 0.44 | 0 | 0.33 | 281.6 | 0.31 | 0.52 |
| Hex | 93 | 5F | AA | E | 2C | 0 | 21 | 11A | 1F | 34 |
| Octal | 223 | 137 | 252 | 16 | 54 | 0 | 41 | 432 | 37 | 64 |
| Binary | 10010011 | 1011111 | 10101010 | 1110 | 101100 | 0 | 100001 | 100011010 | 11111 | 110100 |
Color Harmonies of #935FAA
Complementary color
Monochromatic Colors of #935FAA
Black with #935FAA
Text Example
Text Example
White with #935FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FAA; }
p { color: rgb(147,95,170); }
H1.HeaderClassName
{
color: #935FAA;
}
.AnyTagClassName
{
color: #935FAA;
}
</style>
background-color css
<style>
a { background-color: #935FAA; }
a { background-color: rgb(147,95,170); }
div.DivClassName
{
background-color: #935FAA;
}
.BgClassName
{
background-color: #935FAA;
}
</style>
border-color css
<style>
span { border-color: #935FAA; }
span { border-color: rgb(147,95,170); }
td.TdClassName
{
border-color: #935FAA;
}
.TagClassName
{
border-color: #935FAA;
}
</style>