#8E60D0

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

Shades of Amethyst #8E60D0

Tints of Amethyst #8E60D0

Color information

#8E60D0 (or 0x8E60D0) is unknown color: approx Amethyst. HEX triplet: 8E, 60 and D0. RGB value is (142,96,208). Sum of RGB (Red+Green+Blue) = 142+96+208=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60D0 is #719F2F. Grayscale: #7A7A7A. Windows color (decimal): -7446320 or 13656206. OLE color: 13656206.

HSL color Cylindrical-coordinate representation of color #8E60D0: hue angle of 264.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E60D0 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14296208-
CMYK0.320.5400.18
HSL264.64º54.37%59.61%-
HSV(B)264.64º53.85%81.57%-
XYZ26.7218.6761.87-
YUV122.52176.24141.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 208 (81.64% from 255) = 46.64%
R=31.84%
G=21.52%
B=46.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142962080.320.5400.18264.6454.3759.61
Hex8E60D02036012109363c
Octal21614032040660224116674
Binary10001110110000011010000100000110110010010100001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,208); }

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

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

 a { background-color: rgb(142,96,208); }

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

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

 span { border-color: rgb(142,96,208); }

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