#996fab

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

Shades of Ce Soir #996FAB

Tints of Ce Soir #996FAB

Color information

#996FAB (or 0x996FAB) is unknown color: approx Ce Soir. HEX triplet: 99, 6F and AB. RGB value is (153,111,171). Sum of RGB (Red+Green+Blue) = 153+111+171=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #996FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAB is #669054. Grayscale: #828282. Windows color (decimal): -6721621 or 11235225. OLE color: 11235225.

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

Color convert

RGB153111171-
CMYK0.110.3500.33
HSL282º26.32%55.29%-
HSV(B)282º35.09%67.06%-
XYZ26.1721.0841.22-
YUV130.4150.91144.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=35.17%
G=25.52%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531111710.110.3500.3328226.3255.29
Hex996FABB2302111a1a37
Octal23115725313430414323267
Binary100110011101111101010111011100011010000110001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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