#9E7CDF

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

Shades of Medium Purple #9E7CDF

Tints of Medium Purple #9E7CDF

Color information

#9E7CDF (or 0x9E7CDF) is unknown color: approx Medium Purple. HEX triplet: 9E, 7C and DF. RGB value is (158,124,223). Sum of RGB (Red+Green+Blue) = 158+124+223=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CDF is #618320. Grayscale: #919191. Windows color (decimal): -6390561 or 14646430. OLE color: 14646430.

HSL color Cylindrical-coordinate representation of color #9E7CDF: hue angle of 260.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E7CDF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158124223-
CMYK0.290.4400.13
HSL260.61º60.74%68.04%-
HSV(B)260.61º44.39%87.45%-
XYZ34.6327.0173.2-
YUV145.45171.76136.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=31.29%
G=24.55%
B=44.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581242230.290.4400.13260.6160.7468.04
Hex9E7CDF1D2C0D1053d44
Octal236174337355401540575104
Binary1001111011111001101111111101101100011011000001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,223); }

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

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

 a { background-color: rgb(158,124,223); }

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

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

 span { border-color: rgb(158,124,223); }

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