#9e54d3

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

Shades of Amethyst #9E54D3

Tints of Amethyst #9E54D3

Color information

#9E54D3 (or 0x9E54D3) is unknown color: approx Amethyst. HEX triplet: 9E, 54 and D3. RGB value is (158,84,211). Sum of RGB (Red+Green+Blue) = 158+84+211=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E54D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54D3 is #61AB2C. Grayscale: #787878. Windows color (decimal): -6400813 or 13849758. OLE color: 13849758.

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

Color convert

RGB15884211-
CMYK0.250.6000.17
HSL274.96º59.07%57.84%-
HSV(B)274.96º60.19%82.75%-
XYZ29.0318.3163.63-
YUV120.6179.02154.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 211 (82.81% from 255) = 46.58%
R=34.88%
G=18.54%
B=46.58%

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
Decimal158842110.250.6000.17274.9659.0757.84
Hex9E54D3193C0111133b3a
Octal23612432331740214237372
Binary1001111010101001101001111001111100010001100010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e54d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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