#8D6EE0

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

Shades of Medium Purple #8D6EE0

Tints of Medium Purple #8D6EE0

Color information

#8D6EE0 (or 0x8D6EE0) is unknown color: approx Medium Purple. HEX triplet: 8D, 6E and E0. RGB value is (141,110,224). Sum of RGB (Red+Green+Blue) = 141+110+224=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EE0 is #72911F. Grayscale: #838383. Windows color (decimal): -7508256 or 14708365. OLE color: 14708365.

HSL color Cylindrical-coordinate representation of color #8D6EE0: hue angle of 256.32º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6EE0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141110224-
CMYK0.370.5100.12
HSL256.32º64.77%65.49%-
HSV(B)256.32º50.89%87.84%-
XYZ30.0122.273.22-
YUV132.26179.77134.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=29.68%
G=23.16%
B=47.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411102240.370.5100.12256.3264.7765.49
Hex8D6EE025330C1004141
Octal2151563404563014400101101
Binary100011011101110111000001001011100110110010000000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,224); }

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

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

 a { background-color: rgb(141,110,224); }

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

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

 span { border-color: rgb(141,110,224); }

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