#904ED5

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

Shades of Amethyst #904ED5

Tints of Amethyst #904ED5

Color information

#904ED5 (or 0x904ED5) is unknown color: approx Amethyst. HEX triplet: 90, 4E and D5. RGB value is (144,78,213). Sum of RGB (Red+Green+Blue) = 144+78+213=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #904ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ED5 is #6FB12A. Grayscale: #707070. Windows color (decimal): -7319851 or 13979280. OLE color: 13979280.

HSL color Cylindrical-coordinate representation of color #904ED5: hue angle of 269.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904ED5 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14478213-
CMYK0.320.6300.16
HSL269.33º61.64%57.06%-
HSV(B)269.33º63.38%83.53%-
XYZ26.2416.1864.69-
YUV113.12184.37150.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 78 (30.86% from 255) = 17.93%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=33.10%
G=17.93%
B=48.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144782130.320.6300.16269.3361.6457.06
Hex904ED5203F01010d3e39
Octal22011632540770204157671
Binary10010000100111011010101100000111111010000100001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904ED5; }

 p { color: rgb(144,78,213); }

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

<style>
 a { background-color: #904ED5; }

 a { background-color: rgb(144,78,213); }

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

<style>
 span { border-color: #904ED5; }

 span { border-color: rgb(144,78,213); }

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