#8E71EB

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

Shades of Medium Purple #8E71EB

Tints of Medium Purple #8E71EB

Color information

#8E71EB (or 0x8E71EB) is unknown color: approx Medium Purple. HEX triplet: 8E, 71 and EB. RGB value is (142,113,235). Sum of RGB (Red+Green+Blue) = 142+113+235=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71EB is #718E14. Grayscale: #878787. Windows color (decimal): -7441941 or 15430030. OLE color: 15430030.

HSL color Cylindrical-coordinate representation of color #8E71EB: hue angle of 254.26º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E71EB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142113235-
CMYK0.400.5200.08
HSL254.26º75.31%68.24%-
HSV(B)254.26º51.91%92.16%-
XYZ32.0623.5681.46-
YUV135.58184.11132.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=28.98%
G=23.06%
B=47.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421132350.400.5200.08254.2675.3168.24
Hex8E71EB283408fe4b44
Octal2161613535064010376113104
Binary10001110111000111101011101000110100010001111111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,235); }

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

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

 a { background-color: rgb(142,113,235); }

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

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

 span { border-color: rgb(142,113,235); }

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