#996BAC

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

Shades of Ce Soir #996BAC

Tints of Ce Soir #996BAC

Color information

#996BAC (or 0x996BAC) is unknown color: approx Ce Soir. HEX triplet: 99, 6B and AC. RGB value is (153,107,172). Sum of RGB (Red+Green+Blue) = 153+107+172=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #996BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAC is #669453. Grayscale: #7F7F7F. Windows color (decimal): -6722644 or 11299737. OLE color: 11299737.

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

Color convert

RGB153107172-
CMYK0.110.3800.33
HSL282.46º28.14%54.71%-
HSV(B)282.46º37.79%67.45%-
XYZ25.8420.2741.58-
YUV128.16152.74145.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=35.42%
G=24.77%
B=39.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531071720.110.3800.33282.4628.1454.71
Hex996BACB2602111a1c37
Octal23115325413460414323467
Binary100110011101011101011001011100110010000110001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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