#9E7DDC

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

Shades of Medium Purple #9E7DDC

Tints of Medium Purple #9E7DDC

Color information

#9E7DDC (or 0x9E7DDC) is unknown color: approx Medium Purple. HEX triplet: 9E, 7D and DC. RGB value is (158,125,220). Sum of RGB (Red+Green+Blue) = 158+125+220=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DDC is #618223. Grayscale: #919191. Windows color (decimal): -6390308 or 14450078. OLE color: 14450078.

HSL color Cylindrical-coordinate representation of color #9E7DDC: hue angle of 260.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E7DDC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158125220-
CMYK0.280.4300.14
HSL260.84º57.58%67.65%-
HSV(B)260.84º43.18%86.27%-
XYZ34.3527.171.13-
YUV145.7169.93136.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=31.41%
G=24.85%
B=43.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581252200.280.4300.14260.8457.5867.65
Hex9E7DDC1C2B0E1053a44
Octal236175334345301640572104
Binary1001111011111011101110011100101011011101000001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,125,220); }

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

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

 a { background-color: rgb(158,125,220); }

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

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

 span { border-color: rgb(158,125,220); }

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