#9384DE

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

Shades of Medium Purple #9384DE

Tints of Medium Purple #9384DE

Color information

#9384DE (or 0x9384DE) is unknown color: approx Medium Purple. HEX triplet: 93, 84 and DE. RGB value is (147,132,222). Sum of RGB (Red+Green+Blue) = 147+132+222=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #9384DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384DE is #6C7B21. Grayscale: #929292. Windows color (decimal): -7109410 or 14582931. OLE color: 14582931.

HSL color Cylindrical-coordinate representation of color #9384DE: hue angle of 250º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9384DE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147132222-
CMYK0.340.4100.13
HSL250º57.69%69.41%-
HSV(B)250º40.54%87.06%-
XYZ33.4727.9872.74-
YUV146.74170.47128.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=29.34%
G=26.35%
B=44.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471322220.340.4100.1325057.6969.41
Hex9384DE22290Dfa3a45
Octal223204336425101537272105
Binary10010011100001001101111010001010100101101111110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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