Shades of Ce Soir #996AB3
Tints of Ce Soir #996AB3
RGB
CMYK
RGB Variations
Color information
#996AB3 (or 0x996AB3) is known color: Ce Soir. HEX triplet: 99, 6A and B3. RGB value is (153,106,179). Sum of RGB (Red+Green+Blue) = 153+106+179=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #996AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AB3 is #66954C. Grayscale: #808080. Windows color (decimal): -6722893 or 11758233. OLE color: 11758233.
HSL color Cylindrical-coordinate representation of color #996AB3: hue angle of 278.63º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996AB3 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 106 | 179 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.30 |
| HSL | 278.63º | 0.32% | 0.56% | - |
| HSV(B) | 278.63º | 0.41% | 0.7% | - |
| XYZ | 26.43 | 20.34 | 45.18 | - |
| YUV | 128.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 179 | 0.15 | 0.41 | 0 | 0.30 | 278.63 | 0.32 | 0.56 |
| Hex | 99 | 6A | B3 | F | 29 | 0 | 1E | 117 | 20 | 38 |
| Octal | 231 | 152 | 263 | 17 | 51 | 0 | 36 | 427 | 40 | 70 |
| Binary | 10011001 | 1101010 | 10110011 | 1111 | 101001 | 0 | 11110 | 100010111 | 100000 | 111000 |
Color Harmonies of #996AB3
Complementary color
Monochromatic Colors of #996AB3
Black with #996AB3
Text Example
Text Example
White with #996AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AB3; }
p { color: rgb(153,106,179); }
H1.HeaderClassName
{
color: #996AB3;
}
.AnyTagClassName
{
color: #996AB3;
}
</style>
background-color css
<style>
a { background-color: #996AB3; }
a { background-color: rgb(153,106,179); }
div.DivClassName
{
background-color: #996AB3;
}
.BgClassName
{
background-color: #996AB3;
}
</style>
border-color css
<style>
span { border-color: #996AB3; }
span { border-color: rgb(153,106,179); }
td.TdClassName
{
border-color: #996AB3;
}
.TagClassName
{
border-color: #996AB3;
}
</style>