#996DAC

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

Shades of Ce Soir #996DAC

Tints of Ce Soir #996DAC

Color information

#996DAC (or 0x996DAC) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and AC. RGB value is (153,109,172). Sum of RGB (Red+Green+Blue) = 153+109+172=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #996DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAC is #669253. Grayscale: #818181. Windows color (decimal): -6722132 or 11300249. OLE color: 11300249.

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

Color convert

RGB153109172-
CMYK0.110.3700.33
HSL281.9º27.51%55.1%-
HSV(B)281.9º36.63%67.45%-
XYZ26.0520.6941.65-
YUV129.34152.08144.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=35.25%
G=25.12%
B=39.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531091720.110.3700.33281.927.5155.1
Hex996DACB2502111a1c37
Octal23115525413450414323467
Binary100110011101101101011001011100101010000110001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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