Html Css Color HEX #914FD1 Amethyst

📋 copy color: '#914FD1'

red 145 ◦ green 79 ◦ blue 209

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

Shades of Amethyst #914FD1

Tints of Amethyst #914FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 33.49%
G = 18.24%
B = 48.27%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#914FD1 (or 0x914FD1) is known color: Amethyst. HEX triplet: 91, 4F and D1. RGB value is (145,79,209). Sum of RGB (Red+Green+Blue) = 145+79+209=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #914FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FD1 is #6EB02E. Grayscale: #717171. Windows color (decimal): -7254063 or 13717393. OLE color: 13717393.

HSL color Cylindrical-coordinate representation of color #914FD1: hue angle of 270.46º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914FD1 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 79 209 -
CMYK 0.31 0.62 0 0.18
HSL 270.46º 0.59% 0.56% -
HSV(B) 270.46º 0.62% 0.82% -
XYZ 25.98 16.22 62.08 -
YUV 113.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 145 79 209 0.31 0.62 0 0.18 270.46 0.59 0.56
Hex 91 4F D1 1F 3E 0 12 10E 3B 38
Octal 221 117 321 37 76 0 22 416 73 70
Binary 10010001 1001111 11010001 11111 111110 0 10010 100001110 111011 111000

Color Harmonies of #914FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FD1

Black with #914FD1

Text Example


Text Example

White with #914FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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