#9A4DE0

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

Shades of Amethyst #9A4DE0

Tints of Amethyst #9A4DE0

Color information

#9A4DE0 (or 0x9A4DE0) is unknown color: approx Amethyst. HEX triplet: 9A, 4D and E0. RGB value is (154,77,224). Sum of RGB (Red+Green+Blue) = 154+77+224=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A4DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DE0 is #65B21F. Grayscale: #747474. Windows color (decimal): -6664736 or 14699930. OLE color: 14699930.

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

Color convert

RGB15477224-
CMYK0.310.6600.12
HSL271.43º70.33%59.02%-
HSV(B)271.43º65.62%87.84%-
XYZ29.4317.5672.36-
YUV116.78188.51154.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=33.85%
G=16.92%
B=49.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154772240.310.6600.12271.4370.3359.02
Hex9A4DE01F420C10f463b
Octal2321153403710201441710673
Binary10011010100110111100000111111000010011001000011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,77,224); }

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

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

 a { background-color: rgb(154,77,224); }

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

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

 span { border-color: rgb(154,77,224); }

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