Shades of Ce Soir #9670AD
Tints of Ce Soir #9670AD
RGB
CMYK
RGB Variations
Color information
#9670AD (or 0x9670AD) is known color: Ce Soir. HEX triplet: 96, 70 and AD. RGB value is (150,112,173). Sum of RGB (Red+Green+Blue) = 150+112+173=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9670AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670AD is #698F52. Grayscale: #828282. Windows color (decimal): -6917971 or 11366550. OLE color: 11366550.
HSL color Cylindrical-coordinate representation of color #9670AD: hue angle of 277.38º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9670AD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 112 | 173 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.32 |
| HSL | 277.38º | 0.27% | 0.56% | - |
| HSV(B) | 277.38º | 0.35% | 0.68% | - |
| XYZ | 25.91 | 21.09 | 42.24 | - |
| YUV | 130.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 173 | 0.13 | 0.35 | 0 | 0.32 | 277.38 | 0.27 | 0.56 |
| Hex | 96 | 70 | AD | D | 23 | 0 | 20 | 115 | 1B | 38 |
| Octal | 226 | 160 | 255 | 15 | 43 | 0 | 40 | 425 | 33 | 70 |
| Binary | 10010110 | 1110000 | 10101101 | 1101 | 100011 | 0 | 100000 | 100010101 | 11011 | 111000 |
Color Harmonies of #9670AD
Complementary color
Monochromatic Colors of #9670AD
Black with #9670AD
Text Example
Text Example
White with #9670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670AD; }
p { color: rgb(150,112,173); }
H1.HeaderClassName
{
color: #9670AD;
}
.AnyTagClassName
{
color: #9670AD;
}
</style>
background-color css
<style>
a { background-color: #9670AD; }
a { background-color: rgb(150,112,173); }
div.DivClassName
{
background-color: #9670AD;
}
.BgClassName
{
background-color: #9670AD;
}
</style>
border-color css
<style>
span { border-color: #9670AD; }
span { border-color: rgb(150,112,173); }
td.TdClassName
{
border-color: #9670AD;
}
.TagClassName
{
border-color: #9670AD;
}
</style>