#895CC5

Color #895CC5 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #895CC5

Tints of Amethyst #895CC5

Color information

#895CC5 (or 0x895CC5) is unknown color: approx Amethyst. HEX triplet: 89, 5C and C5. RGB value is (137,92,197). Sum of RGB (Red+Green+Blue) = 137+92+197=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #895CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CC5 is #76A33A. Grayscale: #757575. Windows color (decimal): -7775035 or 12934281. OLE color: 12934281.

HSL color Cylindrical-coordinate representation of color #895CC5: hue angle of 265.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895CC5 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13792197-
CMYK0.300.5300.23
HSL265.71º47.51%56.67%-
HSV(B)265.71º53.3%77.25%-
XYZ24.221754.83-
YUV117.42172.91141.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 197 (77.34% from 255) = 46.24%
R=32.16%
G=21.60%
B=46.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal137921970.300.5300.23265.7147.5156.67
Hex895CC51E3501710a3039
Octal21113430536650274126071
Binary1000100110111001100010111110110101010111100001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #895CC5;
 }
 .AnyTagClassName
 {
   color: #895CC5;
 }
</style>
background-color css

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

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

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

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

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

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