Shades of Ce Soir #917AA0
Tints of Ce Soir #917AA0
RGB
CMYK
RGB Variations
Color information
#917AA0 (or 0x917AA0) is known color: Ce Soir. HEX triplet: 91, 7A and A0. RGB value is (145,122,160). Sum of RGB (Red+Green+Blue) = 145+122+160=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 160 - color contains mainly: blue. Hex color #917AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AA0 is #6E855F. Grayscale: #858585. Windows color (decimal): -7243104 or 10517137. OLE color: 10517137.
HSL color Cylindrical-coordinate representation of color #917AA0: hue angle of 276.32º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917AA0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 122 | 160 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.37 |
| HSL | 276.32º | 0.17% | 0.55% | - |
| HSV(B) | 276.32º | 0.24% | 0.63% | - |
| XYZ | 24.98 | 22.48 | 36.28 | - |
| YUV | 133.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 160 | 0.09 | 0.24 | 0 | 0.37 | 276.32 | 0.17 | 0.55 |
| Hex | 91 | 7A | A0 | 9 | 18 | 0 | 25 | 114 | 11 | 37 |
| Octal | 221 | 172 | 240 | 11 | 30 | 0 | 45 | 424 | 21 | 67 |
| Binary | 10010001 | 1111010 | 10100000 | 1001 | 11000 | 0 | 100101 | 100010100 | 10001 | 110111 |
Color Harmonies of #917AA0
Complementary color
Monochromatic Colors of #917AA0
Black with #917AA0
Text Example
Text Example
White with #917AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917AA0; }
p { color: rgb(145,122,160); }
H1.HeaderClassName
{
color: #917AA0;
}
.AnyTagClassName
{
color: #917AA0;
}
</style>
background-color css
<style>
a { background-color: #917AA0; }
a { background-color: rgb(145,122,160); }
div.DivClassName
{
background-color: #917AA0;
}
.BgClassName
{
background-color: #917AA0;
}
</style>
border-color css
<style>
span { border-color: #917AA0; }
span { border-color: rgb(145,122,160); }
td.TdClassName
{
border-color: #917AA0;
}
.TagClassName
{
border-color: #917AA0;
}
</style>