#8E7BD4

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

Shades of Medium Purple #8E7BD4

Tints of Medium Purple #8E7BD4

Color information

#8E7BD4 (or 0x8E7BD4) is unknown color: approx Medium Purple. HEX triplet: 8E, 7B and D4. RGB value is (142,123,212). Sum of RGB (Red+Green+Blue) = 142+123+212=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E7BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BD4 is #71842B. Grayscale: #8A8A8A. Windows color (decimal): -7439404 or 13925262. OLE color: 13925262.

HSL color Cylindrical-coordinate representation of color #8E7BD4: hue angle of 252.81º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7BD4 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142123212-
CMYK0.330.4200.17
HSL252.81º50.86%65.69%-
HSV(B)252.81º41.98%83.14%-
XYZ30.1224.6765.46-
YUV138.83169.29130.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=29.77%
G=25.79%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421232120.330.4200.17252.8150.8665.69
Hex8E7BD4212A011fd3342
Octal216173324415202137563102
Binary10001110111101111010100100001101010010001111111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,212); }

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

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

 a { background-color: rgb(142,123,212); }

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

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

 span { border-color: rgb(142,123,212); }

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