#966edb

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

Shades of Medium Purple #966EDB

Tints of Medium Purple #966EDB

Color information

#966EDB (or 0x966EDB) is unknown color: approx Medium Purple. HEX triplet: 96, 6E and DB. RGB value is (150,110,219). Sum of RGB (Red+Green+Blue) = 150+110+219=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #966EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDB is #699124. Grayscale: #858585. Windows color (decimal): -6918437 or 14380694. OLE color: 14380694.

HSL color Cylindrical-coordinate representation of color #966EDB: hue angle of 262.02º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966EDB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150110219-
CMYK0.320.5000.14
HSL262.02º60.22%64.51%-
HSV(B)262.02º49.77%85.88%-
XYZ30.9422.7569.78-
YUV134.39175.75139.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=31.32%
G=22.96%
B=45.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501102190.320.5000.14262.0260.2264.51
Hex966EDB20320E1063c41
Octal226156333406201640674101
Binary10010110110111011011011100000110010011101000001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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