Html Css Color HEX #895FC7 Amethyst

📋 copy color: '#895FC7'

red 137 ◦ green 95 ◦ blue 199

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

Shades of Amethyst #895FC7

Tints of Amethyst #895FC7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 31.79%
G = 22.04%
B = 46.17%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#895FC7 (or 0x895FC7) is known color: Amethyst. HEX triplet: 89, 5F and C7. RGB value is (137,95,199). Sum of RGB (Red+Green+Blue) = 137+95+199=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #895FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FC7 is #76A038. Grayscale: #777777. Windows color (decimal): -7774265 or 13066121. OLE color: 13066121.

HSL color Cylindrical-coordinate representation of color #895FC7: hue angle of 264.23º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895FC7 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 95 199 -
CMYK 0.31 0.52 0 0.22
HSL 264.23º 0.48% 0.58% -
HSV(B) 264.23º 0.52% 0.78% -
XYZ 24.72 17.63 56.13 -
YUV 119.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 137 95 199 0.31 0.52 0 0.22 264.23 0.48 0.58
Hex 89 5F C7 1F 34 0 16 108 30 3A
Octal 211 137 307 37 64 0 26 410 60 72
Binary 10001001 1011111 11000111 11111 110100 0 10110 100001000 110000 111010

Color Harmonies of #895FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FC7

Black with #895FC7

Text Example


Text Example

White with #895FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,95,199); }

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

background-color css

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

 a { background-color: rgb(137,95,199); }

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

border-color css

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

 span { border-color: rgb(137,95,199); }

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