#9D7DD7

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

Shades of Medium Purple #9D7DD7

Tints of Medium Purple #9D7DD7

Color information

#9D7DD7 (or 0x9D7DD7) is unknown color: approx Medium Purple. HEX triplet: 9D, 7D and D7. RGB value is (157,125,215). Sum of RGB (Red+Green+Blue) = 157+125+215=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #9D7DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DD7 is #628228. Grayscale: #909090. Windows color (decimal): -6455849 or 14122397. OLE color: 14122397.

HSL color Cylindrical-coordinate representation of color #9D7DD7: hue angle of 261.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D7DD7 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157125215-
CMYK0.270.4200.16
HSL261.33º52.94%66.67%-
HSV(B)261.33º41.86%84.31%-
XYZ33.526.7467.69-
YUV144.83167.6136.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=31.59%
G=25.15%
B=43.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571252150.270.4200.16261.3352.9466.67
Hex9D7DD71B2A0101053543
Octal235175327335202040565103
Binary10011101111110111010111110111010100100001000001011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,215); }

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

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

 a { background-color: rgb(157,125,215); }

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

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

 span { border-color: rgb(157,125,215); }

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