#996FAE

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

Shades of Ce Soir #996FAE

Tints of Ce Soir #996FAE

Color information

#996FAE (or 0x996FAE) is unknown color: approx Ce Soir. HEX triplet: 99, 6F and AE. RGB value is (153,111,174). Sum of RGB (Red+Green+Blue) = 153+111+174=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #996FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAE is #669051. Grayscale: #828282. Windows color (decimal): -6721618 or 11431833. OLE color: 11431833.

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

Color convert

RGB153111174-
CMYK0.120.3600.32
HSL280º28%55.88%-
HSV(B)280º36.21%68.24%-
XYZ26.4621.242.74-
YUV130.74152.41143.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=34.93%
G=25.34%
B=39.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531111740.120.3600.322802855.88
Hex996FAEC240201181c38
Octal23115725614440404303470
Binary100110011101111101011101100100100010000010001100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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