#996BAB

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

Shades of Ce Soir #996BAB

Tints of Ce Soir #996BAB

Color information

#996BAB (or 0x996BAB) is unknown color: approx Ce Soir. HEX triplet: 99, 6B and AB. RGB value is (153,107,171). Sum of RGB (Red+Green+Blue) = 153+107+171=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #996BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BAB is #669454. Grayscale: #7F7F7F. Windows color (decimal): -6722645 or 11234201. OLE color: 11234201.

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

Color convert

RGB153107171-
CMYK0.110.3700.33
HSL283.12º27.59%54.51%-
HSV(B)283.12º37.43%67.06%-
XYZ25.7520.2341.08-
YUV128.05152.24145.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=35.50%
G=24.83%
B=39.68%

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
Decimal1531071710.110.3700.33283.1227.5954.51
Hex996BABB2502111b1c37
Octal23115325313450414333467
Binary100110011101011101010111011100101010000110001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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