#8D6ADE

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

Shades of Medium Purple #8D6ADE

Tints of Medium Purple #8D6ADE

Color information

#8D6ADE (or 0x8D6ADE) is unknown color: approx Medium Purple. HEX triplet: 8D, 6A and DE. RGB value is (141,106,222). Sum of RGB (Red+Green+Blue) = 141+106+222=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ADE is #729521. Grayscale: #818181. Windows color (decimal): -7509282 or 14576269. OLE color: 14576269.

HSL color Cylindrical-coordinate representation of color #8D6ADE: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6ADE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141106222-
CMYK0.360.5200.13
HSL258.1º63.74%64.31%-
HSV(B)258.1º52.25%87.06%-
XYZ29.3221.2471.66-
YUV129.69180.1136.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=30.06%
G=22.60%
B=47.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411062220.360.5200.13258.163.7464.31
Hex8D6ADE24340D1024040
Octal2151523364464015402100100
Binary100011011101010110111101001001101000110110000001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,222); }

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

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

 a { background-color: rgb(141,106,222); }

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

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

 span { border-color: rgb(141,106,222); }

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