#895ABF

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

Shades of Amethyst #895ABF

Tints of Amethyst #895ABF

Color information

#895ABF (or 0x895ABF) is unknown color: approx Amethyst. HEX triplet: 89, 5A and BF. RGB value is (137,90,191). Sum of RGB (Red+Green+Blue) = 137+90+191=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #895ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ABF is #76A540. Grayscale: #737373. Windows color (decimal): -7775553 or 12540553. OLE color: 12540553.

HSL color Cylindrical-coordinate representation of color #895ABF: hue angle of 267.92º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895ABF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13790191-
CMYK0.280.5300.25
HSL267.92º44.1%55.1%-
HSV(B)267.92º52.88%74.9%-
XYZ23.3816.3951.22-
YUV115.57170.57143.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 191 (75% from 255) = 45.69%
R=32.78%
G=21.53%
B=45.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137901910.280.5300.25267.9244.155.1
Hex895ABF1C3501910c2c37
Octal21113227734650314145467
Binary1000100110110101011111111100110101011001100001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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