#966DAF

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

Shades of Ce Soir #966DAF

Tints of Ce Soir #966DAF

Color information

#966DAF (or 0x966DAF) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and AF. RGB value is (150,109,175). Sum of RGB (Red+Green+Blue) = 150+109+175=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #966DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAF is #699250. Grayscale: #808080. Windows color (decimal): -6918737 or 11496854. OLE color: 11496854.

HSL color Cylindrical-coordinate representation of color #966DAF: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966DAF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150109175-
CMYK0.140.3800.31
HSL277.27º29.2%55.69%-
HSV(B)277.27º37.71%68.63%-
XYZ25.7820.5243.16-
YUV128.78154.08143.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=34.56%
G=25.12%
B=40.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501091750.140.3800.31277.2729.255.69
Hex966DAFE2601F1151d38
Octal22615525716460374253570
Binary10010110110110110101111111010011001111110001010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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