#966DAA

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

Shades of Ce Soir #966DAA

Tints of Ce Soir #966DAA

Color information

#966DAA (or 0x966DAA) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and AA. RGB value is (150,109,170). Sum of RGB (Red+Green+Blue) = 150+109+170=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #966DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAA is #699255. Grayscale: #808080. Windows color (decimal): -6918742 or 11169174. OLE color: 11169174.

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

Color convert

RGB150109170-
CMYK0.120.3600.33
HSL280.33º26.41%54.71%-
HSV(B)280.33º35.88%66.67%-
XYZ25.320.3240.62-
YUV128.21151.58143.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=34.97%
G=25.41%
B=39.63%

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
Decimal1501091700.120.3600.33280.3326.4154.71
Hex966DAAC240211181a37
Octal22615525214440414303267
Binary100101101101101101010101100100100010000110001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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