#904FE2

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

Shades of Amethyst #904FE2

Tints of Amethyst #904FE2

Color information

#904FE2 (or 0x904FE2) is unknown color: approx Amethyst. HEX triplet: 90, 4F and E2. RGB value is (144,79,226). Sum of RGB (Red+Green+Blue) = 144+79+226=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #904FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FE2 is #6FB01D. Grayscale: #727272. Windows color (decimal): -7319582 or 14831504. OLE color: 14831504.

HSL color Cylindrical-coordinate representation of color #904FE2: hue angle of 266.53º 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 #904FE2 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14479226-
CMYK0.360.6500.11
HSL266.53º71.71%59.8%-
HSV(B)266.53º65.04%88.63%-
XYZ28.0317.0173.76-
YUV115.19190.53148.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 226 (88.67% from 255) = 50.33%
R=32.07%
G=17.59%
B=50.33%

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
Decimal144792260.360.6500.11266.5371.7159.8
Hex904FE224410B10b483c
Octal2201173424410101341311074
Binary100100001001111111000101001001000001010111000010111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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