Shades of Ce Soir #956FAC
Tints of Ce Soir #956FAC
RGB
CMYK
RGB Variations
Color information
#956FAC (or 0x956FAC) is known color: Ce Soir. HEX triplet: 95, 6F and AC. RGB value is (149,111,172). Sum of RGB (Red+Green+Blue) = 149+111+172=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #956FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FAC is #6A9053. Grayscale: #818181. Windows color (decimal): -6983764 or 11300757. OLE color: 11300757.
HSL color Cylindrical-coordinate representation of color #956FAC: hue angle of 277.38º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956FAC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 111 | 172 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.33 |
| HSL | 277.38º | 0.27% | 0.55% | - |
| HSV(B) | 277.38º | 0.35% | 0.67% | - |
| XYZ | 25.53 | 20.74 | 41.69 | - |
| YUV | 129.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 172 | 0.13 | 0.35 | 0 | 0.33 | 277.38 | 0.27 | 0.55 |
| Hex | 95 | 6F | AC | D | 23 | 0 | 21 | 115 | 1B | 37 |
| Octal | 225 | 157 | 254 | 15 | 43 | 0 | 41 | 425 | 33 | 67 |
| Binary | 10010101 | 1101111 | 10101100 | 1101 | 100011 | 0 | 100001 | 100010101 | 11011 | 110111 |
Color Harmonies of #956FAC
Complementary color
Monochromatic Colors of #956FAC
Black with #956FAC
Text Example
Text Example
White with #956FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FAC; }
p { color: rgb(149,111,172); }
H1.HeaderClassName
{
color: #956FAC;
}
.AnyTagClassName
{
color: #956FAC;
}
</style>
background-color css
<style>
a { background-color: #956FAC; }
a { background-color: rgb(149,111,172); }
div.DivClassName
{
background-color: #956FAC;
}
.BgClassName
{
background-color: #956FAC;
}
</style>
border-color css
<style>
span { border-color: #956FAC; }
span { border-color: rgb(149,111,172); }
td.TdClassName
{
border-color: #956FAC;
}
.TagClassName
{
border-color: #956FAC;
}
</style>