#996DA3

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

Shades of Ce Soir #996DA3

Tints of Ce Soir #996DA3

Color information

#996DA3 (or 0x996DA3) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and A3. RGB value is (153,109,163). Sum of RGB (Red+Green+Blue) = 153+109+163=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 163 - color contains mainly: blue. Hex color #996DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DA3 is #66925C. Grayscale: #808080. Windows color (decimal): -6722141 or 10710425. OLE color: 10710425.

HSL color Cylindrical-coordinate representation of color #996DA3: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996DA3 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153109163-
CMYK0.060.3300.36
HSL288.89º22.69%53.33%-
HSV(B)288.89º33.13%63.92%-
XYZ25.2220.3537.25-
YUV128.31147.58145.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=36%
G=25.65%
B=38.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531091630.060.3300.36288.8922.6953.33
Hex996DA36210241211735
Octal2311552436410444412765
Binary10011001110110110100011110100001010010010010000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,163); }

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

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

 a { background-color: rgb(153,109,163); }

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

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

 span { border-color: rgb(153,109,163); }

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