#996BA5

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

Shades of Ce Soir #996BA5

Tints of Ce Soir #996BA5

Color information

#996BA5 (or 0x996BA5) is unknown color: approx Ce Soir. HEX triplet: 99, 6B and A5. RGB value is (153,107,165). Sum of RGB (Red+Green+Blue) = 153+107+165=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #996BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BA5 is #66945A. Grayscale: #7F7F7F. Windows color (decimal): -6722651 or 10840985. OLE color: 10840985.

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

Color convert

RGB153107165-
CMYK0.070.3500.35
HSL287.59º24.37%53.33%-
HSV(B)287.59º35.15%64.71%-
XYZ25.192038.13-
YUV127.37149.24146.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 165 (64.84% from 255) = 38.82%
R=36%
G=25.18%
B=38.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531071650.070.3500.35287.5924.3753.33
Hex996BA57230231201835
Octal2311532457430434403065
Binary10011001110101110100101111100011010001110010000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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