#8E74DB

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

Shades of Medium Purple #8E74DB

Tints of Medium Purple #8E74DB

Color information

#8E74DB (or 0x8E74DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 74 and DB. RGB value is (142,116,219). Sum of RGB (Red+Green+Blue) = 142+116+219=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E74DB is #718B24. Grayscale: #878787. Windows color (decimal): -7441189 or 14382222. OLE color: 14382222.

HSL color Cylindrical-coordinate representation of color #8E74DB: hue angle of 255.15º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E74DB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142116219-
CMYK0.350.4700.14
HSL255.15º58.86%65.69%-
HSV(B)255.15º47.03%85.88%-
XYZ30.1923.3669.93-
YUV135.52175.11132.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=29.77%
G=24.32%
B=45.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421162190.350.4700.14255.1558.8665.69
Hex8E74DB232F0Eff3b42
Octal216164333435701637773102
Binary1000111011101001101101110001110111101110111111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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