#937FD5

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

Shades of Medium Purple #937FD5

Tints of Medium Purple #937FD5

Color information

#937FD5 (or 0x937FD5) is unknown color: approx Medium Purple. HEX triplet: 93, 7F and D5. RGB value is (147,127,213). Sum of RGB (Red+Green+Blue) = 147+127+213=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #937FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FD5 is #6C802A. Grayscale: #8E8E8E. Windows color (decimal): -7110699 or 13991827. OLE color: 13991827.

HSL color Cylindrical-coordinate representation of color #937FD5: hue angle of 253.95º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #937FD5 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147127213-
CMYK0.310.4000.16
HSL253.95º50.59%66.67%-
HSV(B)253.95º40.38%83.53%-
XYZ31.6326.1966.34-
YUV142.78167.63131.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=30.18%
G=26.08%
B=43.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471272130.310.4000.16253.9550.5966.67
Hex937FD51F28010fe3343
Octal223177325375002037663103
Binary1001001111111111101010111111101000010000111111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937FD5; }

 p { color: rgb(147,127,213); }

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

<style>
 a { background-color: #937FD5; }

 a { background-color: rgb(147,127,213); }

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

<style>
 span { border-color: #937FD5; }

 span { border-color: rgb(147,127,213); }

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