#9D7CDF

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

Shades of Medium Purple #9D7CDF

Tints of Medium Purple #9D7CDF

Color information

#9D7CDF (or 0x9D7CDF) is unknown color: approx Medium Purple. HEX triplet: 9D, 7C and DF. RGB value is (157,124,223). Sum of RGB (Red+Green+Blue) = 157+124+223=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CDF is #628320. Grayscale: #909090. Windows color (decimal): -6456097 or 14646429. OLE color: 14646429.

HSL color Cylindrical-coordinate representation of color #9D7CDF: hue angle of 260º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D7CDF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157124223-
CMYK0.300.4400.13
HSL260º60.74%68.04%-
HSV(B)260º44.39%87.45%-
XYZ34.4326.9173.19-
YUV145.15171.93136.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=31.15%
G=24.60%
B=44.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571242230.300.4400.1326060.7468.04
Hex9D7CDF1E2C0D1043d44
Octal235174337365401540475104
Binary1001110111111001101111111110101100011011000001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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