#914ADA

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

Shades of Amethyst #914ADA

Tints of Amethyst #914ADA

Color information

#914ADA (or 0x914ADA) is unknown color: approx Amethyst. HEX triplet: 91, 4A and DA. RGB value is (145,74,218). Sum of RGB (Red+Green+Blue) = 145+74+218=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #914ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ADA is #6EB525. Grayscale: #6F6F6F. Windows color (decimal): -7255334 or 14305937. OLE color: 14305937.

HSL color Cylindrical-coordinate representation of color #914ADA: hue angle of 269.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914ADA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14574218-
CMYK0.330.6600.15
HSL269.58º66.06%57.25%-
HSV(B)269.58º66.06%85.49%-
XYZ26.7815.9868-
YUV111.64188.02151.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=33.18%
G=16.93%
B=49.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal145742180.330.6600.15269.5866.0657.25
Hex914ADA21420F10e4239
Octal2211123324110201741610271
Binary100100011001010110110101000011000010011111000011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,74,218); }

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

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

 a { background-color: rgb(145,74,218); }

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

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

 span { border-color: rgb(145,74,218); }

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