Shades of Ce Soir #9B64AB
Tints of Ce Soir #9B64AB
RGB
CMYK
RGB Variations
Color information
#9B64AB (or 0x9B64AB) is known color: Ce Soir. HEX triplet: 9B, 64 and AB. RGB value is (155,100,171). Sum of RGB (Red+Green+Blue) = 155+100+171=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B64AB is #649B54. Grayscale: #7C7C7C. Windows color (decimal): -6593365 or 11232411. OLE color: 11232411.
HSL color Cylindrical-coordinate representation of color #9B64AB: hue angle of 286.48º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B64AB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 100 | 171 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.33 |
| HSL | 286.48º | 0.3% | 0.53% | - |
| HSV(B) | 286.48º | 0.42% | 0.67% | - |
| XYZ | 25.43 | 19.02 | 40.86 | - |
| YUV | 124.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 171 | 0.09 | 0.42 | 0 | 0.33 | 286.48 | 0.3 | 0.53 |
| Hex | 9B | 64 | AB | 9 | 2A | 0 | 21 | 11E | 1E | 35 |
| Octal | 233 | 144 | 253 | 11 | 52 | 0 | 41 | 436 | 36 | 65 |
| Binary | 10011011 | 1100100 | 10101011 | 1001 | 101010 | 0 | 100001 | 100011110 | 11110 | 110101 |
Color Harmonies of #9B64AB
Complementary color
Monochromatic Colors of #9B64AB
Black with #9B64AB
Text Example
Text Example
White with #9B64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B64AB; }
p { color: rgb(155,100,171); }
H1.HeaderClassName
{
color: #9B64AB;
}
.AnyTagClassName
{
color: #9B64AB;
}
</style>
background-color css
<style>
a { background-color: #9B64AB; }
a { background-color: rgb(155,100,171); }
div.DivClassName
{
background-color: #9B64AB;
}
.BgClassName
{
background-color: #9B64AB;
}
</style>
border-color css
<style>
span { border-color: #9B64AB; }
span { border-color: rgb(155,100,171); }
td.TdClassName
{
border-color: #9B64AB;
}
.TagClassName
{
border-color: #9B64AB;
}
</style>