#966AAC

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

Shades of Ce Soir #966AAC

Tints of Ce Soir #966AAC

Color information

#966AAC (or 0x966AAC) is unknown color: approx Ce Soir. HEX triplet: 96, 6A and AC. RGB value is (150,106,172). Sum of RGB (Red+Green+Blue) = 150+106+172=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #966AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAC is #699553. Grayscale: #7E7E7E. Windows color (decimal): -6919508 or 11299478. OLE color: 11299478.

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

Color convert

RGB150106172-
CMYK0.130.3800.33
HSL280º28.45%54.51%-
HSV(B)280º38.37%67.45%-
XYZ25.1819.7741.52-
YUV126.68153.58144.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=35.05%
G=24.77%
B=40.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501061720.130.3800.3328028.4554.51
Hex966AACD260211181c37
Octal22615225415460414303467
Binary100101101101010101011001101100110010000110001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,106,172); }

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

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

 a { background-color: rgb(150,106,172); }

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

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

 span { border-color: rgb(150,106,172); }

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