#9D71DE

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

Shades of Medium Purple #9D71DE

Tints of Medium Purple #9D71DE

Color information

#9D71DE (or 0x9D71DE) is unknown color: approx Medium Purple. HEX triplet: 9D, 71 and DE. RGB value is (157,113,222). Sum of RGB (Red+Green+Blue) = 157+113+222=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71DE is #628E21. Grayscale: #8A8A8A. Windows color (decimal): -6458914 or 14578077. OLE color: 14578077.

HSL color Cylindrical-coordinate representation of color #9D71DE: hue angle of 264.22º 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 #9D71DE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157113222-
CMYK0.290.4900.13
HSL264.22º62.29%65.69%-
HSV(B)264.22º49.1%87.06%-
XYZ32.9924.2572.05-
YUV138.58175.08141.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=31.91%
G=22.97%
B=45.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571132220.290.4900.13264.2262.2965.69
Hex9D71DE1D310D1083e42
Octal235161336356101541076102
Binary1001110111100011101111011101110001011011000010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D71DE; }

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

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

<style>
 a { background-color: #9D71DE; }

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

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

<style>
 span { border-color: #9D71DE; }

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

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