Shades of Ce Soir #9D6AB4
Tints of Ce Soir #9D6AB4
RGB
CMYK
RGB Variations
Color information
#9D6AB4 (or 0x9D6AB4) is known color: Ce Soir. HEX triplet: 9D, 6A and B4. RGB value is (157,106,180). Sum of RGB (Red+Green+Blue) = 157+106+180=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D6AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6AB4 is #62954B. Grayscale: #818181. Windows color (decimal): -6460748 or 11823773. OLE color: 11823773.
HSL color Cylindrical-coordinate representation of color #9D6AB4: hue angle of 281.35º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D6AB4 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 106 | 180 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.29 |
| HSL | 281.35º | 0.33% | 0.56% | - |
| HSV(B) | 281.35º | 0.41% | 0.71% | - |
| XYZ | 27.3 | 20.77 | 45.75 | - |
| YUV | 129.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 180 | 0.13 | 0.41 | 0 | 0.29 | 281.35 | 0.33 | 0.56 |
| Hex | 9D | 6A | B4 | D | 29 | 0 | 1D | 119 | 21 | 38 |
| Octal | 235 | 152 | 264 | 15 | 51 | 0 | 35 | 431 | 41 | 70 |
| Binary | 10011101 | 1101010 | 10110100 | 1101 | 101001 | 0 | 11101 | 100011001 | 100001 | 111000 |
Color Harmonies of #9D6AB4
Complementary color
Monochromatic Colors of #9D6AB4
Black with #9D6AB4
Text Example
Text Example
White with #9D6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6AB4; }
p { color: rgb(157,106,180); }
H1.HeaderClassName
{
color: #9D6AB4;
}
.AnyTagClassName
{
color: #9D6AB4;
}
</style>
background-color css
<style>
a { background-color: #9D6AB4; }
a { background-color: rgb(157,106,180); }
div.DivClassName
{
background-color: #9D6AB4;
}
.BgClassName
{
background-color: #9D6AB4;
}
</style>
border-color css
<style>
span { border-color: #9D6AB4; }
span { border-color: rgb(157,106,180); }
td.TdClassName
{
border-color: #9D6AB4;
}
.TagClassName
{
border-color: #9D6AB4;
}
</style>