#9e7fd6

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

Shades of Medium Purple #9E7FD6

Tints of Medium Purple #9E7FD6

Color information

#9E7FD6 (or 0x9E7FD6) is unknown color: approx Medium Purple. HEX triplet: 9E, 7F and D6. RGB value is (158,127,214). Sum of RGB (Red+Green+Blue) = 158+127+214=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E7FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FD6 is #618029. Grayscale: #919191. Windows color (decimal): -6389802 or 14057374. OLE color: 14057374.

HSL color Cylindrical-coordinate representation of color #9E7FD6: hue angle of 261.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E7FD6 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158127214-
CMYK0.260.4100.16
HSL261.38º51.48%66.86%-
HSV(B)261.38º40.65%83.92%-
XYZ33.8327.367.11-
YUV146.19166.27136.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=31.66%
G=25.45%
B=42.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581272140.260.4100.16261.3851.4866.86
Hex9E7FD61A290101053343
Octal236177326325102040563103
Binary10011110111111111010110110101010010100001000001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e7fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,214); }

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

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

 a { background-color: rgb(158,127,214); }

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

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

 span { border-color: rgb(158,127,214); }

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