#996EA6

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

Shades of Ce Soir #996EA6

Tints of Ce Soir #996EA6

Color information

#996EA6 (or 0x996EA6) is unknown color: approx Ce Soir. HEX triplet: 99, 6E and A6. RGB value is (153,110,166). Sum of RGB (Red+Green+Blue) = 153+110+166=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #996EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996EA6 is #669159. Grayscale: #818181. Windows color (decimal): -6721882 or 10907289. OLE color: 10907289.

HSL color Cylindrical-coordinate representation of color #996EA6: hue angle of 286.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996EA6 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB153110166-
CMYK0.080.3400.35
HSL286.07º23.93%54.12%-
HSV(B)286.07º33.73%65.1%-
XYZ25.620.6838.72-
YUV129.24148.75144.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=35.66%
G=25.64%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531101660.080.3400.35286.0723.9354.12
Hex996EA682202311e1836
Octal23115624610420434363066
Binary100110011101110101001101000100010010001110001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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