#996CAE

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

Shades of Ce Soir #996CAE

Tints of Ce Soir #996CAE

Color information

#996CAE (or 0x996CAE) is unknown color: approx Ce Soir. HEX triplet: 99, 6C and AE. RGB value is (153,108,174). Sum of RGB (Red+Green+Blue) = 153+108+174=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #996CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAE is #669351. Grayscale: #808080. Windows color (decimal): -6722386 or 11431065. OLE color: 11431065.

HSL color Cylindrical-coordinate representation of color #996CAE: hue angle of 280.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996CAE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153108174-
CMYK0.120.3800.32
HSL280.91º28.95%55.29%-
HSV(B)280.91º37.93%68.24%-
XYZ26.1420.5542.63-
YUV128.98153.41145.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 40%
R=35.17%
G=24.83%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531081740.120.3800.32280.9128.9555.29
Hex996CAEC260201191d37
Octal23115425614460404313567
Binary100110011101100101011101100100110010000010001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,108,174); }

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

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

 a { background-color: rgb(153,108,174); }

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

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

 span { border-color: rgb(153,108,174); }

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