#9D7CD9

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

Shades of Medium Purple #9D7CD9

Tints of Medium Purple #9D7CD9

Color information

#9D7CD9 (or 0x9D7CD9) is unknown color: approx Medium Purple. HEX triplet: 9D, 7C and D9. RGB value is (157,124,217). Sum of RGB (Red+Green+Blue) = 157+124+217=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D7CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CD9 is #628326. Grayscale: #909090. Windows color (decimal): -6456103 or 14253213. OLE color: 14253213.

HSL color Cylindrical-coordinate representation of color #9D7CD9: hue angle of 261.29º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7CD9 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157124217-
CMYK0.280.4300.15
HSL261.29º55.03%66.86%-
HSV(B)261.29º42.86%85.1%-
XYZ33.6426.5969.01-
YUV144.47168.93136.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=31.53%
G=24.90%
B=43.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571242170.280.4300.15261.2955.0366.86
Hex9D7CD91C2B0F1053743
Octal235174331345301740567103
Binary1001110111111001101100111100101011011111000001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,217); }

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

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

 a { background-color: rgb(157,124,217); }

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

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

 span { border-color: rgb(157,124,217); }

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