Shades of Ce Soir #9B69A9
Tints of Ce Soir #9B69A9
RGB
CMYK
RGB Variations
Color information
#9B69A9 (or 0x9B69A9) is known color: Ce Soir. HEX triplet: 9B, 69 and A9. RGB value is (155,105,169). Sum of RGB (Red+Green+Blue) = 155+105+169=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B69A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B69A9 is #649656. Grayscale: #7F7F7F. Windows color (decimal): -6592087 or 11102619. OLE color: 11102619.
HSL color Cylindrical-coordinate representation of color #9B69A9: hue angle of 286.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B69A9 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 105 | 169 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.34 |
| HSL | 286.88º | 0.27% | 0.54% | - |
| HSV(B) | 286.88º | 0.38% | 0.66% | - |
| XYZ | 25.73 | 19.94 | 40.03 | - |
| YUV | 127.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 169 | 0.08 | 0.38 | 0 | 0.34 | 286.88 | 0.27 | 0.54 |
| Hex | 9B | 69 | A9 | 8 | 26 | 0 | 22 | 11F | 1B | 36 |
| Octal | 233 | 151 | 251 | 10 | 46 | 0 | 42 | 437 | 33 | 66 |
| Binary | 10011011 | 1101001 | 10101001 | 1000 | 100110 | 0 | 100010 | 100011111 | 11011 | 110110 |
Color Harmonies of #9B69A9
Complementary color
Monochromatic Colors of #9B69A9
Black with #9B69A9
Text Example
Text Example
White with #9B69A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B69A9; }
p { color: rgb(155,105,169); }
H1.HeaderClassName
{
color: #9B69A9;
}
.AnyTagClassName
{
color: #9B69A9;
}
</style>
background-color css
<style>
a { background-color: #9B69A9; }
a { background-color: rgb(155,105,169); }
div.DivClassName
{
background-color: #9B69A9;
}
.BgClassName
{
background-color: #9B69A9;
}
</style>
border-color css
<style>
span { border-color: #9B69A9; }
span { border-color: rgb(155,105,169); }
td.TdClassName
{
border-color: #9B69A9;
}
.TagClassName
{
border-color: #9B69A9;
}
</style>