#996BA7

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

Shades of Ce Soir #996BA7

Tints of Ce Soir #996BA7

Color information

#996BA7 (or 0x996BA7) is unknown color: approx Ce Soir. HEX triplet: 99, 6B and A7. RGB value is (153,107,167). Sum of RGB (Red+Green+Blue) = 153+107+167=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #996BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BA7 is #669458. Grayscale: #7F7F7F. Windows color (decimal): -6722649 or 10972057. OLE color: 10972057.

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

Color convert

RGB153107167-
CMYK0.080.3600.35
HSL286º25.42%53.73%-
HSV(B)286º35.93%65.49%-
XYZ25.3720.0839.1-
YUV127.59150.24146.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=35.83%
G=25.06%
B=39.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531071670.080.3600.3528625.4253.73
Hex996BA782402311e1936
Octal23115324710440434363166
Binary100110011101011101001111000100100010001110001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,167); }

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

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

 a { background-color: rgb(153,107,167); }

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

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

 span { border-color: rgb(153,107,167); }

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