#8E61D9

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

Shades of Medium Purple #8E61D9

Tints of Medium Purple #8E61D9

Color information

#8E61D9 (or 0x8E61D9) is unknown color: approx Medium Purple. HEX triplet: 8E, 61 and D9. RGB value is (142,97,217). Sum of RGB (Red+Green+Blue) = 142+97+217=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E61D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E61D9 is #719E26. Grayscale: #7B7B7B. Windows color (decimal): -7446055 or 14246286. OLE color: 14246286.

HSL color Cylindrical-coordinate representation of color #8E61D9: hue angle of 262.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E61D9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14297217-
CMYK0.350.5500.15
HSL262.5º61.22%61.57%-
HSV(B)262.5º55.3%85.1%-
XYZ27.9519.3167.9-
YUV124.14180.41140.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=31.14%
G=21.27%
B=47.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142972170.350.5500.15262.561.2261.57
Hex8E61D923370F1063d3e
Octal21614133143670174067576
Binary1000111011000011101100110001111011101111100000110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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