#8C4CD1

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

Shades of Amethyst #8C4CD1

Tints of Amethyst #8C4CD1

Color information

#8C4CD1 (or 0x8C4CD1) is unknown color: approx Amethyst. HEX triplet: 8C, 4C and D1. RGB value is (140,76,209). Sum of RGB (Red+Green+Blue) = 140+76+209=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C4CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CD1 is #73B32E. Grayscale: #6D6D6D. Windows color (decimal): -7582511 or 13716620. OLE color: 13716620.

HSL color Cylindrical-coordinate representation of color #8C4CD1: hue angle of 268.87º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4CD1 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14076209-
CMYK0.330.6400.18
HSL268.87º59.11%55.88%-
HSV(B)268.87º63.64%81.96%-
XYZ24.9115.3561.97-
YUV110.3183.7149.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 209 (82.03% from 255) = 49.18%
R=32.94%
G=17.88%
B=49.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140762090.330.6400.18268.8759.1155.88
Hex8C4CD1214001210d3b38
Octal214114321411000224157370
Binary100011001001100110100011000011000000010010100001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,209); }

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

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

 a { background-color: rgb(140,76,209); }

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

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

 span { border-color: rgb(140,76,209); }

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