#8E7FDB

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

Shades of Medium Purple #8E7FDB

Tints of Medium Purple #8E7FDB

Color information

#8E7FDB (or 0x8E7FDB) is unknown color: approx Medium Purple. HEX triplet: 8E, 7F and DB. RGB value is (142,127,219). Sum of RGB (Red+Green+Blue) = 142+127+219=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FDB is #718024. Grayscale: #8D8D8D. Windows color (decimal): -7438373 or 14385038. OLE color: 14385038.

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

Color convert

RGB142127219-
CMYK0.350.4200.14
HSL249.78º56.1%67.84%-
HSV(B)249.78º42.01%85.88%-
XYZ31.5326.0470.38-
YUV141.97171.47128.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=29.10%
G=26.02%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421272190.350.4200.14249.7856.167.84
Hex8E7FDB232A0Efa3844
Octal216177333435201637270104
Binary1000111011111111101101110001110101001110111110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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