#8E64DB

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

Shades of Medium Purple #8E64DB

Tints of Medium Purple #8E64DB

Color information

#8E64DB (or 0x8E64DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 64 and DB. RGB value is (142,100,219). Sum of RGB (Red+Green+Blue) = 142+100+219=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64DB is #719B24. Grayscale: #7D7D7D. Windows color (decimal): -7445285 or 14378126. OLE color: 14378126.

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

Color convert

RGB142100219-
CMYK0.350.5400.14
HSL261.18º62.3%62.55%-
HSV(B)261.18º54.34%85.88%-
XYZ28.519.9869.37-
YUV126.12180.41139.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=30.80%
G=21.69%
B=47.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421002190.350.5400.14261.1862.362.55
Hex8E64DB23360E1053e3f
Octal21614433343660164057677
Binary1000111011001001101101110001111011001110100000101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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