#8E60BE

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

Shades of Amethyst #8E60BE

Tints of Amethyst #8E60BE

Color information

#8E60BE (or 0x8E60BE) is unknown color: approx Amethyst. HEX triplet: 8E, 60 and BE. RGB value is (142,96,190). Sum of RGB (Red+Green+Blue) = 142+96+190=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60BE is #719F41. Grayscale: #787878. Windows color (decimal): -7446338 or 12476558. OLE color: 12476558.

HSL color Cylindrical-coordinate representation of color #8E60BE: hue angle of 269.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E60BE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14296190-
CMYK0.250.4900.25
HSL269.36º41.96%56.08%-
HSV(B)269.36º49.47%74.51%-
XYZ24.6317.8350.86-
YUV120.47167.24143.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=33.18%
G=22.43%
B=44.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142961900.250.4900.25269.3641.9656.08
Hex8E60BE193101910d2a38
Octal21614027631610314155270
Binary1000111011000001011111011001110001011001100001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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