Html Css Color HEX #895CC1 Amethyst

📋 copy color: '#895CC1'

red 137 ◦ green 92 ◦ blue 193

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

Shades of Amethyst #895CC1

Tints of Amethyst #895CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 32.46%
G = 21.8%
B = 45.73%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#895CC1 (or 0x895CC1) is known color: Amethyst. HEX triplet: 89, 5C and C1. RGB value is (137,92,193). Sum of RGB (Red+Green+Blue) = 137+92+193=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #895CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CC1 is #76A33E. Grayscale: #747474. Windows color (decimal): -7775039 or 12672137. OLE color: 12672137.

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

Color convert

RGB 137 92 193 -
CMYK 0.29 0.52 0 0.24
HSL 266.73º 0.45% 0.56% -
HSV(B) 266.73º 0.52% 0.76% -
XYZ 23.77 16.82 52.45 -
YUV 116.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 137 92 193 0.29 0.52 0 0.24 266.73 0.45 0.56
Hex 89 5C C1 1D 34 0 18 10B 2D 38
Octal 211 134 301 35 64 0 30 413 55 70
Binary 10001001 1011100 11000001 11101 110100 0 11000 100001011 101101 111000

Color Harmonies of #895CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895CC1

Black with #895CC1

Text Example


Text Example

White with #895CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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