Shades of Ce Soir #955EA8
Tints of Ce Soir #955EA8
RGB
CMYK
RGB Variations
Color information
#955EA8 (or 0x955EA8) is known color: Ce Soir. HEX triplet: 95, 5E and A8. RGB value is (149,94,168). Sum of RGB (Red+Green+Blue) = 149+94+168=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #955EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EA8 is #6AA157. Grayscale: #767676. Windows color (decimal): -6988120 or 11034261. OLE color: 11034261.
HSL color Cylindrical-coordinate representation of color #955EA8: hue angle of 284.59º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955EA8 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 94 | 168 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.34 |
| HSL | 284.59º | 0.3% | 0.51% | - |
| HSV(B) | 284.59º | 0.44% | 0.66% | - |
| XYZ | 23.47 | 17.22 | 39.13 | - |
| YUV | 118.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 168 | 0.11 | 0.44 | 0 | 0.34 | 284.59 | 0.3 | 0.51 |
| Hex | 95 | 5E | A8 | B | 2C | 0 | 22 | 11D | 1E | 33 |
| Octal | 225 | 136 | 250 | 13 | 54 | 0 | 42 | 435 | 36 | 63 |
| Binary | 10010101 | 1011110 | 10101000 | 1011 | 101100 | 0 | 100010 | 100011101 | 11110 | 110011 |
Color Harmonies of #955EA8
Complementary color
Monochromatic Colors of #955EA8
Black with #955EA8
Text Example
Text Example
White with #955EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EA8; }
p { color: rgb(149,94,168); }
H1.HeaderClassName
{
color: #955EA8;
}
.AnyTagClassName
{
color: #955EA8;
}
</style>
background-color css
<style>
a { background-color: #955EA8; }
a { background-color: rgb(149,94,168); }
div.DivClassName
{
background-color: #955EA8;
}
.BgClassName
{
background-color: #955EA8;
}
</style>
border-color css
<style>
span { border-color: #955EA8; }
span { border-color: rgb(149,94,168); }
td.TdClassName
{
border-color: #955EA8;
}
.TagClassName
{
border-color: #955EA8;
}
</style>