#8E74DE

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

Shades of Medium Purple #8E74DE

Tints of Medium Purple #8E74DE

Color information

#8E74DE (or 0x8E74DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 74 and DE. RGB value is (142,116,222). Sum of RGB (Red+Green+Blue) = 142+116+222=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E74DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74DE is #718B21. Grayscale: #878787. Windows color (decimal): -7441186 or 14578830. OLE color: 14578830.

HSL color Cylindrical-coordinate representation of color #8E74DE: hue angle of 254.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E74DE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142116222-
CMYK0.360.4800.13
HSL254.72º61.63%66.27%-
HSV(B)254.72º47.75%87.06%-
XYZ30.5923.5272.03-
YUV135.86176.61132.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=29.58%
G=24.17%
B=46.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421162220.360.4800.13254.7261.6366.27
Hex8E74DE24300Dff3e42
Octal216164336446001537776102
Binary1000111011101001101111010010011000001101111111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,222); }

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

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

 a { background-color: rgb(142,116,222); }

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

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

 span { border-color: rgb(142,116,222); }

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