#9D7ADA

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

Shades of Medium Purple #9D7ADA

Tints of Medium Purple #9D7ADA

Color information

#9D7ADA (or 0x9D7ADA) is unknown color: approx Medium Purple. HEX triplet: 9D, 7A and DA. RGB value is (157,122,218). Sum of RGB (Red+Green+Blue) = 157+122+218=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ADA is #628525. Grayscale: #8F8F8F. Windows color (decimal): -6456614 or 14318237. OLE color: 14318237.

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

Color convert

RGB157122218-
CMYK0.280.4400.15
HSL261.88º56.47%66.67%-
HSV(B)261.88º44.04%85.49%-
XYZ33.5226.1569.61-
YUV143.41170.1137.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=31.59%
G=24.55%
B=43.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571222180.280.4400.15261.8856.4766.67
Hex9D7ADA1C2C0F1063843
Octal235172332345401740670103
Binary1001110111110101101101011100101100011111000001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,218); }

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

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

 a { background-color: rgb(157,122,218); }

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

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

 span { border-color: rgb(157,122,218); }

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