#9E83D7

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

Shades of Medium Purple #9E83D7

Tints of Medium Purple #9E83D7

Color information

#9E83D7 (or 0x9E83D7) is unknown color: approx Medium Purple. HEX triplet: 9E, 83 and D7. RGB value is (158,131,215). Sum of RGB (Red+Green+Blue) = 158+131+215=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83D7 is #617C28. Grayscale: #949494. Windows color (decimal): -6388777 or 14123934. OLE color: 14123934.

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

Color convert

RGB158131215-
CMYK0.270.3900.16
HSL259.29º51.22%67.84%-
HSV(B)259.29º39.07%84.31%-
XYZ34.4828.4167.96-
YUV148.65165.45134.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=31.35%
G=25.99%
B=42.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581312150.270.3900.16259.2951.2267.84
Hex9E83D71B270101033344
Octal236203327334702040363104
Binary100111101000001111010111110111001110100001000000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,215); }

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

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

 a { background-color: rgb(158,131,215); }

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

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

 span { border-color: rgb(158,131,215); }

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