#8E68DA

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

Shades of Medium Purple #8E68DA

Tints of Medium Purple #8E68DA

Color information

#8E68DA (or 0x8E68DA) is unknown color: approx Medium Purple. HEX triplet: 8E, 68 and DA. RGB value is (142,104,218). Sum of RGB (Red+Green+Blue) = 142+104+218=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68DA is #719725. Grayscale: #7F7F7F. Windows color (decimal): -7444262 or 14313614. OLE color: 14313614.

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

Color convert

RGB142104218-
CMYK0.350.5200.15
HSL260º60.64%63.14%-
HSV(B)260º52.29%85.49%-
XYZ28.7620.7168.81-
YUV128.36178.59137.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=30.60%
G=22.41%
B=46.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421042180.350.5200.1526060.6463.14
Hex8E68DA23340F1043d3f
Octal21615033243640174047577
Binary1000111011010001101101010001111010001111100000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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