#8E72DB

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

Shades of Medium Purple #8E72DB

Tints of Medium Purple #8E72DB

Color information

#8E72DB (or 0x8E72DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 72 and DB. RGB value is (142,114,219). Sum of RGB (Red+Green+Blue) = 142+114+219=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72DB is #718D24. Grayscale: #858585. Windows color (decimal): -7441701 or 14381710. OLE color: 14381710.

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

Color convert

RGB142114219-
CMYK0.350.4800.14
HSL256º59.32%65.29%-
HSV(B)256º47.95%85.88%-
XYZ29.9622.969.86-
YUV134.34175.78133.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=29.89%
G=24%
B=46.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421142190.350.4800.1425659.3265.29
Hex8E72DB23300E1003b41
Octal216162333436001640073101
Binary10001110111001011011011100011110000011101000000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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