#915ADD

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

Shades of Amethyst #915ADD

Tints of Amethyst #915ADD

Color information

#915ADD (or 0x915ADD) is unknown color: approx Amethyst. HEX triplet: 91, 5A and DD. RGB value is (145,90,221). Sum of RGB (Red+Green+Blue) = 145+90+221=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #915ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ADD is #6EA522. Grayscale: #787878. Windows color (decimal): -7251235 or 14506641. OLE color: 14506641.

HSL color Cylindrical-coordinate representation of color #915ADD: hue angle of 265.19º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915ADD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14590221-
CMYK0.340.5900.13
HSL265.19º65.83%60.98%-
HSV(B)265.19º59.28%86.67%-
XYZ28.3818.5570.49-
YUV121.38184.22144.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=31.80%
G=19.74%
B=48.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal145902210.340.5900.13265.1965.8360.98
Hex915ADD223B0D109423d
Octal221132335427301541110275
Binary10010001101101011011101100010111011011011000010011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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