#914AD9

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

Shades of Amethyst #914AD9

Tints of Amethyst #914AD9

Color information

#914AD9 (or 0x914AD9) is unknown color: approx Amethyst. HEX triplet: 91, 4A and D9. RGB value is (145,74,217). Sum of RGB (Red+Green+Blue) = 145+74+217=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #914AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914AD9 is #6EB526. Grayscale: #6F6F6F. Windows color (decimal): -7255335 or 14240401. OLE color: 14240401.

HSL color Cylindrical-coordinate representation of color #914AD9: hue angle of 269.79º degrees, saturation: 0.65, 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 #914AD9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14574217-
CMYK0.330.6600.15
HSL269.79º65.3%57.06%-
HSV(B)269.79º65.9%85.1%-
XYZ26.6515.9367.32-
YUV111.53187.52151.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=33.26%
G=16.97%
B=49.77%

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
Decimal145742170.330.6600.15269.7965.357.06
Hex914AD921420F10e4139
Octal2211123314110201741610171
Binary100100011001010110110011000011000010011111000011101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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