#8E55CD

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

Shades of Amethyst #8E55CD

Tints of Amethyst #8E55CD

Color information

#8E55CD (or 0x8E55CD) is unknown color: approx Amethyst. HEX triplet: 8E, 55 and CD. RGB value is (142,85,205). Sum of RGB (Red+Green+Blue) = 142+85+205=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55CD is #71AA32. Grayscale: #737373. Windows color (decimal): -7449139 or 13456782. OLE color: 13456782.

HSL color Cylindrical-coordinate representation of color #8E55CD: hue angle of 268.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E55CD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14285205-
CMYK0.310.5900.20
HSL268.5º54.55%56.86%-
HSV(B)268.5º58.54%80.39%-
XYZ25.4216.6659.63-
YUV115.72178.38146.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=32.87%
G=19.68%
B=47.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142852050.310.5900.20268.554.5556.86
Hex8E55CD1F3B01410c3739
Octal21612531537730244146771
Binary1000111010101011100110111111111011010100100001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,205); }

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

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

 a { background-color: rgb(142,85,205); }

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

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

 span { border-color: rgb(142,85,205); }

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