Html Css Color HEX #895ACC Amethyst

📋 copy color: '#895ACC'

red 137 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #895ACC

Tints of Amethyst #895ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 31.79%
G = 20.88%
B = 47.33%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#895ACC (or 0x895ACC) is known color: Amethyst. HEX triplet: 89, 5A and CC. RGB value is (137,90,204). Sum of RGB (Red+Green+Blue) = 137+90+204=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #895ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ACC is #76A533. Grayscale: #747474. Windows color (decimal): -7775540 or 13392521. OLE color: 13392521.

HSL color Cylindrical-coordinate representation of color #895ACC: hue angle of 264.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #895ACC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 90 204 -
CMYK 0.33 0.56 0 0.2
HSL 264.74º 0.53% 0.58% -
HSV(B) 264.74º 0.56% 0.8% -
XYZ 24.87 16.99 59.1 -
YUV 117.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 137 90 204 0.33 0.56 0 0.2 264.74 0.53 0.58
Hex 89 5A CC 21 38 0 14 109 35 3A
Octal 211 132 314 41 70 0 24 411 65 72
Binary 10001001 1011010 11001100 100001 111000 0 10100 100001001 110101 111010

Color Harmonies of #895ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ACC

Black with #895ACC

Text Example


Text Example

White with #895ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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