#895DC2

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

Shades of Amethyst #895DC2

Tints of Amethyst #895DC2

Color information

#895DC2 (or 0x895DC2) is unknown color: approx Amethyst. HEX triplet: 89, 5D and C2. RGB value is (137,93,194). Sum of RGB (Red+Green+Blue) = 137+93+194=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #895DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DC2 is #76A23D. Grayscale: #757575. Windows color (decimal): -7774782 or 12737929. OLE color: 12737929.

HSL color Cylindrical-coordinate representation of color #895DC2: hue angle of 266.14º 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 #895DC2 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13793194-
CMYK0.290.5200.24
HSL266.14º45.29%56.27%-
HSV(B)266.14º52.06%76.08%-
XYZ23.9717.0453.07-
YUV117.67171.08141.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=32.31%
G=21.93%
B=45.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137931940.290.5200.24266.1445.2956.27
Hex895DC21D3401810a2d38
Octal21113530235640304125570
Binary1000100110111011100001011101110100011000100001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,93,194); }

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

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

 a { background-color: rgb(137,93,194); }

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

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

 span { border-color: rgb(137,93,194); }

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