#967ED1

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

Shades of Medium Purple #967ED1

Tints of Medium Purple #967ED1

Color information

#967ED1 (or 0x967ED1) is unknown color: approx Medium Purple. HEX triplet: 96, 7E and D1. RGB value is (150,126,209). Sum of RGB (Red+Green+Blue) = 150+126+209=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #967ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ED1 is #69812E. Grayscale: #8E8E8E. Windows color (decimal): -6914351 or 13729430. OLE color: 13729430.

HSL color Cylindrical-coordinate representation of color #967ED1: hue angle of 257.35º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967ED1 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150126209-
CMYK0.280.4000.18
HSL257.35º47.43%65.69%-
HSV(B)257.35º39.71%81.96%-
XYZ31.5526.0163.68-
YUV142.64165.45133.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=30.93%
G=25.98%
B=43.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501262090.280.4000.18257.3547.4365.69
Hex967ED11C280121012f42
Octal226176321345002240157102
Binary10010110111111011010001111001010000100101000000011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967ED1; }

 p { color: rgb(150,126,209); }

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

<style>
 a { background-color: #967ED1; }

 a { background-color: rgb(150,126,209); }

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

<style>
 span { border-color: #967ED1; }

 span { border-color: rgb(150,126,209); }

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