Shades of Ce Soir #996FAA
Tints of Ce Soir #996FAA
RGB
CMYK
RGB Variations
Color information
#996FAA (or 0x996FAA) is known color: Ce Soir. HEX triplet: 99, 6F and AA. RGB value is (153,111,170). Sum of RGB (Red+Green+Blue) = 153+111+170=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #996FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAA is #669055. Grayscale: #828282. Windows color (decimal): -6721622 or 11169689. OLE color: 11169689.
HSL color Cylindrical-coordinate representation of color #996FAA: hue angle of 282.71º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996FAA is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 111 | 170 | - |
| CMYK | 0.1 | 0.35 | 0 | 0.33 |
| HSL | 282.71º | 0.26% | 0.55% | - |
| HSV(B) | 282.71º | 0.35% | 0.67% | - |
| XYZ | 26.08 | 21.04 | 40.72 | - |
| YUV | 130.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 170 | 0.1 | 0.35 | 0 | 0.33 | 282.71 | 0.26 | 0.55 |
| Hex | 99 | 6F | AA | A | 23 | 0 | 21 | 11B | 1A | 37 |
| Octal | 231 | 157 | 252 | 12 | 43 | 0 | 41 | 433 | 32 | 67 |
| Binary | 10011001 | 1101111 | 10101010 | 1010 | 100011 | 0 | 100001 | 100011011 | 11010 | 110111 |
Color Harmonies of #996FAA
Complementary color
Monochromatic Colors of #996FAA
Black with #996FAA
Text Example
Text Example
White with #996FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FAA; }
p { color: rgb(153,111,170); }
H1.HeaderClassName
{
color: #996FAA;
}
.AnyTagClassName
{
color: #996FAA;
}
</style>
background-color css
<style>
a { background-color: #996FAA; }
a { background-color: rgb(153,111,170); }
div.DivClassName
{
background-color: #996FAA;
}
.BgClassName
{
background-color: #996FAA;
}
</style>
border-color css
<style>
span { border-color: #996FAA; }
span { border-color: rgb(153,111,170); }
td.TdClassName
{
border-color: #996FAA;
}
.TagClassName
{
border-color: #996FAA;
}
</style>