#9387DE

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

Shades of Medium Purple #9387DE

Tints of Medium Purple #9387DE

Color information

#9387DE (or 0x9387DE) is unknown color: approx Medium Purple. HEX triplet: 93, 87 and DE. RGB value is (147,135,222). Sum of RGB (Red+Green+Blue) = 147+135+222=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #9387DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387DE is #6C7821. Grayscale: #949494. Windows color (decimal): -7108642 or 14583699. OLE color: 14583699.

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

Color convert

RGB147135222-
CMYK0.340.3900.13
HSL248.28º56.86%70%-
HSV(B)248.28º39.19%87.06%-
XYZ33.8828.872.88-
YUV148.51169.48126.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=29.17%
G=26.79%
B=44.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471352220.340.3900.13248.2856.8670
Hex9387DE22270Df83946
Octal223207336424701537071106
Binary10010011100001111101111010001010011101101111110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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