#9D7DD9

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

Shades of Medium Purple #9D7DD9

Tints of Medium Purple #9D7DD9

Color information

#9D7DD9 (or 0x9D7DD9) is unknown color: approx Medium Purple. HEX triplet: 9D, 7D and D9. RGB value is (157,125,217). Sum of RGB (Red+Green+Blue) = 157+125+217=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DD9 is #628226. Grayscale: #909090. Windows color (decimal): -6455847 or 14253469. OLE color: 14253469.

HSL color Cylindrical-coordinate representation of color #9D7DD9: hue angle of 260.87º degrees, saturation: 0.55, 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 #9D7DD9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157125217-
CMYK0.280.4200.15
HSL260.87º54.76%67.06%-
HSV(B)260.87º42.4%85.1%-
XYZ33.7626.8569.05-
YUV145.06168.6136.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=31.46%
G=25.05%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571252170.280.4200.15260.8754.7667.06
Hex9D7DD91C2A0F1053743
Octal235175331345201740567103
Binary1001110111111011101100111100101010011111000001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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