#8d54db

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

Shades of Amethyst #8D54DB

Tints of Amethyst #8D54DB

Color information

#8D54DB (or 0x8D54DB) is unknown color: approx Amethyst. HEX triplet: 8D, 54 and DB. RGB value is (141,84,219). Sum of RGB (Red+Green+Blue) = 141+84+219=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54DB is #72AB24. Grayscale: #737373. Windows color (decimal): -7514917 or 14374029. OLE color: 14374029.

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

Color convert

RGB14184219-
CMYK0.360.6200.14
HSL265.33º65.22%59.41%-
HSV(B)265.33º61.64%85.88%-
XYZ26.9417.1268.9-
YUV116.43185.88145.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=31.76%
G=18.92%
B=49.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141842190.360.6200.14265.3365.2259.41
Hex8D54DB243E0E109413b
Octal215124333447601641110173
Binary10001101101010011011011100100111110011101000010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d54db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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