#904EE2

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

Shades of Amethyst #904EE2

Tints of Amethyst #904EE2

Color information

#904EE2 (or 0x904EE2) is unknown color: approx Amethyst. HEX triplet: 90, 4E and E2. RGB value is (144,78,226). Sum of RGB (Red+Green+Blue) = 144+78+226=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #904EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EE2 is #6FB11D. Grayscale: #727272. Windows color (decimal): -7319838 or 14831248. OLE color: 14831248.

HSL color Cylindrical-coordinate representation of color #904EE2: hue angle of 266.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904EE2 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14478226-
CMYK0.360.6500.11
HSL266.76º71.84%59.61%-
HSV(B)266.76º65.49%88.63%-
XYZ27.9516.8773.73-
YUV114.61190.87148.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 226 (88.67% from 255) = 50.45%
R=32.14%
G=17.41%
B=50.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal144782260.360.6500.11266.7671.8459.61
Hex904EE224410B10b483c
Octal2201163424410101341311074
Binary100100001001110111000101001001000001010111000010111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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