#937DD8

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

Shades of Medium Purple #937DD8

Tints of Medium Purple #937DD8

Color information

#937DD8 (or 0x937DD8) is unknown color: approx Medium Purple. HEX triplet: 93, 7D and D8. RGB value is (147,125,216). Sum of RGB (Red+Green+Blue) = 147+125+216=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #937DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DD8 is #6C8227. Grayscale: #8D8D8D. Windows color (decimal): -7111208 or 14187923. OLE color: 14187923.

HSL color Cylindrical-coordinate representation of color #937DD8: hue angle of 254.51º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937DD8 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147125216-
CMYK0.320.4200.15
HSL254.51º53.85%66.86%-
HSV(B)254.51º42.13%84.71%-
XYZ31.7625.8368.28-
YUV141.95169.79131.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=30.12%
G=25.61%
B=44.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471252160.320.4200.15254.5153.8566.86
Hex937DD8202A0Fff3643
Octal223175330405201737766103
Binary1001001111111011101100010000010101001111111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,216); }

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

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

 a { background-color: rgb(147,125,216); }

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

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

 span { border-color: rgb(147,125,216); }

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