Shades of Ce Soir #9C6CAF
Tints of Ce Soir #9C6CAF
RGB
CMYK
RGB Variations
Color information
#9C6CAF (or 0x9C6CAF) is known color: Ce Soir. HEX triplet: 9C, 6C and AF. RGB value is (156,108,175). Sum of RGB (Red+Green+Blue) = 156+108+175=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6CAF is #639350. Grayscale: #818181. Windows color (decimal): -6525777 or 11496604. OLE color: 11496604.
HSL color Cylindrical-coordinate representation of color #9C6CAF: hue angle of 282.99º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6CAF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 108 | 175 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.31 |
| HSL | 282.99º | 0.3% | 0.55% | - |
| HSV(B) | 282.99º | 0.38% | 0.69% | - |
| XYZ | 26.81 | 20.89 | 43.18 | - |
| YUV | 129.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 175 | 0.11 | 0.38 | 0 | 0.31 | 282.99 | 0.3 | 0.55 |
| Hex | 9C | 6C | AF | B | 26 | 0 | 1F | 11B | 1E | 37 |
| Octal | 234 | 154 | 257 | 13 | 46 | 0 | 37 | 433 | 36 | 67 |
| Binary | 10011100 | 1101100 | 10101111 | 1011 | 100110 | 0 | 11111 | 100011011 | 11110 | 110111 |
Color Harmonies of #9C6CAF
Complementary color
Monochromatic Colors of #9C6CAF
Black with #9C6CAF
Text Example
Text Example
White with #9C6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CAF; }
p { color: rgb(156,108,175); }
H1.HeaderClassName
{
color: #9C6CAF;
}
.AnyTagClassName
{
color: #9C6CAF;
}
</style>
background-color css
<style>
a { background-color: #9C6CAF; }
a { background-color: rgb(156,108,175); }
div.DivClassName
{
background-color: #9C6CAF;
}
.BgClassName
{
background-color: #9C6CAF;
}
</style>
border-color css
<style>
span { border-color: #9C6CAF; }
span { border-color: rgb(156,108,175); }
td.TdClassName
{
border-color: #9C6CAF;
}
.TagClassName
{
border-color: #9C6CAF;
}
</style>