#8D6DEA

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

Shades of Medium Purple #8D6DEA

Tints of Medium Purple #8D6DEA

Color information

#8D6DEA (or 0x8D6DEA) is unknown color: approx Medium Purple. HEX triplet: 8D, 6D and EA. RGB value is (141,109,234). Sum of RGB (Red+Green+Blue) = 141+109+234=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DEA is #729215. Grayscale: #848484. Windows color (decimal): -7508502 or 15363469. OLE color: 15363469.

HSL color Cylindrical-coordinate representation of color #8D6DEA: hue angle of 255.36º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D6DEA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141109234-
CMYK0.400.5300.08
HSL255.36º74.85%67.25%-
HSV(B)255.36º53.42%91.76%-
XYZ31.322.5480.54-
YUV132.82185.1133.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 234 (91.80% from 255) = 48.35%
R=29.13%
G=22.52%
B=48.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411092340.400.5300.08255.3674.8567.25
Hex8D6DEA283508ff4b43
Octal2151553525065010377113103
Binary10001101110110111101010101000110101010001111111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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