#966FAD

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

Shades of Ce Soir #966FAD

Tints of Ce Soir #966FAD

Color information

#966FAD (or 0x966FAD) is unknown color: approx Ce Soir. HEX triplet: 96, 6F and AD. RGB value is (150,111,173). Sum of RGB (Red+Green+Blue) = 150+111+173=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #966FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FAD is #699052. Grayscale: #818181. Windows color (decimal): -6918227 or 11366294. OLE color: 11366294.

HSL color Cylindrical-coordinate representation of color #966FAD: hue angle of 277.74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966FAD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150111173-
CMYK0.130.3600.32
HSL277.74º27.43%55.69%-
HSV(B)277.74º35.84%67.84%-
XYZ25.820.8742.2-
YUV129.73152.42142.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=34.56%
G=25.58%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501111730.130.3600.32277.7427.4355.69
Hex966FADD240201161b38
Octal22615725515440404263370
Binary100101101101111101011011101100100010000010001011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,173); }

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

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

 a { background-color: rgb(150,111,173); }

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

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

 span { border-color: rgb(150,111,173); }

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