Html Css Color HEX #895ABF Amethyst

📋 copy color: '#895ABF'

red 137 ◦ green 90 ◦ blue 191

#895ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #895ABF

Tints of Amethyst #895ABF

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 value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#895ABF (or 0x895ABF) is known color: 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

RGB 137 90 191 -
CMYK 0.28 0.53 0 0.25
HSL 267.92º 0.44% 0.55% -
HSV(B) 267.92º 0.53% 0.75% -
XYZ 23.38 16.39 51.22 -
YUV 115.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 137 90 191 0.28 0.53 0 0.25 267.92 0.44 0.55
Hex 89 5A BF 1C 35 0 19 10C 2C 37
Octal 211 132 277 34 65 0 31 414 54 67
Binary 10001001 1011010 10111111 11100 110101 0 11001 100001100 101100 110111

Color Harmonies of #895ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ABF

Black with #895ABF

Text Example


Text Example

White with #895ABF

Text Example


Text Example

HTML Codes & Css Web 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>