Shades of Ce Soir #996CAF
Tints of Ce Soir #996CAF
RGB
CMYK
RGB Variations
Color information
#996CAF (or 0x996CAF) is known color: Ce Soir. HEX triplet: 99, 6C and AF. RGB value is (153,108,175). Sum of RGB (Red+Green+Blue) = 153+108+175=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #996CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAF is #669350. Grayscale: #808080. Windows color (decimal): -6722385 or 11496601. OLE color: 11496601.
HSL color Cylindrical-coordinate representation of color #996CAF: hue angle of 280.3º 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 #996CAF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 108 | 175 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.31 |
| HSL | 280.3º | 0.3% | 0.55% | - |
| HSV(B) | 280.3º | 0.38% | 0.69% | - |
| XYZ | 26.24 | 20.59 | 43.15 | - |
| YUV | 129.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 175 | 0.13 | 0.38 | 0 | 0.31 | 280.3 | 0.3 | 0.55 |
| Hex | 99 | 6C | AF | D | 26 | 0 | 1F | 118 | 1E | 37 |
| Octal | 231 | 154 | 257 | 15 | 46 | 0 | 37 | 430 | 36 | 67 |
| Binary | 10011001 | 1101100 | 10101111 | 1101 | 100110 | 0 | 11111 | 100011000 | 11110 | 110111 |
Color Harmonies of #996CAF
Complementary color
Monochromatic Colors of #996CAF
Black with #996CAF
Text Example
Text Example
White with #996CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CAF; }
p { color: rgb(153,108,175); }
H1.HeaderClassName
{
color: #996CAF;
}
.AnyTagClassName
{
color: #996CAF;
}
</style>
background-color css
<style>
a { background-color: #996CAF; }
a { background-color: rgb(153,108,175); }
div.DivClassName
{
background-color: #996CAF;
}
.BgClassName
{
background-color: #996CAF;
}
</style>
border-color css
<style>
span { border-color: #996CAF; }
span { border-color: rgb(153,108,175); }
td.TdClassName
{
border-color: #996CAF;
}
.TagClassName
{
border-color: #996CAF;
}
</style>