Shades of Ce Soir #9B6DB4
Tints of Ce Soir #9B6DB4
RGB
CMYK
RGB Variations
Color information
#9B6DB4 (or 0x9B6DB4) is known color: Ce Soir. HEX triplet: 9B, 6D and B4. RGB value is (155,109,180). Sum of RGB (Red+Green+Blue) = 155+109+180=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #9B6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DB4 is #64924B. Grayscale: #828282. Windows color (decimal): -6591052 or 11824539. OLE color: 11824539.
HSL color Cylindrical-coordinate representation of color #9B6DB4: hue angle of 278.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B6DB4 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 109 | 180 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.29 |
| HSL | 278.87º | 0.32% | 0.57% | - |
| HSV(B) | 278.87º | 0.39% | 0.71% | - |
| XYZ | 27.22 | 21.2 | 45.84 | - |
| YUV | 130.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 180 | 0.14 | 0.39 | 0 | 0.29 | 278.87 | 0.32 | 0.57 |
| Hex | 9B | 6D | B4 | E | 27 | 0 | 1D | 117 | 20 | 39 |
| Octal | 233 | 155 | 264 | 16 | 47 | 0 | 35 | 427 | 40 | 71 |
| Binary | 10011011 | 1101101 | 10110100 | 1110 | 100111 | 0 | 11101 | 100010111 | 100000 | 111001 |
Color Harmonies of #9B6DB4
Complementary color
Monochromatic Colors of #9B6DB4
Black with #9B6DB4
Text Example
Text Example
White with #9B6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6DB4; }
p { color: rgb(155,109,180); }
H1.HeaderClassName
{
color: #9B6DB4;
}
.AnyTagClassName
{
color: #9B6DB4;
}
</style>
background-color css
<style>
a { background-color: #9B6DB4; }
a { background-color: rgb(155,109,180); }
div.DivClassName
{
background-color: #9B6DB4;
}
.BgClassName
{
background-color: #9B6DB4;
}
</style>
border-color css
<style>
span { border-color: #9B6DB4; }
span { border-color: rgb(155,109,180); }
td.TdClassName
{
border-color: #9B6DB4;
}
.TagClassName
{
border-color: #9B6DB4;
}
</style>