#9371DE

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

Shades of Medium Purple #9371DE

Tints of Medium Purple #9371DE

Color information

#9371DE (or 0x9371DE) is unknown color: approx Medium Purple. HEX triplet: 93, 71 and DE. RGB value is (147,113,222). Sum of RGB (Red+Green+Blue) = 147+113+222=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #9371DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371DE is #6C8E21. Grayscale: #878787. Windows color (decimal): -7114274 or 14578067. OLE color: 14578067.

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

Color convert

RGB147113222-
CMYK0.340.4900.13
HSL258.72º62.29%65.69%-
HSV(B)258.72º49.1%87.06%-
XYZ31.1223.2971.96-
YUV135.59176.76136.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=30.50%
G=23.44%
B=46.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471132220.340.4900.13258.7262.2965.69
Hex9371DE22310D1033e42
Octal223161336426101540376102
Binary10010011111000111011110100010110001011011000000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9371DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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