#895AD5

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

Shades of Amethyst #895AD5

Tints of Amethyst #895AD5

Color information

#895AD5 (or 0x895AD5) is unknown color: approx Amethyst. HEX triplet: 89, 5A and D5. RGB value is (137,90,213). Sum of RGB (Red+Green+Blue) = 137+90+213=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #895AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895AD5 is #76A52A. Grayscale: #757575. Windows color (decimal): -7775531 or 13982345. OLE color: 13982345.

HSL color Cylindrical-coordinate representation of color #895AD5: hue angle of 262.93º 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 #895AD5 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13790213-
CMYK0.360.5800.16
HSL262.93º59.42%59.41%-
HSV(B)262.93º57.75%83.53%-
XYZ25.9817.4364.95-
YUV118.08181.57141.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=31.14%
G=20.45%
B=48.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137902130.360.5800.16262.9359.4259.41
Hex895AD5243A0101073b3b
Octal21113232544720204077373
Binary10001001101101011010101100100111010010000100000111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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