Html Css Color HEX #914EE1 Amethyst

📋 copy color: '#914EE1'

red 145 ◦ green 78 ◦ blue 225

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

Shades of Amethyst #914EE1

Tints of Amethyst #914EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 32.37%
G = 17.41%
B = 50.22%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#914EE1 (or 0x914EE1) is known color: Amethyst. HEX triplet: 91, 4E and E1. RGB value is (145,78,225). Sum of RGB (Red+Green+Blue) = 145+78+225=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #914EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EE1 is #6EB11E. Grayscale: #727272. Windows color (decimal): -7254303 or 14765713. OLE color: 14765713.

HSL color Cylindrical-coordinate representation of color #914EE1: hue angle of 267.35º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #914EE1 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 78 225 -
CMYK 0.36 0.65 0 0.12
HSL 267.35º 0.71% 0.59% -
HSV(B) 267.35º 0.65% 0.88% -
XYZ 27.99 16.9 73.02 -
YUV 114.79 190.2 149.55 -
System Red Green Blue C M Y K H S L
Decimal 145 78 225 0.36 0.65 0 0.12 267.35 0.71 0.59
Hex 91 4E E1 24 41 0 C 10B 47 3B
Octal 221 116 341 44 101 0 14 413 107 73
Binary 10010001 1001110 11100001 100100 1000001 0 1100 100001011 1000111 111011

Color Harmonies of #914EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EE1

Black with #914EE1

Text Example


Text Example

White with #914EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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