#8D54D3

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

Shades of Amethyst #8D54D3

Tints of Amethyst #8D54D3

Color information

#8D54D3 (or 0x8D54D3) is unknown color: approx Amethyst. HEX triplet: 8D, 54 and D3. RGB value is (141,84,211). Sum of RGB (Red+Green+Blue) = 141+84+211=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #8D54D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54D3 is #72AB2C. Grayscale: #737373. Windows color (decimal): -7514925 or 13849741. OLE color: 13849741.

HSL color Cylindrical-coordinate representation of color #8D54D3: hue angle of 266.93º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D54D3 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14184211-
CMYK0.330.6000.17
HSL266.93º59.07%57.84%-
HSV(B)266.93º60.19%82.75%-
XYZ25.9116.7163.49-
YUV115.52181.88146.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 211 (82.81% from 255) = 48.39%
R=32.34%
G=19.27%
B=48.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141842110.330.6000.17266.9359.0757.84
Hex8D54D3213C01110b3b3a
Octal21512432341740214137372
Binary10001101101010011010011100001111100010001100001011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D54D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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