#9384DD

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

Shades of Medium Purple #9384DD

Tints of Medium Purple #9384DD

Color information

#9384DD (or 0x9384DD) is unknown color: approx Medium Purple. HEX triplet: 93, 84 and DD. RGB value is (147,132,221). Sum of RGB (Red+Green+Blue) = 147+132+221=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #9384DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384DD is #6C7B22. Grayscale: #929292. Windows color (decimal): -7109411 or 14517395. OLE color: 14517395.

HSL color Cylindrical-coordinate representation of color #9384DD: hue angle of 250.11º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9384DD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147132221-
CMYK0.330.4000.13
HSL250.11º56.69%69.22%-
HSV(B)250.11º40.27%86.67%-
XYZ33.3427.9372.04-
YUV146.63169.97128.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=29.4%
G=26.4%
B=44.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471322210.330.4000.13250.1156.6969.22
Hex9384DD21280Dfa3945
Octal223204335415001537271105
Binary10010011100001001101110110000110100001101111110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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