#914EDB

Color #914EDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #914EDB

Tints of Amethyst #914EDB

Color information

#914EDB (or 0x914EDB) is unknown color: approx Amethyst. HEX triplet: 91, 4E and DB. RGB value is (145,78,219). Sum of RGB (Red+Green+Blue) = 145+78+219=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #914EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EDB is #6EB124. Grayscale: #717171. Windows color (decimal): -7254309 or 14372497. OLE color: 14372497.

HSL color Cylindrical-coordinate representation of color #914EDB: hue angle of 268.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914EDB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14578219-
CMYK0.340.6400.14
HSL268.51º66.2%58.24%-
HSV(B)268.51º64.38%85.88%-
XYZ27.1916.5868.79-
YUV114.11187.2150.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 78 (30.86% from 255) = 17.65%
BLUE value IS 219 (85.94% from 255) = 49.55%
R=32.81%
G=17.65%
B=49.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145782190.340.6400.14268.5166.258.24
Hex914EDB22400E10d423a
Octal2211163334210001641510272
Binary100100011001110110110111000101000000011101000011011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #914EDB;
 }
 .AnyTagClassName
 {
   color: #914EDB;
 }
</style>
background-color css

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

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

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

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

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

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