#9D7FDC

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

Shades of Medium Purple #9D7FDC

Tints of Medium Purple #9D7FDC

Color information

#9D7FDC (or 0x9D7FDC) is unknown color: approx Medium Purple. HEX triplet: 9D, 7F and DC. RGB value is (157,127,220). Sum of RGB (Red+Green+Blue) = 157+127+220=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FDC is #628023. Grayscale: #929292. Windows color (decimal): -6455332 or 14450589. OLE color: 14450589.

HSL color Cylindrical-coordinate representation of color #9D7FDC: hue angle of 259.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D7FDC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157127220-
CMYK0.290.4200.14
HSL259.35º57.06%68.04%-
HSV(B)259.35º42.27%86.27%-
XYZ34.4127.5171.21-
YUV146.57169.44135.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=31.15%
G=25.20%
B=43.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571272200.290.4200.14259.3557.0668.04
Hex9D7FDC1D2A0E1033944
Octal235177334355201640371104
Binary1001110111111111101110011101101010011101000000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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