#967EE9

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

Shades of Medium Purple #967EE9

Tints of Medium Purple #967EE9

Color information

#967EE9 (or 0x967EE9) is unknown color: approx Medium Purple. HEX triplet: 96, 7E and E9. RGB value is (150,126,233). Sum of RGB (Red+Green+Blue) = 150+126+233=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #967EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EE9 is #698116. Grayscale: #909090. Windows color (decimal): -6914327 or 15302294. OLE color: 15302294.

HSL color Cylindrical-coordinate representation of color #967EE9: hue angle of 253.46º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967EE9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150126233-
CMYK0.360.4600.09
HSL253.46º70.86%70.39%-
HSV(B)253.46º45.92%91.37%-
XYZ34.7527.2980.53-
YUV145.37177.45131.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=29.47%
G=24.75%
B=45.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501262330.360.4600.09253.4670.8670.39
Hex967EE9242E09fd4746
Octal2261763514456011375107106
Binary10010110111111011101001100100101110010011111110110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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