Shades of Ce Soir #9769B4
Tints of Ce Soir #9769B4
RGB
CMYK
RGB Variations
Color information
#9769B4 (or 0x9769B4) is known color: Ce Soir. HEX triplet: 97, 69 and B4. RGB value is (151,105,180). Sum of RGB (Red+Green+Blue) = 151+105+180=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #9769B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769B4 is #68964B. Grayscale: #7F7F7F. Windows color (decimal): -6854220 or 11823511. OLE color: 11823511.
HSL color Cylindrical-coordinate representation of color #9769B4: hue angle of 276.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9769B4 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 105 | 180 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.29 |
| HSL | 276.8º | 0.33% | 0.56% | - |
| HSV(B) | 276.8º | 0.42% | 0.71% | - |
| XYZ | 26.05 | 19.98 | 45.66 | - |
| YUV | 127.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 180 | 0.16 | 0.42 | 0 | 0.29 | 276.8 | 0.33 | 0.56 |
| Hex | 97 | 69 | B4 | 10 | 2A | 0 | 1D | 115 | 21 | 38 |
| Octal | 227 | 151 | 264 | 20 | 52 | 0 | 35 | 425 | 41 | 70 |
| Binary | 10010111 | 1101001 | 10110100 | 10000 | 101010 | 0 | 11101 | 100010101 | 100001 | 111000 |
Color Harmonies of #9769B4
Complementary color
Monochromatic Colors of #9769B4
Black with #9769B4
Text Example
Text Example
White with #9769B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769B4; }
p { color: rgb(151,105,180); }
H1.HeaderClassName
{
color: #9769B4;
}
.AnyTagClassName
{
color: #9769B4;
}
</style>
background-color css
<style>
a { background-color: #9769B4; }
a { background-color: rgb(151,105,180); }
div.DivClassName
{
background-color: #9769B4;
}
.BgClassName
{
background-color: #9769B4;
}
</style>
border-color css
<style>
span { border-color: #9769B4; }
span { border-color: rgb(151,105,180); }
td.TdClassName
{
border-color: #9769B4;
}
.TagClassName
{
border-color: #9769B4;
}
</style>