#9e79eb

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

Shades of Medium Purple #9E79EB

Tints of Medium Purple #9E79EB

Color information

#9E79EB (or 0x9E79EB) is unknown color: approx Medium Purple. HEX triplet: 9E, 79 and EB. RGB value is (158,121,235). Sum of RGB (Red+Green+Blue) = 158+121+235=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E79EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E79EB is #618614. Grayscale: #909090. Windows color (decimal): -6391317 or 15432094. OLE color: 15432094.

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

Color convert

RGB158121235-
CMYK0.330.4900.08
HSL259.47º74.03%69.8%-
HSV(B)259.47º48.51%92.16%-
XYZ35.9326.9481.9-
YUV145.06178.76137.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=30.74%
G=23.54%
B=45.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581212350.330.4900.08259.4774.0369.8
Hex9E79EB2131081034a46
Octal2361713534161010403112106
Binary100111101111001111010111000011100010100010000001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e79eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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