#996DA7

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

Shades of Ce Soir #996DA7

Tints of Ce Soir #996DA7

Color information

#996DA7 (or 0x996DA7) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and A7. RGB value is (153,109,167). Sum of RGB (Red+Green+Blue) = 153+109+167=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #996DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DA7 is #669258. Grayscale: #808080. Windows color (decimal): -6722137 or 10972569. OLE color: 10972569.

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

Color convert

RGB153109167-
CMYK0.080.3500.35
HSL285.52º24.79%54.12%-
HSV(B)285.52º34.73%65.49%-
XYZ25.5820.539.17-
YUV128.77149.58145.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=35.66%
G=25.41%
B=38.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531091670.080.3500.35285.5224.7954.12
Hex996DA782302311e1936
Octal23115524710430434363166
Binary100110011101101101001111000100011010001110001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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