Shades of Ce Soir #956FA2
Tints of Ce Soir #956FA2
RGB
CMYK
RGB Variations
Color information
#956FA2 (or 0x956FA2) is known color: Ce Soir. HEX triplet: 95, 6F and A2. RGB value is (149,111,162). Sum of RGB (Red+Green+Blue) = 149+111+162=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #956FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FA2 is #6A905D. Grayscale: #808080. Windows color (decimal): -6983774 or 10645397. OLE color: 10645397.
HSL color Cylindrical-coordinate representation of color #956FA2: hue angle of 284.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956FA2 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 111 | 162 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.36 |
| HSL | 284.71º | 0.22% | 0.54% | - |
| HSV(B) | 284.71º | 0.31% | 0.64% | - |
| XYZ | 24.6 | 20.37 | 36.82 | - |
| YUV | 128.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 162 | 0.08 | 0.31 | 0 | 0.36 | 284.71 | 0.22 | 0.54 |
| Hex | 95 | 6F | A2 | 8 | 1F | 0 | 24 | 11D | 16 | 36 |
| Octal | 225 | 157 | 242 | 10 | 37 | 0 | 44 | 435 | 26 | 66 |
| Binary | 10010101 | 1101111 | 10100010 | 1000 | 11111 | 0 | 100100 | 100011101 | 10110 | 110110 |
Color Harmonies of #956FA2
Complementary color
Monochromatic Colors of #956FA2
Black with #956FA2
Text Example
Text Example
White with #956FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FA2; }
p { color: rgb(149,111,162); }
H1.HeaderClassName
{
color: #956FA2;
}
.AnyTagClassName
{
color: #956FA2;
}
</style>
background-color css
<style>
a { background-color: #956FA2; }
a { background-color: rgb(149,111,162); }
div.DivClassName
{
background-color: #956FA2;
}
.BgClassName
{
background-color: #956FA2;
}
</style>
border-color css
<style>
span { border-color: #956FA2; }
span { border-color: rgb(149,111,162); }
td.TdClassName
{
border-color: #956FA2;
}
.TagClassName
{
border-color: #956FA2;
}
</style>