#9A4EE1

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

Shades of Amethyst #9A4EE1

Tints of Amethyst #9A4EE1

Color information

#9A4EE1 (or 0x9A4EE1) is unknown color: approx Amethyst. HEX triplet: 9A, 4E and E1. RGB value is (154,78,225). Sum of RGB (Red+Green+Blue) = 154+78+225=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A4EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EE1 is #65B11E. Grayscale: #747474. Windows color (decimal): -6664479 or 14765722. OLE color: 14765722.

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

Color convert

RGB15478225-
CMYK0.320.6500.12
HSL271.02º71.01%59.41%-
HSV(B)271.02º65.33%88.24%-
XYZ29.6417.7673.1-
YUV117.48188.68154.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=33.70%
G=17.07%
B=49.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154782250.320.6500.12271.0271.0159.41
Hex9A4EE120410C10f473b
Octal2321163414010101441710773
Binary100110101001110111000011000001000001011001000011111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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