#9E74EA

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

Shades of Medium Purple #9E74EA

Tints of Medium Purple #9E74EA

Color information

#9E74EA (or 0x9E74EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 74 and EA. RGB value is (158,116,234). Sum of RGB (Red+Green+Blue) = 158+116+234=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E74EA is #618B15. Grayscale: #8D8D8D. Windows color (decimal): -6392598 or 15365278. OLE color: 15365278.

HSL color Cylindrical-coordinate representation of color #9E74EA: hue angle of 261.36º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E74EA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158116234-
CMYK0.320.5000.08
HSL261.36º73.75%68.63%-
HSV(B)261.36º50.43%91.76%-
XYZ35.225.780.95-
YUV142.01179.91139.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 116 (45.70% from 255) = 22.83%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=31.10%
G=22.83%
B=46.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581162340.320.5000.08261.3673.7568.63
Hex9E74EA2032081054a45
Octal2361643524062010405112105
Binary100111101110100111010101000001100100100010000010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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