#996DAA

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

Shades of Ce Soir #996DAA

Tints of Ce Soir #996DAA

Color information

#996DAA (or 0x996DAA) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and AA. RGB value is (153,109,170). Sum of RGB (Red+Green+Blue) = 153+109+170=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #996DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAA is #669255. Grayscale: #808080. Windows color (decimal): -6722134 or 11169177. OLE color: 11169177.

HSL color Cylindrical-coordinate representation of color #996DAA: hue angle of 283.28º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996DAA is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153109170-
CMYK0.10.3600.33
HSL283.28º26.41%54.71%-
HSV(B)283.28º35.88%66.67%-
XYZ25.8620.6140.65-
YUV129.11151.08145.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=35.42%
G=25.23%
B=39.35%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531091700.10.3600.33283.2826.4154.71
Hex996DAAA2402111b1a37
Octal23115525212440414333267
Binary100110011101101101010101010100100010000110001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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