#966DED

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

Shades of Medium Purple #966DED

Tints of Medium Purple #966DED

Color information

#966DED (or 0x966DED) is unknown color: approx Medium Purple. HEX triplet: 96, 6D and ED. RGB value is (150,109,237). Sum of RGB (Red+Green+Blue) = 150+109+237=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #966DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DED is #699212. Grayscale: #878787. Windows color (decimal): -6918675 or 15560086. OLE color: 15560086.

HSL color Cylindrical-coordinate representation of color #966DED: hue angle of 259.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966DED is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150109237-
CMYK0.370.5400.07
HSL259.22º78.05%67.84%-
HSV(B)259.22º54.01%92.94%-
XYZ33.3323.5482.91-
YUV135.85185.08138.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=30.24%
G=21.98%
B=47.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501092370.370.5400.07259.2278.0567.84
Hex966DED2536071034e44
Octal226155355456607403116104
Binary10010110110110111101101100101110110011110000001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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