#9387DD

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

Shades of Medium Purple #9387DD

Tints of Medium Purple #9387DD

Color information

#9387DD (or 0x9387DD) is unknown color: approx Medium Purple. HEX triplet: 93, 87 and DD. RGB value is (147,135,221). Sum of RGB (Red+Green+Blue) = 147+135+221=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9387DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387DD is #6C7822. Grayscale: #949494. Windows color (decimal): -7108643 or 14518163. OLE color: 14518163.

HSL color Cylindrical-coordinate representation of color #9387DD: hue angle of 248.37º degrees, saturation: 0.56, 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 #9387DD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147135221-
CMYK0.330.3900.13
HSL248.37º55.84%69.8%-
HSV(B)248.37º38.91%86.67%-
XYZ33.7528.7572.18-
YUV148.39168.98127.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=29.22%
G=26.84%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471352210.330.3900.13248.3755.8469.8
Hex9387DD21270Df83846
Octal223207335414701537070106
Binary10010011100001111101110110000110011101101111110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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