#894DCD

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

Shades of Amethyst #894DCD

Tints of Amethyst #894DCD

Color information

#894DCD (or 0x894DCD) is unknown color: approx Amethyst. HEX triplet: 89, 4D and CD. RGB value is (137,77,205). Sum of RGB (Red+Green+Blue) = 137+77+205=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #894DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DCD is #76B232. Grayscale: #6D6D6D. Windows color (decimal): -7778867 or 13454729. OLE color: 13454729.

HSL color Cylindrical-coordinate representation of color #894DCD: hue angle of 268.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894DCD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13777205-
CMYK0.330.6200.20
HSL268.12º56.14%55.29%-
HSV(B)268.12º62.44%80.39%-
XYZ23.9915.0359.4-
YUV109.53181.88147.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=32.70%
G=18.38%
B=48.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137772050.330.6200.20268.1256.1455.29
Hex894DCD213E01410c3837
Octal21111531541760244147067
Binary10001001100110111001101100001111110010100100001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,205); }

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

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

 a { background-color: rgb(137,77,205); }

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

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

 span { border-color: rgb(137,77,205); }

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