#8E7AD8

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

Shades of Medium Purple #8E7AD8

Tints of Medium Purple #8E7AD8

Color information

#8E7AD8 (or 0x8E7AD8) is unknown color: approx Medium Purple. HEX triplet: 8E, 7A and D8. RGB value is (142,122,216). Sum of RGB (Red+Green+Blue) = 142+122+216=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #8E7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7AD8 is #718527. Grayscale: #8A8A8A. Windows color (decimal): -7439656 or 14187150. OLE color: 14187150.

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

Color convert

RGB142122216-
CMYK0.340.4400.15
HSL252.77º54.65%66.27%-
HSV(B)252.77º43.52%84.71%-
XYZ30.5124.6368.11-
YUV138.7171.63130.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 216 (84.77% from 255) = 45%
R=29.58%
G=25.42%
B=45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421222160.340.4400.15252.7754.6566.27
Hex8E7AD8222C0Ffd3742
Octal216172330425401737567102
Binary1000111011110101101100010001010110001111111111011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,216); }

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

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

 a { background-color: rgb(142,122,216); }

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

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

 span { border-color: rgb(142,122,216); }

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