Shades of Ce Soir #957AAB
Tints of Ce Soir #957AAB
RGB
CMYK
RGB Variations
Color information
#957AAB (or 0x957AAB) is known color: Ce Soir. HEX triplet: 95, 7A and AB. RGB value is (149,122,171). Sum of RGB (Red+Green+Blue) = 149+122+171=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #957AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAB is #6A8554. Grayscale: #878787. Windows color (decimal): -6980949 or 11238037. OLE color: 11238037.
HSL color Cylindrical-coordinate representation of color #957AAB: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957AAB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 122 | 171 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.33 |
| HSL | 273.06º | 0.23% | 0.57% | - |
| HSV(B) | 273.06º | 0.29% | 0.67% | - |
| XYZ | 26.7 | 23.25 | 41.61 | - |
| YUV | 135.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 171 | 0.13 | 0.29 | 0 | 0.33 | 273.06 | 0.23 | 0.57 |
| Hex | 95 | 7A | AB | D | 1D | 0 | 21 | 111 | 17 | 39 |
| Octal | 225 | 172 | 253 | 15 | 35 | 0 | 41 | 421 | 27 | 71 |
| Binary | 10010101 | 1111010 | 10101011 | 1101 | 11101 | 0 | 100001 | 100010001 | 10111 | 111001 |
Color Harmonies of #957AAB
Complementary color
Monochromatic Colors of #957AAB
Black with #957AAB
Text Example
Text Example
White with #957AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AAB; }
p { color: rgb(149,122,171); }
H1.HeaderClassName
{
color: #957AAB;
}
.AnyTagClassName
{
color: #957AAB;
}
</style>
background-color css
<style>
a { background-color: #957AAB; }
a { background-color: rgb(149,122,171); }
div.DivClassName
{
background-color: #957AAB;
}
.BgClassName
{
background-color: #957AAB;
}
</style>
border-color css
<style>
span { border-color: #957AAB; }
span { border-color: rgb(149,122,171); }
td.TdClassName
{
border-color: #957AAB;
}
.TagClassName
{
border-color: #957AAB;
}
</style>