#9383ED

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

Shades of Medium Purple #9383ED

Tints of Medium Purple #9383ED

Color information

#9383ED (or 0x9383ED) is unknown color: approx Medium Purple. HEX triplet: 93, 83 and ED. RGB value is (147,131,237). Sum of RGB (Red+Green+Blue) = 147+131+237=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #9383ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383ED is #6C7C12. Grayscale: #939393. Windows color (decimal): -7109651 or 15565715. OLE color: 15565715.

HSL color Cylindrical-coordinate representation of color #9383ED: hue angle of 249.06º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9383ED is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147131237-
CMYK0.380.4500.07
HSL249.06º74.65%72.16%-
HSV(B)249.06º44.73%92.94%-
XYZ35.4328.5583.76-
YUV147.87178.3127.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=28.54%
G=25.44%
B=46.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471312370.380.4500.07249.0674.6572.16
Hex9383ED262D07f94b48
Octal223203355465507371113110
Binary10010011100000111110110110011010110101111111100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9383ED; }

 p { color: rgb(147,131,237); }

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

<style>
 a { background-color: #9383ED; }

 a { background-color: rgb(147,131,237); }

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

<style>
 span { border-color: #9383ED; }

 span { border-color: rgb(147,131,237); }

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