Shades of Ce Soir #9C65AB
Tints of Ce Soir #9C65AB
RGB
CMYK
RGB Variations
Color information
#9C65AB (or 0x9C65AB) is known color: Ce Soir. HEX triplet: 9C, 65 and AB. RGB value is (156,101,171). Sum of RGB (Red+Green+Blue) = 156+101+171=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C65AB is #639A54. Grayscale: #7D7D7D. Windows color (decimal): -6527573 or 11232668. OLE color: 11232668.
HSL color Cylindrical-coordinate representation of color #9C65AB: hue angle of 287.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C65AB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 101 | 171 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.33 |
| HSL | 287.14º | 0.29% | 0.53% | - |
| HSV(B) | 287.14º | 0.41% | 0.67% | - |
| XYZ | 25.71 | 19.32 | 40.9 | - |
| YUV | 125.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 171 | 0.09 | 0.41 | 0 | 0.33 | 287.14 | 0.29 | 0.53 |
| Hex | 9C | 65 | AB | 9 | 29 | 0 | 21 | 11F | 1D | 35 |
| Octal | 234 | 145 | 253 | 11 | 51 | 0 | 41 | 437 | 35 | 65 |
| Binary | 10011100 | 1100101 | 10101011 | 1001 | 101001 | 0 | 100001 | 100011111 | 11101 | 110101 |
Color Harmonies of #9C65AB
Complementary color
Monochromatic Colors of #9C65AB
Black with #9C65AB
Text Example
Text Example
White with #9C65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C65AB; }
p { color: rgb(156,101,171); }
H1.HeaderClassName
{
color: #9C65AB;
}
.AnyTagClassName
{
color: #9C65AB;
}
</style>
background-color css
<style>
a { background-color: #9C65AB; }
a { background-color: rgb(156,101,171); }
div.DivClassName
{
background-color: #9C65AB;
}
.BgClassName
{
background-color: #9C65AB;
}
</style>
border-color css
<style>
span { border-color: #9C65AB; }
span { border-color: rgb(156,101,171); }
td.TdClassName
{
border-color: #9C65AB;
}
.TagClassName
{
border-color: #9C65AB;
}
</style>