Html Css Color HEX #895ACF Amethyst

📋 copy color: '#895ACF'

red 137 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #895ACF

Tints of Amethyst #895ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 31.57%
G = 20.74%
B = 47.7%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#895ACF (or 0x895ACF) is known color: Amethyst. HEX triplet: 89, 5A and CF. RGB value is (137,90,207). Sum of RGB (Red+Green+Blue) = 137+90+207=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #895ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ACF is #76A530. Grayscale: #747474. Windows color (decimal): -7775537 or 13589129. OLE color: 13589129.

HSL color Cylindrical-coordinate representation of color #895ACF: hue angle of 264.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895ACF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 90 207 -
CMYK 0.34 0.57 0 0.19
HSL 264.1º 0.55% 0.58% -
HSV(B) 264.1º 0.57% 0.81% -
XYZ 25.24 17.14 61.01 -
YUV 117.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 137 90 207 0.34 0.57 0 0.19 264.1 0.55 0.58
Hex 89 5A CF 22 39 0 13 108 37 3A
Octal 211 132 317 42 71 0 23 410 67 72
Binary 10001001 1011010 11001111 100010 111001 0 10011 100001000 110111 111010

Color Harmonies of #895ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ACF

Black with #895ACF

Text Example


Text Example

White with #895ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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