#8E58DC

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

Shades of Amethyst #8E58DC

Tints of Amethyst #8E58DC

Color information

#8E58DC (or 0x8E58DC) is unknown color: approx Amethyst. HEX triplet: 8E, 58 and DC. RGB value is (142,88,220). Sum of RGB (Red+Green+Blue) = 142+88+220=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58DC is #71A723. Grayscale: #767676. Windows color (decimal): -7448356 or 14440590. OLE color: 14440590.

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

Color convert

RGB14288220-
CMYK0.350.600.14
HSL264.55º65.35%60.39%-
HSV(B)264.55º60%86.27%-
XYZ27.5617.969.71-
YUV119.19184.89144.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.56%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=31.56%
G=19.56%
B=48.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142882200.350.600.14264.5565.3560.39
Hex8E58DC233C0E109413c
Octal216130334437401641110174
Binary10001110101100011011100100011111100011101000010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E58DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,220); }

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

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

 a { background-color: rgb(142,88,220); }

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

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

 span { border-color: rgb(142,88,220); }

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