#8E7BE2

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

Shades of Medium Purple #8E7BE2

Tints of Medium Purple #8E7BE2

Color information

#8E7BE2 (or 0x8E7BE2) is unknown color: approx Medium Purple. HEX triplet: 8E, 7B and E2. RGB value is (142,123,226). Sum of RGB (Red+Green+Blue) = 142+123+226=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #8E7BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BE2 is #71841D. Grayscale: #8C8C8C. Windows color (decimal): -7439390 or 14842766. OLE color: 14842766.

HSL color Cylindrical-coordinate representation of color #8E7BE2: hue angle of 251.07º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E7BE2 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142123226-
CMYK0.370.4600.11
HSL251.07º63.98%68.43%-
HSV(B)251.07º45.58%88.63%-
XYZ31.9725.4175.17-
YUV140.42176.29129.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 226 (88.67% from 255) = 46.03%
R=28.92%
G=25.05%
B=46.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421232260.370.4600.11251.0763.9868.43
Hex8E7BE2252E0Bfb4044
Octal2161733424556013373100104
Binary10001110111101111100010100101101110010111111101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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