Shades of Ce Soir #9B6FAD
Tints of Ce Soir #9B6FAD
RGB
CMYK
RGB Variations
Color information
#9B6FAD (or 0x9B6FAD) is known color: Ce Soir. HEX triplet: 9B, 6F and AD. RGB value is (155,111,173). Sum of RGB (Red+Green+Blue) = 155+111+173=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6FAD is #649052. Grayscale: #838383. Windows color (decimal): -6590547 or 11366299. OLE color: 11366299.
HSL color Cylindrical-coordinate representation of color #9B6FAD: hue angle of 282.58º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6FAD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 111 | 173 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.32 |
| HSL | 282.58º | 0.27% | 0.56% | - |
| HSV(B) | 282.58º | 0.36% | 0.68% | - |
| XYZ | 26.74 | 21.35 | 42.25 | - |
| YUV | 131.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 173 | 0.10 | 0.36 | 0 | 0.32 | 282.58 | 0.27 | 0.56 |
| Hex | 9B | 6F | AD | A | 24 | 0 | 20 | 11B | 1B | 38 |
| Octal | 233 | 157 | 255 | 12 | 44 | 0 | 40 | 433 | 33 | 70 |
| Binary | 10011011 | 1101111 | 10101101 | 1010 | 100100 | 0 | 100000 | 100011011 | 11011 | 111000 |
Color Harmonies of #9B6FAD
Complementary color
Monochromatic Colors of #9B6FAD
Black with #9B6FAD
Text Example
Text Example
White with #9B6FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FAD; }
p { color: rgb(155,111,173); }
H1.HeaderClassName
{
color: #9B6FAD;
}
.AnyTagClassName
{
color: #9B6FAD;
}
</style>
background-color css
<style>
a { background-color: #9B6FAD; }
a { background-color: rgb(155,111,173); }
div.DivClassName
{
background-color: #9B6FAD;
}
.BgClassName
{
background-color: #9B6FAD;
}
</style>
border-color css
<style>
span { border-color: #9B6FAD; }
span { border-color: rgb(155,111,173); }
td.TdClassName
{
border-color: #9B6FAD;
}
.TagClassName
{
border-color: #9B6FAD;
}
</style>