#996EAB

Color #996EAB Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #996EAB

Tints of Ce Soir #996EAB

Color information

#996EAB (or 0x996EAB) is unknown color: approx Ce Soir. HEX triplet: 99, 6E and AB. RGB value is (153,110,171). Sum of RGB (Red+Green+Blue) = 153+110+171=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #996EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EAB is #669154. Grayscale: #818181. Windows color (decimal): -6721877 or 11234969. OLE color: 11234969.

HSL color Cylindrical-coordinate representation of color #996EAB: hue angle of 282.3º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996EAB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153110171-
CMYK0.110.3600.33
HSL282.3º26.64%55.1%-
HSV(B)282.3º35.67%67.06%-
XYZ26.0620.8641.18-
YUV129.81151.25144.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=35.25%
G=25.35%
B=39.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531101710.110.3600.33282.326.6455.1
Hex996EABB2402111a1b37
Octal23115625313440414323367
Binary100110011101110101010111011100100010000110001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996EAB; }

 p { color: rgb(153,110,171); }

 H1.HeaderClassName
 {
   color: #996EAB;
 }
 .AnyTagClassName
 {
   color: #996EAB;
 }
</style>
background-color css

<style>
 a { background-color: #996EAB; }

 a { background-color: rgb(153,110,171); }

 div.DivClassName
 {
   background-color: #996EAB;
 }
 .BgClassName
 {
   background-color: #996EAB;
 }
</style>
border-color css

<style>
 span { border-color: #996EAB; }

 span { border-color: rgb(153,110,171); }

 td.TdClassName
 {
   border-color: #996EAB;
 }
 .TagClassName
 {
   border-color: #996EAB;
 }
</style>