#8E4CDC

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

Shades of Amethyst #8E4CDC

Tints of Amethyst #8E4CDC

Color information

#8E4CDC (or 0x8E4CDC) is unknown color: approx Amethyst. HEX triplet: 8E, 4C and DC. RGB value is (142,76,220). Sum of RGB (Red+Green+Blue) = 142+76+220=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CDC is #71B323. Grayscale: #6F6F6F. Windows color (decimal): -7451428 or 14437518. OLE color: 14437518.

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

Color convert

RGB14276220-
CMYK0.350.6500.14
HSL267.5º67.29%58.04%-
HSV(B)267.5º65.45%86.27%-
XYZ26.6616.0969.41-
YUV112.15188.87149.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=32.42%
G=17.35%
B=50.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142762200.350.6500.14267.567.2958.04
Hex8E4CDC23410E10c433a
Octal2161143344310101641410372
Binary100011101001100110111001000111000001011101000011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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