#9E74ED

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

Shades of Medium Purple #9E74ED

Tints of Medium Purple #9E74ED

Color information

#9E74ED (or 0x9E74ED) is unknown color: approx Medium Purple. HEX triplet: 9E, 74 and ED. RGB value is (158,116,237). Sum of RGB (Red+Green+Blue) = 158+116+237=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E74ED is #618B12. Grayscale: #8D8D8D. Windows color (decimal): -6392595 or 15561886. OLE color: 15561886.

HSL color Cylindrical-coordinate representation of color #9E74ED: hue angle of 260.83º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E74ED is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158116237-
CMYK0.330.5100.07
HSL260.83º77.07%69.22%-
HSV(B)260.83º51.05%92.94%-
XYZ35.6325.8783.24-
YUV142.35181.41139.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=30.92%
G=22.70%
B=46.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581162370.330.5100.07260.8377.0769.22
Hex9E74ED2133071054d45
Octal236164355416307405115105
Binary10011110111010011101101100001110011011110000010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,237); }

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

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

 a { background-color: rgb(158,116,237); }

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

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

 span { border-color: rgb(158,116,237); }

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