Html Css Color HEX #904EE3 Amethyst

📋 copy color: '#904EE3'

red 144 ◦ green 78 ◦ blue 227

#904EE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #904EE3

Tints of Amethyst #904EE3

RGB

 RED value IS 144 (56.64% from 255) = 32.07%

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 227 (89.06% from 255) = 50.56%

R = 32.07%
G = 17.37%
B = 50.56%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#904EE3 (or 0x904EE3) is known color: Amethyst. HEX triplet: 90, 4E and E3. RGB value is (144,78,227). Sum of RGB (Red+Green+Blue) = 144+78+227=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #904EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EE3 is #6FB11C. Grayscale: #727272. Windows color (decimal): -7319837 or 14896784. OLE color: 14896784.

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

Color convert

RGB 144 78 227 -
CMYK 0.37 0.66 0 0.11
HSL 266.58º 0.73% 0.6% -
HSV(B) 266.58º 0.66% 0.89% -
XYZ 28.09 16.92 74.46 -
YUV 114.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 144 78 227 0.37 0.66 0 0.11 266.58 0.73 0.6
Hex 90 4E E3 25 42 0 B 10B 49 3C
Octal 220 116 343 45 102 0 13 413 111 74
Binary 10010000 1001110 11100011 100101 1000010 0 1011 100001011 1001001 111100

Color Harmonies of #904EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EE3

Black with #904EE3

Text Example


Text Example

White with #904EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #904EE3;
 }
 .AnyTagClassName
 {
   color: #904EE3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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