Html Css Color HEX #914EE0 Amethyst

📋 copy color: '#914EE0'

red 145 ◦ green 78 ◦ blue 224

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

Shades of Amethyst #914EE0

Tints of Amethyst #914EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 32.44%
G = 17.45%
B = 50.11%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#914EE0 (or 0x914EE0) is known color: Amethyst. HEX triplet: 91, 4E and E0. RGB value is (145,78,224). Sum of RGB (Red+Green+Blue) = 145+78+224=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #914EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EE0 is #6EB11F. Grayscale: #727272. Windows color (decimal): -7254304 or 14700177. OLE color: 14700177.

HSL color Cylindrical-coordinate representation of color #914EE0: hue angle of 267.53º degrees, saturation: 0.7, 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 #914EE0 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 78 224 -
CMYK 0.35 0.65 0 0.12
HSL 267.53º 0.7% 0.59% -
HSV(B) 267.53º 0.65% 0.88% -
XYZ 27.86 16.85 72.31 -
YUV 114.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 145 78 224 0.35 0.65 0 0.12 267.53 0.7 0.59
Hex 91 4E E0 23 41 0 C 10C 46 3B
Octal 221 116 340 43 101 0 14 414 106 73
Binary 10010001 1001110 11100000 100011 1000001 0 1100 100001100 1000110 111011

Color Harmonies of #914EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EE0

Black with #914EE0

Text Example


Text Example

White with #914EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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