#9A54E1

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

Shades of Amethyst #9A54E1

Tints of Amethyst #9A54E1

Color information

#9A54E1 (or 0x9A54E1) is unknown color: approx Amethyst. HEX triplet: 9A, 54 and E1. RGB value is (154,84,225). Sum of RGB (Red+Green+Blue) = 154+84+225=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A54E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54E1 is #65AB1E. Grayscale: #787878. Windows color (decimal): -6662943 or 14767258. OLE color: 14767258.

HSL color Cylindrical-coordinate representation of color #9A54E1: hue angle of 269.79º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A54E1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15484225-
CMYK0.320.6300.12
HSL269.79º70.15%60.59%-
HSV(B)269.79º62.67%88.24%-
XYZ30.0918.6573.25-
YUV121186.69151.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=33.26%
G=18.14%
B=48.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154842250.320.6300.12269.7970.1560.59
Hex9A54E1203F0C10e463d
Octal232124341407701441610675
Binary10011010101010011100001100000111111011001000011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A54E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,225); }

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

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

 a { background-color: rgb(154,84,225); }

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

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

 span { border-color: rgb(154,84,225); }

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