#9e79ea

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

Shades of Medium Purple #9E79EA

Tints of Medium Purple #9E79EA

Color information

#9E79EA (or 0x9E79EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 79 and EA. RGB value is (158,121,234). Sum of RGB (Red+Green+Blue) = 158+121+234=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E79EA is #618615. Grayscale: #909090. Windows color (decimal): -6391318 or 15366558. OLE color: 15366558.

HSL color Cylindrical-coordinate representation of color #9E79EA: hue angle of 259.65º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E79EA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158121234-
CMYK0.320.4800.08
HSL259.65º72.9%69.61%-
HSV(B)259.65º48.29%91.76%-
XYZ35.7926.8881.14-
YUV144.94178.26137.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=30.80%
G=23.59%
B=45.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581212340.320.4800.08259.6572.969.61
Hex9E79EA2030081044946
Octal2361713524060010404111106
Binary100111101111001111010101000001100000100010000010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e79ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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