Shades of Ce Soir #9C69B4
Tints of Ce Soir #9C69B4
RGB
CMYK
RGB Variations
Color information
#9C69B4 (or 0x9C69B4) is known color: Ce Soir. HEX triplet: 9C, 69 and B4. RGB value is (156,105,180). Sum of RGB (Red+Green+Blue) = 156+105+180=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C69B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69B4 is #63964B. Grayscale: #808080. Windows color (decimal): -6526540 or 11823516. OLE color: 11823516.
HSL color Cylindrical-coordinate representation of color #9C69B4: hue angle of 280.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C69B4 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 105 | 180 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.29 |
| HSL | 280.8º | 0.33% | 0.56% | - |
| HSV(B) | 280.8º | 0.42% | 0.71% | - |
| XYZ | 27 | 20.47 | 45.71 | - |
| YUV | 128.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 180 | 0.13 | 0.42 | 0 | 0.29 | 280.8 | 0.33 | 0.56 |
| Hex | 9C | 69 | B4 | D | 2A | 0 | 1D | 119 | 21 | 38 |
| Octal | 234 | 151 | 264 | 15 | 52 | 0 | 35 | 431 | 41 | 70 |
| Binary | 10011100 | 1101001 | 10110100 | 1101 | 101010 | 0 | 11101 | 100011001 | 100001 | 111000 |
Color Harmonies of #9C69B4
Complementary color
Monochromatic Colors of #9C69B4
Black with #9C69B4
Text Example
Text Example
White with #9C69B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C69B4; }
p { color: rgb(156,105,180); }
H1.HeaderClassName
{
color: #9C69B4;
}
.AnyTagClassName
{
color: #9C69B4;
}
</style>
background-color css
<style>
a { background-color: #9C69B4; }
a { background-color: rgb(156,105,180); }
div.DivClassName
{
background-color: #9C69B4;
}
.BgClassName
{
background-color: #9C69B4;
}
</style>
border-color css
<style>
span { border-color: #9C69B4; }
span { border-color: rgb(156,105,180); }
td.TdClassName
{
border-color: #9C69B4;
}
.TagClassName
{
border-color: #9C69B4;
}
</style>