Shades of Ce Soir #9D6FAB
Tints of Ce Soir #9D6FAB
RGB
CMYK
RGB Variations
Color information
#9D6FAB (or 0x9D6FAB) is known color: Ce Soir. HEX triplet: 9D, 6F and AB. RGB value is (157,111,171). Sum of RGB (Red+Green+Blue) = 157+111+171=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6FAB is #629054. Grayscale: #838383. Windows color (decimal): -6459477 or 11235229. OLE color: 11235229.
HSL color Cylindrical-coordinate representation of color #9D6FAB: hue angle of 286º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6FAB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 111 | 171 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.33 |
| HSL | 286º | 0.26% | 0.55% | - |
| HSV(B) | 286º | 0.35% | 0.67% | - |
| XYZ | 26.94 | 21.48 | 41.25 | - |
| YUV | 131.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 171 | 0.08 | 0.35 | 0 | 0.33 | 286 | 0.26 | 0.55 |
| Hex | 9D | 6F | AB | 8 | 23 | 0 | 21 | 11E | 1A | 37 |
| Octal | 235 | 157 | 253 | 10 | 43 | 0 | 41 | 436 | 32 | 67 |
| Binary | 10011101 | 1101111 | 10101011 | 1000 | 100011 | 0 | 100001 | 100011110 | 11010 | 110111 |
Color Harmonies of #9D6FAB
Complementary color
Monochromatic Colors of #9D6FAB
Black with #9D6FAB
Text Example
Text Example
White with #9D6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FAB; }
p { color: rgb(157,111,171); }
H1.HeaderClassName
{
color: #9D6FAB;
}
.AnyTagClassName
{
color: #9D6FAB;
}
</style>
background-color css
<style>
a { background-color: #9D6FAB; }
a { background-color: rgb(157,111,171); }
div.DivClassName
{
background-color: #9D6FAB;
}
.BgClassName
{
background-color: #9D6FAB;
}
</style>
border-color css
<style>
span { border-color: #9D6FAB; }
span { border-color: rgb(157,111,171); }
td.TdClassName
{
border-color: #9D6FAB;
}
.TagClassName
{
border-color: #9D6FAB;
}
</style>