#8A54DB

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

Shades of Amethyst #8A54DB

Tints of Amethyst #8A54DB

Color information

#8A54DB (or 0x8A54DB) is unknown color: approx Amethyst. HEX triplet: 8A, 54 and DB. RGB value is (138,84,219). Sum of RGB (Red+Green+Blue) = 138+84+219=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A54DB is #75AB24. Grayscale: #737373. Windows color (decimal): -7711525 or 14374026. OLE color: 14374026.

HSL color Cylindrical-coordinate representation of color #8A54DB: hue angle of 264º 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 #8A54DB is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13884219-
CMYK0.370.6200.14
HSL264º65.22%59.41%-
HSV(B)264º61.64%85.88%-
XYZ26.4416.8668.88-
YUV115.54186.39144.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=31.29%
G=19.05%
B=49.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138842190.370.6200.1426465.2259.41
Hex8A54DB253E0E108413b
Octal212124333457601641010173
Binary10001010101010011011011100101111110011101000010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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