#967EEE

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

Shades of Medium Purple #967EEE

Tints of Medium Purple #967EEE

Color information

#967EEE (or 0x967EEE) is unknown color: approx Medium Purple. HEX triplet: 96, 7E and EE. RGB value is (150,126,238). Sum of RGB (Red+Green+Blue) = 150+126+238=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #967EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EEE is #698111. Grayscale: #919191. Windows color (decimal): -6914322 or 15629974. OLE color: 15629974.

HSL color Cylindrical-coordinate representation of color #967EEE: hue angle of 252.86º degrees, saturation: 0.77, 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 #967EEE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150126238-
CMYK0.370.4700.07
HSL252.86º76.71%71.37%-
HSV(B)252.86º47.06%93.33%-
XYZ35.4727.5884.34-
YUV145.94179.95130.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=29.18%
G=24.51%
B=46.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501262380.370.4700.07252.8676.7171.37
Hex967EEE252F07fd4d47
Octal226176356455707375115107
Binary1001011011111101110111010010110111101111111110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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