#894CDB

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

Shades of Amethyst #894CDB

Tints of Amethyst #894CDB

Color information

#894CDB (or 0x894CDB) is unknown color: approx Amethyst. HEX triplet: 89, 4C and DB. RGB value is (137,76,219). Sum of RGB (Red+Green+Blue) = 137+76+219=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #894CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CDB is #76B324. Grayscale: #6E6E6E. Windows color (decimal): -7779109 or 14371977. OLE color: 14371977.

HSL color Cylindrical-coordinate representation of color #894CDB: hue angle of 265.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894CDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13776219-
CMYK0.370.6500.14
HSL265.59º66.51%57.84%-
HSV(B)265.59º65.3%85.88%-
XYZ25.6915.668.68-
YUV110.54189.21146.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.71%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=31.71%
G=17.59%
B=50.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal137762190.370.6500.14265.5966.5157.84
Hex894CDB25410E10a433a
Octal2111143334510101641210372
Binary100010011001100110110111001011000001011101000010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894CDB; }

 p { color: rgb(137,76,219); }

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

<style>
 a { background-color: #894CDB; }

 a { background-color: rgb(137,76,219); }

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

<style>
 span { border-color: #894CDB; }

 span { border-color: rgb(137,76,219); }

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