Shades of Ce Soir #9770AB
Tints of Ce Soir #9770AB
RGB
CMYK
RGB Variations
Color information
#9770AB (or 0x9770AB) is known color: Ce Soir. HEX triplet: 97, 70 and AB. RGB value is (151,112,171). Sum of RGB (Red+Green+Blue) = 151+112+171=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9770AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9770AB is #688F54. Grayscale: #828282. Windows color (decimal): -6852437 or 11235479. OLE color: 11235479.
HSL color Cylindrical-coordinate representation of color #9770AB: hue angle of 279.66º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9770AB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 112 | 171 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.33 |
| HSL | 279.66º | 0.26% | 0.55% | - |
| HSV(B) | 279.66º | 0.35% | 0.67% | - |
| XYZ | 25.91 | 21.11 | 41.24 | - |
| YUV | 130.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 171 | 0.12 | 0.35 | 0 | 0.33 | 279.66 | 0.26 | 0.55 |
| Hex | 97 | 70 | AB | C | 23 | 0 | 21 | 118 | 1A | 37 |
| Octal | 227 | 160 | 253 | 14 | 43 | 0 | 41 | 430 | 32 | 67 |
| Binary | 10010111 | 1110000 | 10101011 | 1100 | 100011 | 0 | 100001 | 100011000 | 11010 | 110111 |
Color Harmonies of #9770AB
Complementary color
Monochromatic Colors of #9770AB
Black with #9770AB
Text Example
Text Example
White with #9770AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770AB; }
p { color: rgb(151,112,171); }
H1.HeaderClassName
{
color: #9770AB;
}
.AnyTagClassName
{
color: #9770AB;
}
</style>
background-color css
<style>
a { background-color: #9770AB; }
a { background-color: rgb(151,112,171); }
div.DivClassName
{
background-color: #9770AB;
}
.BgClassName
{
background-color: #9770AB;
}
</style>
border-color css
<style>
span { border-color: #9770AB; }
span { border-color: rgb(151,112,171); }
td.TdClassName
{
border-color: #9770AB;
}
.TagClassName
{
border-color: #9770AB;
}
</style>