#9E80EE

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

Shades of Medium Purple #9E80EE

Tints of Medium Purple #9E80EE

Color information

#9E80EE (or 0x9E80EE) is unknown color: approx Medium Purple. HEX triplet: 9E, 80 and EE. RGB value is (158,128,238). Sum of RGB (Red+Green+Blue) = 158+128+238=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E80EE is #617F11. Grayscale: #959595. Windows color (decimal): -6389522 or 15630494. OLE color: 15630494.

HSL color Cylindrical-coordinate representation of color #9E80EE: hue angle of 256.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E80EE is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158128238-
CMYK0.340.4600.07
HSL256.36º76.39%71.76%-
HSV(B)256.36º46.22%93.33%-
XYZ37.2528.8884.5-
YUV149.51177.94134.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=30.15%
G=24.43%
B=45.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581282380.340.4600.07256.3676.3971.76
Hex9E80EE222E071004c48
Octal236200356425607400114110
Binary100111101000000011101110100010101110011110000000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,238); }

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

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

 a { background-color: rgb(158,128,238); }

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

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

 span { border-color: rgb(158,128,238); }

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