#9E54D4

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

Shades of Amethyst #9E54D4

Tints of Amethyst #9E54D4

Color information

#9E54D4 (or 0x9E54D4) is unknown color: approx Amethyst. HEX triplet: 9E, 54 and D4. RGB value is (158,84,212). Sum of RGB (Red+Green+Blue) = 158+84+212=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E54D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54D4 is #61AB2B. Grayscale: #787878. Windows color (decimal): -6400812 or 13915294. OLE color: 13915294.

HSL color Cylindrical-coordinate representation of color #9E54D4: hue angle of 274.69º degrees, saturation: 0.6, 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 #9E54D4 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15884212-
CMYK0.250.6000.17
HSL274.69º59.81%58.04%-
HSV(B)274.69º60.38%83.14%-
XYZ29.1518.3664.3-
YUV120.72179.52154.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 84 (33.20% from 255) = 18.50%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=34.80%
G=18.50%
B=46.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158842120.250.6000.17274.6959.8158.04
Hex9E54D4193C0111133c3a
Octal23612432431740214237472
Binary1001111010101001101010011001111100010001100010011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E54D4; }

 p { color: rgb(158,84,212); }

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

<style>
 a { background-color: #9E54D4; }

 a { background-color: rgb(158,84,212); }

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

<style>
 span { border-color: #9E54D4; }

 span { border-color: rgb(158,84,212); }

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