#8D64D7

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

Shades of Medium Purple #8D64D7

Tints of Medium Purple #8D64D7

Color information

#8D64D7 (or 0x8D64D7) is unknown color: approx Medium Purple. HEX triplet: 8D, 64 and D7. RGB value is (141,100,215). Sum of RGB (Red+Green+Blue) = 141+100+215=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D64D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D64D7 is #729B28. Grayscale: #7C7C7C. Windows color (decimal): -7510825 or 14115981. OLE color: 14115981.

HSL color Cylindrical-coordinate representation of color #8D64D7: hue angle of 261.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D64D7 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141100215-
CMYK0.340.5300.16
HSL261.39º58.97%61.76%-
HSV(B)261.39º53.49%84.31%-
XYZ27.8119.6866.62-
YUV125.37178.58139.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 215 (84.38% from 255) = 47.15%
R=30.92%
G=21.93%
B=47.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1411002150.340.5300.16261.3958.9761.76
Hex8D64D722350101053b3e
Octal21514432742650204057376
Binary10001101110010011010111100010110101010000100000101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D64D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D64D7; }

 p { color: rgb(141,100,215); }

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

<style>
 a { background-color: #8D64D7; }

 a { background-color: rgb(141,100,215); }

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

<style>
 span { border-color: #8D64D7; }

 span { border-color: rgb(141,100,215); }

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