#8D66E8

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

Shades of Medium Purple #8D66E8

Tints of Medium Purple #8D66E8

Color information

#8D66E8 (or 0x8D66E8) is unknown color: approx Medium Purple. HEX triplet: 8D, 66 and E8. RGB value is (141,102,232). Sum of RGB (Red+Green+Blue) = 141+102+232=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D66E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D66E8 is #729917. Grayscale: #7F7F7F. Windows color (decimal): -7510296 or 15230605. OLE color: 15230605.

HSL color Cylindrical-coordinate representation of color #8D66E8: hue angle of 258º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D66E8 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB141102232-
CMYK0.390.5600.09
HSL258º73.86%65.49%-
HSV(B)258º56.03%90.98%-
XYZ30.320.9978.8-
YUV128.48186.42136.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.68%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=29.68%
G=21.47%
B=48.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1411022320.390.5600.0925873.8665.49
Hex8D66E82738091024a41
Octal2151463504770011402112101
Binary100011011100110111010001001111110000100110000001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D66E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,232); }

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

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

 a { background-color: rgb(141,102,232); }

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

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

 span { border-color: rgb(141,102,232); }

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