#8E7FDA

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

Shades of Medium Purple #8E7FDA

Tints of Medium Purple #8E7FDA

Color information

#8E7FDA (or 0x8E7FDA) is unknown color: approx Medium Purple. HEX triplet: 8E, 7F and DA. RGB value is (142,127,218). Sum of RGB (Red+Green+Blue) = 142+127+218=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FDA is #718025. Grayscale: #8D8D8D. Windows color (decimal): -7438374 or 14319502. OLE color: 14319502.

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

Color convert

RGB142127218-
CMYK0.350.4200.15
HSL249.89º55.15%67.65%-
HSV(B)249.89º41.74%85.49%-
XYZ31.425.9969.69-
YUV141.86170.97128.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=29.16%
G=26.08%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421272180.350.4200.15249.8955.1567.65
Hex8E7FDA232A0Ffa3744
Octal216177332435201737267104
Binary1000111011111111101101010001110101001111111110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,218); }

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

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

 a { background-color: rgb(142,127,218); }

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

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

 span { border-color: rgb(142,127,218); }

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