#966EAB

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

Shades of Ce Soir #966EAB

Tints of Ce Soir #966EAB

Color information

#966EAB (or 0x966EAB) is unknown color: approx Ce Soir. HEX triplet: 96, 6E and AB. RGB value is (150,110,171). Sum of RGB (Red+Green+Blue) = 150+110+171=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 110 (43.36% from 255 or 25.52% 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 #966EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EAB is #699154. Grayscale: #808080. Windows color (decimal): -6918485 or 11234966. OLE color: 11234966.

HSL color Cylindrical-coordinate representation of color #966EAB: hue angle of 279.34º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966EAB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150110171-
CMYK0.120.3600.33
HSL279.34º26.64%55.1%-
HSV(B)279.34º35.67%67.06%-
XYZ25.520.5841.16-
YUV128.91151.75143.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=34.80%
G=25.52%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501101710.120.3600.33279.3426.6455.1
Hex966EABC240211171b37
Octal22615625314440414273367
Binary100101101101110101010111100100100010000110001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966EAB; }

 p { color: rgb(150,110,171); }

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

<style>
 a { background-color: #966EAB; }

 a { background-color: rgb(150,110,171); }

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

<style>
 span { border-color: #966EAB; }

 span { border-color: rgb(150,110,171); }

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