Shades of Ce Soir #9B6BB0
Tints of Ce Soir #9B6BB0
RGB
CMYK
RGB Variations
Color information
#9B6BB0 (or 0x9B6BB0) is known color: Ce Soir. HEX triplet: 9B, 6B and B0. RGB value is (155,107,176). Sum of RGB (Red+Green+Blue) = 155+107+176=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #9B6BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6BB0 is #64944F. Grayscale: #808080. Windows color (decimal): -6591568 or 11561883. OLE color: 11561883.
HSL color Cylindrical-coordinate representation of color #9B6BB0: hue angle of 281.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B6BB0 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 107 | 176 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.31 |
| HSL | 281.74º | 0.3% | 0.55% | - |
| HSV(B) | 281.74º | 0.39% | 0.69% | - |
| XYZ | 26.61 | 20.62 | 43.65 | - |
| YUV | 129.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 176 | 0.12 | 0.39 | 0 | 0.31 | 281.74 | 0.3 | 0.55 |
| Hex | 9B | 6B | B0 | C | 27 | 0 | 1F | 11A | 1E | 37 |
| Octal | 233 | 153 | 260 | 14 | 47 | 0 | 37 | 432 | 36 | 67 |
| Binary | 10011011 | 1101011 | 10110000 | 1100 | 100111 | 0 | 11111 | 100011010 | 11110 | 110111 |
Color Harmonies of #9B6BB0
Complementary color
Monochromatic Colors of #9B6BB0
Black with #9B6BB0
Text Example
Text Example
White with #9B6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6BB0; }
p { color: rgb(155,107,176); }
H1.HeaderClassName
{
color: #9B6BB0;
}
.AnyTagClassName
{
color: #9B6BB0;
}
</style>
background-color css
<style>
a { background-color: #9B6BB0; }
a { background-color: rgb(155,107,176); }
div.DivClassName
{
background-color: #9B6BB0;
}
.BgClassName
{
background-color: #9B6BB0;
}
</style>
border-color css
<style>
span { border-color: #9B6BB0; }
span { border-color: rgb(155,107,176); }
td.TdClassName
{
border-color: #9B6BB0;
}
.TagClassName
{
border-color: #9B6BB0;
}
</style>