#9D7FD5

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

Shades of Medium Purple #9D7FD5

Tints of Medium Purple #9D7FD5

Color information

#9D7FD5 (or 0x9D7FD5) is unknown color: approx Medium Purple. HEX triplet: 9D, 7F and D5. RGB value is (157,127,213). Sum of RGB (Red+Green+Blue) = 157+127+213=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D7FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FD5 is #62802A. Grayscale: #919191. Windows color (decimal): -6455339 or 13991837. OLE color: 13991837.

HSL color Cylindrical-coordinate representation of color #9D7FD5: hue angle of 260.93º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D7FD5 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157127213-
CMYK0.260.4000.16
HSL260.93º50.59%66.67%-
HSV(B)260.93º40.38%83.53%-
XYZ33.527.1566.43-
YUV145.77165.94136.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=31.59%
G=25.55%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571272130.260.4000.16260.9350.5966.67
Hex9D7FD51A280101053343
Octal235177325325002040563103
Binary10011101111111111010101110101010000100001000001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,213); }

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

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

 a { background-color: rgb(157,127,213); }

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

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

 span { border-color: rgb(157,127,213); }

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