#9384EB

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

Shades of Medium Purple #9384EB

Tints of Medium Purple #9384EB

Color information

#9384EB (or 0x9384EB) is unknown color: approx Medium Purple. HEX triplet: 93, 84 and EB. RGB value is (147,132,235). Sum of RGB (Red+Green+Blue) = 147+132+235=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #9384EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9384EB is #6C7B14. Grayscale: #939393. Windows color (decimal): -7109397 or 15434899. OLE color: 15434899.

HSL color Cylindrical-coordinate representation of color #9384EB: hue angle of 248.74º degrees, saturation: 0.72, 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 #9384EB is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147132235-
CMYK0.370.4400.08
HSL248.74º72.03%71.96%-
HSV(B)248.74º43.83%92.16%-
XYZ35.2828.782.28-
YUV148.23176.97127.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=28.60%
G=25.68%
B=45.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471322350.370.4400.08248.7472.0371.96
Hex9384EB252C08f94848
Octal2232043534554010371110110
Binary100100111000010011101011100101101100010001111100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9384EB; }

 p { color: rgb(147,132,235); }

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

<style>
 a { background-color: #9384EB; }

 a { background-color: rgb(147,132,235); }

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

<style>
 span { border-color: #9384EB; }

 span { border-color: rgb(147,132,235); }

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