Html Css Color HEX #914FE1 Amethyst

📋 copy color: '#914FE1'

red 145 ◦ green 79 ◦ blue 225

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

Shades of Amethyst #914FE1

Tints of Amethyst #914FE1

RGB

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

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

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

R = 32.29%
G = 17.59%
B = 50.11%

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

#914FE1 (or 0x914FE1) is known color: Amethyst. HEX triplet: 91, 4F and E1. RGB value is (145,79,225). Sum of RGB (Red+Green+Blue) = 145+79+225=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #914FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FE1 is #6EB01E. Grayscale: #727272. Windows color (decimal): -7254047 or 14765969. OLE color: 14765969.

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

Color convert

RGB 145 79 225 -
CMYK 0.36 0.65 0 0.12
HSL 267.12º 0.71% 0.6% -
HSV(B) 267.12º 0.65% 0.88% -
XYZ 28.06 17.05 73.05 -
YUV 115.38 189.87 149.13 -
System Red Green Blue C M Y K H S L
Decimal 145 79 225 0.36 0.65 0 0.12 267.12 0.71 0.6
Hex 91 4F E1 24 41 0 C 10B 47 3C
Octal 221 117 341 44 101 0 14 413 107 74
Binary 10010001 1001111 11100001 100100 1000001 0 1100 100001011 1000111 111100

Color Harmonies of #914FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FE1

Black with #914FE1

Text Example


Text Example

White with #914FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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