Html Css Color HEX #914EE5 Amethyst

📋 copy color: '#914EE5'

red 145 ◦ green 78 ◦ blue 229

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

Shades of Amethyst #914EE5

Tints of Amethyst #914EE5

RGB

 RED value IS 145 (57.03% from 255) = 32.08%

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

 BLUE value IS 229 (89.84% from 255) = 50.66%

R = 32.08%
G = 17.26%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#914EE5 (or 0x914EE5) is known color: Amethyst. HEX triplet: 91, 4E and E5. RGB value is (145,78,229). Sum of RGB (Red+Green+Blue) = 145+78+229=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #914EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EE5 is #6EB11A. Grayscale: #727272. Windows color (decimal): -7254299 or 15027857. OLE color: 15027857.

HSL color Cylindrical-coordinate representation of color #914EE5: hue angle of 266.62º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914EE5 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 78 229 -
CMYK 0.37 0.66 0 0.10
HSL 266.62º 0.74% 0.6% -
HSV(B) 266.62º 0.66% 0.9% -
XYZ 28.54 17.13 75.93 -
YUV 115.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 145 78 229 0.37 0.66 0 0.10 266.62 0.74 0.6
Hex 91 4E E5 25 42 0 A 10B 4A 3C
Octal 221 116 345 45 102 0 12 413 112 74
Binary 10010001 1001110 11100101 100101 1000010 0 1010 100001011 1001010 111100

Color Harmonies of #914EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EE5

Black with #914EE5

Text Example


Text Example

White with #914EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914EE5; }

 p { color: rgb(145,78,229); }

 H1.HeaderClassName
 {
   color: #914EE5;
 }
 .AnyTagClassName
 {
   color: #914EE5;
 }
</style>

background-color css

<style>
 a { background-color: #914EE5; }

 a { background-color: rgb(145,78,229); }

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

border-color css

<style>
 span { border-color: #914EE5; }

 span { border-color: rgb(145,78,229); }

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