#967EEC

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

Shades of Medium Purple #967EEC

Tints of Medium Purple #967EEC

Color information

#967EEC (or 0x967EEC) is unknown color: approx Medium Purple. HEX triplet: 96, 7E and EC. RGB value is (150,126,236). Sum of RGB (Red+Green+Blue) = 150+126+236=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #967EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EEC is #698113. Grayscale: #919191. Windows color (decimal): -6914324 or 15498902. OLE color: 15498902.

HSL color Cylindrical-coordinate representation of color #967EEC: hue angle of 253.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967EEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150126236-
CMYK0.360.4700.07
HSL253.09º74.32%70.98%-
HSV(B)253.09º46.61%92.55%-
XYZ35.1827.4682.8-
YUV145.72178.95131.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=29.30%
G=24.61%
B=46.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501262360.360.4700.07253.0974.3270.98
Hex967EEC242F07fd4a47
Octal226176354445707375112107
Binary1001011011111101110110010010010111101111111110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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