#915AD5

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

Shades of Amethyst #915AD5

Tints of Amethyst #915AD5

Color information

#915AD5 (or 0x915AD5) is unknown color: approx Amethyst. HEX triplet: 91, 5A and D5. RGB value is (145,90,213). Sum of RGB (Red+Green+Blue) = 145+90+213=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #915AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AD5 is #6EA52A. Grayscale: #787878. Windows color (decimal): -7251243 or 13982353. OLE color: 13982353.

HSL color Cylindrical-coordinate representation of color #915AD5: hue angle of 266.83º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915AD5 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14590213-
CMYK0.320.5800.16
HSL266.83º59.42%59.41%-
HSV(B)266.83º57.75%83.53%-
XYZ27.3418.1465.01-
YUV120.47180.22145.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=32.37%
G=20.09%
B=47.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal145902130.320.5800.16266.8359.4259.41
Hex915AD5203A01010b3b3b
Octal22113232540720204137373
Binary10010001101101011010101100000111010010000100001011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915AD5; }

 p { color: rgb(145,90,213); }

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

<style>
 a { background-color: #915AD5; }

 a { background-color: rgb(145,90,213); }

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

<style>
 span { border-color: #915AD5; }

 span { border-color: rgb(145,90,213); }

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