#9E6DF7

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

Shades of Medium Purple #9E6DF7

Tints of Medium Purple #9E6DF7

Color information

#9E6DF7 (or 0x9E6DF7) is unknown color: approx Medium Purple. HEX triplet: 9E, 6D and F7. RGB value is (158,109,247). Sum of RGB (Red+Green+Blue) = 158+109+247=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E6DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DF7 is #619208. Grayscale: #8A8A8A. Windows color (decimal): -6394377 or 16215454. OLE color: 16215454.

HSL color Cylindrical-coordinate representation of color #9E6DF7: hue angle of 261.3º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E6DF7 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158109247-
CMYK0.360.5600.03
HSL261.3º89.61%69.8%-
HSV(B)261.3º55.87%96.86%-
XYZ36.3624.9290.89-
YUV139.38188.73141.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 247 (96.88% from 255) = 48.05%
R=30.74%
G=21.21%
B=48.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581092470.360.5600.03261.389.6169.8
Hex9E6DF72438031055a46
Octal236155367447003405132106
Binary1001111011011011111011110010011100001110000010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,247); }

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

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

 a { background-color: rgb(158,109,247); }

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

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

 span { border-color: rgb(158,109,247); }

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