Shades of Ce Soir #9B7AAC
Tints of Ce Soir #9B7AAC
RGB
CMYK
RGB Variations
Color information
#9B7AAC (or 0x9B7AAC) is known color: Ce Soir. HEX triplet: 9B, 7A and AC. RGB value is (155,122,172). Sum of RGB (Red+Green+Blue) = 155+122+172=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AAC is #648553. Grayscale: #898989. Windows color (decimal): -6587732 or 11303579. OLE color: 11303579.
HSL color Cylindrical-coordinate representation of color #9B7AAC: hue angle of 279.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B7AAC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 122 | 172 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.33 |
| HSL | 279.6º | 0.23% | 0.58% | - |
| HSV(B) | 279.6º | 0.29% | 0.67% | - |
| XYZ | 27.92 | 23.87 | 42.16 | - |
| YUV | 137.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 172 | 0.10 | 0.29 | 0 | 0.33 | 279.6 | 0.23 | 0.58 |
| Hex | 9B | 7A | AC | A | 1D | 0 | 21 | 118 | 17 | 3A |
| Octal | 233 | 172 | 254 | 12 | 35 | 0 | 41 | 430 | 27 | 72 |
| Binary | 10011011 | 1111010 | 10101100 | 1010 | 11101 | 0 | 100001 | 100011000 | 10111 | 111010 |
Color Harmonies of #9B7AAC
Complementary color
Monochromatic Colors of #9B7AAC
Black with #9B7AAC
Text Example
Text Example
White with #9B7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7AAC; }
p { color: rgb(155,122,172); }
H1.HeaderClassName
{
color: #9B7AAC;
}
.AnyTagClassName
{
color: #9B7AAC;
}
</style>
background-color css
<style>
a { background-color: #9B7AAC; }
a { background-color: rgb(155,122,172); }
div.DivClassName
{
background-color: #9B7AAC;
}
.BgClassName
{
background-color: #9B7AAC;
}
</style>
border-color css
<style>
span { border-color: #9B7AAC; }
span { border-color: rgb(155,122,172); }
td.TdClassName
{
border-color: #9B7AAC;
}
.TagClassName
{
border-color: #9B7AAC;
}
</style>