Shades of Ce Soir #9B76AA
Tints of Ce Soir #9B76AA
RGB
CMYK
RGB Variations
Color information
#9B76AA (or 0x9B76AA) is known color: Ce Soir. HEX triplet: 9B, 76 and AA. RGB value is (155,118,170). Sum of RGB (Red+Green+Blue) = 155+118+170=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B76AA is #648955. Grayscale: #868686. Windows color (decimal): -6588758 or 11171483. OLE color: 11171483.
HSL color Cylindrical-coordinate representation of color #9B76AA: hue angle of 282.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B76AA is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 118 | 170 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.33 |
| HSL | 282.69º | 0.23% | 0.56% | - |
| HSV(B) | 282.69º | 0.31% | 0.67% | - |
| XYZ | 27.25 | 22.83 | 41 | - |
| YUV | 134.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 170 | 0.09 | 0.31 | 0 | 0.33 | 282.69 | 0.23 | 0.56 |
| Hex | 9B | 76 | AA | 9 | 1F | 0 | 21 | 11B | 17 | 38 |
| Octal | 233 | 166 | 252 | 11 | 37 | 0 | 41 | 433 | 27 | 70 |
| Binary | 10011011 | 1110110 | 10101010 | 1001 | 11111 | 0 | 100001 | 100011011 | 10111 | 111000 |
Color Harmonies of #9B76AA
Complementary color
Monochromatic Colors of #9B76AA
Black with #9B76AA
Text Example
Text Example
White with #9B76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B76AA; }
p { color: rgb(155,118,170); }
H1.HeaderClassName
{
color: #9B76AA;
}
.AnyTagClassName
{
color: #9B76AA;
}
</style>
background-color css
<style>
a { background-color: #9B76AA; }
a { background-color: rgb(155,118,170); }
div.DivClassName
{
background-color: #9B76AA;
}
.BgClassName
{
background-color: #9B76AA;
}
</style>
border-color css
<style>
span { border-color: #9B76AA; }
span { border-color: rgb(155,118,170); }
td.TdClassName
{
border-color: #9B76AA;
}
.TagClassName
{
border-color: #9B76AA;
}
</style>