#966EAA

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

Shades of Ce Soir #966EAA

Tints of Ce Soir #966EAA

Color information

#966EAA (or 0x966EAA) is unknown color: approx Ce Soir. HEX triplet: 96, 6E and AA. RGB value is (150,110,170). Sum of RGB (Red+Green+Blue) = 150+110+170=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #966EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EAA is #699155. Grayscale: #808080. Windows color (decimal): -6918486 or 11169430. OLE color: 11169430.

HSL color Cylindrical-coordinate representation of color #966EAA: hue angle of 280º 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 #966EAA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150110170-
CMYK0.120.3500.33
HSL280º26.09%54.9%-
HSV(B)280º35.29%66.67%-
XYZ25.4120.5440.66-
YUV128.8151.25143.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=34.88%
G=25.58%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501101700.120.3500.3328026.0954.9
Hex966EAAC230211181a37
Octal22615625214430414303267
Binary100101101101110101010101100100011010000110001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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