#8D6DDA

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

Shades of Medium Purple #8D6DDA

Tints of Medium Purple #8D6DDA

Color information

#8D6DDA (or 0x8D6DDA) is unknown color: approx Medium Purple. HEX triplet: 8D, 6D and DA. RGB value is (141,109,218). Sum of RGB (Red+Green+Blue) = 141+109+218=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DDA is #729225. Grayscale: #828282. Windows color (decimal): -7508518 or 14314893. OLE color: 14314893.

HSL color Cylindrical-coordinate representation of color #8D6DDA: hue angle of 257.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6DDA is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141109218-
CMYK0.350.500.15
HSL257.61º59.56%64.12%-
HSV(B)257.61º50%85.49%-
XYZ29.1121.6668.98-
YUV130.99177.1135.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=30.13%
G=23.29%
B=46.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411092180.350.500.15257.6159.5664.12
Hex8D6DDA23320F1023c40
Octal215155332436201740274100
Binary10001101110110111011010100011110010011111000000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,218); }

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

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

 a { background-color: rgb(141,109,218); }

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

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

 span { border-color: rgb(141,109,218); }

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