#9E76EF

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

Shades of Medium Purple #9E76EF

Tints of Medium Purple #9E76EF

Color information

#9E76EF (or 0x9E76EF) is unknown color: approx Medium Purple. HEX triplet: 9E, 76 and EF. RGB value is (158,118,239). Sum of RGB (Red+Green+Blue) = 158+118+239=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E76EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E76EF is #618910. Grayscale: #8F8F8F. Windows color (decimal): -6392081 or 15693470. OLE color: 15693470.

HSL color Cylindrical-coordinate representation of color #9E76EF: hue angle of 259.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E76EF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158118239-
CMYK0.340.5100.06
HSL259.83º79.08%70%-
HSV(B)259.83º50.63%93.73%-
XYZ36.1626.4684.86-
YUV143.75181.75138.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=30.68%
G=22.91%
B=46.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581182390.340.5100.06259.8379.0870
Hex9E76EF2233061044f46
Octal236166357426306404117106
Binary10011110111011011101111100010110011011010000010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E76EF; }

 p { color: rgb(158,118,239); }

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

<style>
 a { background-color: #9E76EF; }

 a { background-color: rgb(158,118,239); }

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

<style>
 span { border-color: #9E76EF; }

 span { border-color: rgb(158,118,239); }

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