#8E61DB

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

Shades of Medium Purple #8E61DB

Tints of Medium Purple #8E61DB

Color information

#8E61DB (or 0x8E61DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 61 and DB. RGB value is (142,97,219). Sum of RGB (Red+Green+Blue) = 142+97+219=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61DB is #719E24. Grayscale: #7B7B7B. Windows color (decimal): -7446053 or 14377358. OLE color: 14377358.

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

Color convert

RGB14297219-
CMYK0.350.5600.14
HSL262.13º62.89%61.96%-
HSV(B)262.13º55.71%85.88%-
XYZ28.2219.4169.28-
YUV124.36181.41140.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=31.00%
G=21.18%
B=47.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142972190.350.5600.14262.1362.8961.96
Hex8E61DB23380E1063f3e
Octal21614133343700164067776
Binary1000111011000011101101110001111100001110100000110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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