#9E76F1

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

Shades of Medium Purple #9E76F1

Tints of Medium Purple #9E76F1

Color information

#9E76F1 (or 0x9E76F1) is unknown color: approx Medium Purple. HEX triplet: 9E, 76 and F1. RGB value is (158,118,241). Sum of RGB (Red+Green+Blue) = 158+118+241=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E76F1 is #61890E. Grayscale: #8F8F8F. Windows color (decimal): -6392079 or 15824542. OLE color: 15824542.

HSL color Cylindrical-coordinate representation of color #9E76F1: hue angle of 259.51º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E76F1 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158118241-
CMYK0.340.5100.05
HSL259.51º81.46%70.39%-
HSV(B)259.51º51.04%94.51%-
XYZ36.4626.5886.43-
YUV143.98182.75138-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=30.56%
G=22.82%
B=46.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581182410.340.5100.05259.5181.4670.39
Hex9E76F12233051045146
Octal236166361426305404121106
Binary10011110111011011110001100010110011010110000010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E76F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,118,241); }

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

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

 a { background-color: rgb(158,118,241); }

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

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

 span { border-color: rgb(158,118,241); }

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