Shades of Ce Soir #917CA2
Tints of Ce Soir #917CA2
RGB
CMYK
RGB Variations
Color information
#917CA2 (or 0x917CA2) is known color: Ce Soir. HEX triplet: 91, 7C and A2. RGB value is (145,124,162). Sum of RGB (Red+Green+Blue) = 145+124+162=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #917CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CA2 is #6E835D. Grayscale: #868686. Windows color (decimal): -7242590 or 10648721. OLE color: 10648721.
HSL color Cylindrical-coordinate representation of color #917CA2: hue angle of 273.16º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917CA2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 124 | 162 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.36 |
| HSL | 273.16º | 0.17% | 0.56% | - |
| HSV(B) | 273.16º | 0.23% | 0.64% | - |
| XYZ | 25.41 | 23.04 | 37.29 | - |
| YUV | 134.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 162 | 0.10 | 0.23 | 0 | 0.36 | 273.16 | 0.17 | 0.56 |
| Hex | 91 | 7C | A2 | A | 17 | 0 | 24 | 111 | 11 | 38 |
| Octal | 221 | 174 | 242 | 12 | 27 | 0 | 44 | 421 | 21 | 70 |
| Binary | 10010001 | 1111100 | 10100010 | 1010 | 10111 | 0 | 100100 | 100010001 | 10001 | 111000 |
Color Harmonies of #917CA2
Complementary color
Monochromatic Colors of #917CA2
Black with #917CA2
Text Example
Text Example
White with #917CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CA2; }
p { color: rgb(145,124,162); }
H1.HeaderClassName
{
color: #917CA2;
}
.AnyTagClassName
{
color: #917CA2;
}
</style>
background-color css
<style>
a { background-color: #917CA2; }
a { background-color: rgb(145,124,162); }
div.DivClassName
{
background-color: #917CA2;
}
.BgClassName
{
background-color: #917CA2;
}
</style>
border-color css
<style>
span { border-color: #917CA2; }
span { border-color: rgb(145,124,162); }
td.TdClassName
{
border-color: #917CA2;
}
.TagClassName
{
border-color: #917CA2;
}
</style>