Shades of Ce Soir #9B7AAA
Tints of Ce Soir #9B7AAA
RGB
CMYK
RGB Variations
Color information
#9B7AAA (or 0x9B7AAA) is known color: Ce Soir. HEX triplet: 9B, 7A and AA. RGB value is (155,122,170). Sum of RGB (Red+Green+Blue) = 155+122+170=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AAA is #648555. Grayscale: #898989. Windows color (decimal): -6587734 or 11172507. OLE color: 11172507.
HSL color Cylindrical-coordinate representation of color #9B7AAA: hue angle of 281.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7AAA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 122 | 170 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.33 |
| HSL | 281.25º | 0.22% | 0.57% | - |
| HSV(B) | 281.25º | 0.28% | 0.67% | - |
| XYZ | 27.73 | 23.79 | 41.16 | - |
| YUV | 137.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 170 | 0.09 | 0.28 | 0 | 0.33 | 281.25 | 0.22 | 0.57 |
| Hex | 9B | 7A | AA | 9 | 1C | 0 | 21 | 119 | 16 | 39 |
| Octal | 233 | 172 | 252 | 11 | 34 | 0 | 41 | 431 | 26 | 71 |
| Binary | 10011011 | 1111010 | 10101010 | 1001 | 11100 | 0 | 100001 | 100011001 | 10110 | 111001 |
Color Harmonies of #9B7AAA
Complementary color
Monochromatic Colors of #9B7AAA
Black with #9B7AAA
Text Example
Text Example
White with #9B7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7AAA; }
p { color: rgb(155,122,170); }
H1.HeaderClassName
{
color: #9B7AAA;
}
.AnyTagClassName
{
color: #9B7AAA;
}
</style>
background-color css
<style>
a { background-color: #9B7AAA; }
a { background-color: rgb(155,122,170); }
div.DivClassName
{
background-color: #9B7AAA;
}
.BgClassName
{
background-color: #9B7AAA;
}
</style>
border-color css
<style>
span { border-color: #9B7AAA; }
span { border-color: rgb(155,122,170); }
td.TdClassName
{
border-color: #9B7AAA;
}
.TagClassName
{
border-color: #9B7AAA;
}
</style>