#9e83ea

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

Shades of Medium Purple #9E83EA

Tints of Medium Purple #9E83EA

Color information

#9E83EA (or 0x9E83EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 83 and EA. RGB value is (158,131,234). Sum of RGB (Red+Green+Blue) = 158+131+234=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E83EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83EA is #617C15. Grayscale: #969696. Windows color (decimal): -6388758 or 15369118. OLE color: 15369118.

HSL color Cylindrical-coordinate representation of color #9E83EA: hue angle of 255.73º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E83EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158131234-
CMYK0.320.4400.08
HSL255.73º71.03%71.57%-
HSV(B)255.73º44.02%91.76%-
XYZ37.0729.4481.57-
YUV150.82174.95133.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=30.21%
G=25.05%
B=44.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581312340.320.4400.08255.7371.0371.57
Hex9E83EA202C081004748
Octal2362033524054010400107110
Binary1001111010000011111010101000001011000100010000000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e83ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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