#966EDF

Color #966EDF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #966EDF

Tints of Medium Purple #966EDF

Color information

#966EDF (or 0x966EDF) is unknown color: approx Medium Purple. HEX triplet: 96, 6E and DF. RGB value is (150,110,223). Sum of RGB (Red+Green+Blue) = 150+110+223=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #966EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDF is #699120. Grayscale: #868686. Windows color (decimal): -6918433 or 14642838. OLE color: 14642838.

HSL color Cylindrical-coordinate representation of color #966EDF: hue angle of 261.24º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966EDF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150110223-
CMYK0.330.5100.13
HSL261.24º63.84%65.29%-
HSV(B)261.24º50.67%87.45%-
XYZ31.4722.9672.59-
YUV134.84177.75138.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=31.06%
G=22.77%
B=46.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501102230.330.5100.13261.2463.8465.29
Hex966EDF21330D1054041
Octal2261563374163015405100101
Binary100101101101110110111111000011100110110110000010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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