#996CAC

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

Shades of Ce Soir #996CAC

Tints of Ce Soir #996CAC

Color information

#996CAC (or 0x996CAC) is unknown color: approx Ce Soir. HEX triplet: 99, 6C and AC. RGB value is (153,108,172). Sum of RGB (Red+Green+Blue) = 153+108+172=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #996CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAC is #669353. Grayscale: #808080. Windows color (decimal): -6722388 or 11299993. OLE color: 11299993.

HSL color Cylindrical-coordinate representation of color #996CAC: hue angle of 282.19º 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 #996CAC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153108172-
CMYK0.110.3700.33
HSL282.19º27.83%54.9%-
HSV(B)282.19º37.21%67.45%-
XYZ25.9520.4841.61-
YUV128.75152.41145.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=35.33%
G=24.94%
B=39.72%

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
Decimal1531081720.110.3700.33282.1927.8354.9
Hex996CACB2502111a1c37
Octal23115425413450414323467
Binary100110011101100101011001011100101010000110001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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