Shades of Ce Soir #9B63AB
Tints of Ce Soir #9B63AB
RGB
CMYK
RGB Variations
Color information
#9B63AB (or 0x9B63AB) is known color: Ce Soir. HEX triplet: 9B, 63 and AB. RGB value is (155,99,171). Sum of RGB (Red+Green+Blue) = 155+99+171=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B63AB is #649C54. Grayscale: #7B7B7B. Windows color (decimal): -6593621 or 11232155. OLE color: 11232155.
HSL color Cylindrical-coordinate representation of color #9B63AB: hue angle of 286.67º 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 #9B63AB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 99 | 171 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.33 |
| HSL | 286.67º | 0.3% | 0.53% | - |
| HSV(B) | 286.67º | 0.42% | 0.67% | - |
| XYZ | 25.33 | 18.83 | 40.83 | - |
| YUV | 123.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 171 | 0.09 | 0.42 | 0 | 0.33 | 286.67 | 0.3 | 0.53 |
| Hex | 9B | 63 | AB | 9 | 2A | 0 | 21 | 11F | 1E | 35 |
| Octal | 233 | 143 | 253 | 11 | 52 | 0 | 41 | 437 | 36 | 65 |
| Binary | 10011011 | 1100011 | 10101011 | 1001 | 101010 | 0 | 100001 | 100011111 | 11110 | 110101 |
Color Harmonies of #9B63AB
Complementary color
Monochromatic Colors of #9B63AB
Black with #9B63AB
Text Example
Text Example
White with #9B63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63AB; }
p { color: rgb(155,99,171); }
H1.HeaderClassName
{
color: #9B63AB;
}
.AnyTagClassName
{
color: #9B63AB;
}
</style>
background-color css
<style>
a { background-color: #9B63AB; }
a { background-color: rgb(155,99,171); }
div.DivClassName
{
background-color: #9B63AB;
}
.BgClassName
{
background-color: #9B63AB;
}
</style>
border-color css
<style>
span { border-color: #9B63AB; }
span { border-color: rgb(155,99,171); }
td.TdClassName
{
border-color: #9B63AB;
}
.TagClassName
{
border-color: #9B63AB;
}
</style>