Html Css Color HEX #914FE5 Amethyst

📋 copy color: '#914FE5'

red 145 ◦ green 79 ◦ blue 229

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

Shades of Amethyst #914FE5

Tints of Amethyst #914FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.44%

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

R = 32.01%
G = 17.44%
B = 50.55%

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

#914FE5 (or 0x914FE5) is known color: Amethyst. HEX triplet: 91, 4F and E5. RGB value is (145,79,229). Sum of RGB (Red+Green+Blue) = 145+79+229=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #914FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FE5 is #6EB01A. Grayscale: #737373. Windows color (decimal): -7254043 or 15028113. OLE color: 15028113.

HSL color Cylindrical-coordinate representation of color #914FE5: hue angle of 266.4º 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 #914FE5 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 79 229 -
CMYK 0.37 0.66 0 0.10
HSL 266.4º 0.74% 0.6% -
HSV(B) 266.4º 0.66% 0.9% -
XYZ 28.62 17.27 75.95 -
YUV 115.83 191.87 148.8 -
System Red Green Blue C M Y K H S L
Decimal 145 79 229 0.37 0.66 0 0.10 266.4 0.74 0.6
Hex 91 4F E5 25 42 0 A 10A 4A 3C
Octal 221 117 345 45 102 0 12 412 112 74
Binary 10010001 1001111 11100101 100101 1000010 0 1010 100001010 1001010 111100

Color Harmonies of #914FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FE5

Black with #914FE5

Text Example


Text Example

White with #914FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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