#8E5DC8

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

Shades of Amethyst #8E5DC8

Tints of Amethyst #8E5DC8

Color information

#8E5DC8 (or 0x8E5DC8) is unknown color: approx Amethyst. HEX triplet: 8E, 5D and C8. RGB value is (142,93,200). Sum of RGB (Red+Green+Blue) = 142+93+200=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #8E5DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DC8 is #71A237. Grayscale: #777777. Windows color (decimal): -7447096 or 13131150. OLE color: 13131150.

HSL color Cylindrical-coordinate representation of color #8E5DC8: hue angle of 267.48º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E5DC8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14293200-
CMYK0.290.5400.22
HSL267.48º49.31%57.45%-
HSV(B)267.48º53.5%78.43%-
XYZ25.517.7556.73-
YUV119.85173.23143.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 200 (78.52% from 255) = 45.98%
R=32.64%
G=21.38%
B=45.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142932000.290.5400.22267.4849.3157.45
Hex8E5DC81D3601610b3139
Octal21613531035660264136171
Binary1000111010111011100100011101110110010110100001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,200); }

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

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

 a { background-color: rgb(142,93,200); }

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

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

 span { border-color: rgb(142,93,200); }

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