Html Css Color HEX #895BC1 Amethyst

📋 copy color: '#895BC1'

red 137 ◦ green 91 ◦ blue 193

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

Shades of Amethyst #895BC1

Tints of Amethyst #895BC1

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

 GREEN value IS 91 (35.94% from 255) = 21.62%

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 32.54%
G = 21.62%
B = 45.84%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#895BC1 (or 0x895BC1) is known color: Amethyst. HEX triplet: 89, 5B and C1. RGB value is (137,91,193). Sum of RGB (Red+Green+Blue) = 137+91+193=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #895BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BC1 is #76A43E. Grayscale: #747474. Windows color (decimal): -7775295 or 12671881. OLE color: 12671881.

HSL color Cylindrical-coordinate representation of color #895BC1: hue angle of 267.06º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895BC1 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 91 193 -
CMYK 0.29 0.53 0 0.24
HSL 267.06º 0.45% 0.56% -
HSV(B) 267.06º 0.53% 0.76% -
XYZ 23.68 16.65 52.42 -
YUV 116.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 137 91 193 0.29 0.53 0 0.24 267.06 0.45 0.56
Hex 89 5B C1 1D 35 0 18 10B 2D 38
Octal 211 133 301 35 65 0 30 413 55 70
Binary 10001001 1011011 11000001 11101 110101 0 11000 100001011 101101 111000

Color Harmonies of #895BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895BC1

Black with #895BC1

Text Example


Text Example

White with #895BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,91,193); }

 H1.HeaderClassName
 {
   color: #895BC1;
 }
 .AnyTagClassName
 {
   color: #895BC1;
 }
</style>

background-color css

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

 a { background-color: rgb(137,91,193); }

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

border-color css

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

 span { border-color: rgb(137,91,193); }

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