#8D54C7

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

Shades of Amethyst #8D54C7

Tints of Amethyst #8D54C7

Color information

#8D54C7 (or 0x8D54C7) is unknown color: approx Amethyst. HEX triplet: 8D, 54 and C7. RGB value is (141,84,199). Sum of RGB (Red+Green+Blue) = 141+84+199=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D54C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54C7 is #72AB38. Grayscale: #717171. Windows color (decimal): -7514937 or 13063309. OLE color: 13063309.

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

Color convert

RGB14184199-
CMYK0.290.5800.22
HSL269.74º50.66%55.49%-
HSV(B)269.74º57.79%78.04%-
XYZ24.4616.1355.86-
YUV114.15175.88147.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 199 (78.12% from 255) = 46.93%
R=33.25%
G=19.81%
B=46.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141841990.290.5800.22269.7450.6655.49
Hex8D54C71D3A01610e3337
Octal21512430735720264166367
Binary1000110110101001100011111101111010010110100001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D54C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,199); }

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

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

 a { background-color: rgb(141,84,199); }

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

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

 span { border-color: rgb(141,84,199); }

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