#994ED6

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

Shades of Amethyst #994ED6

Tints of Amethyst #994ED6

Color information

#994ED6 (or 0x994ED6) is unknown color: approx Amethyst. HEX triplet: 99, 4E and D6. RGB value is (153,78,214). Sum of RGB (Red+Green+Blue) = 153+78+214=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #994ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994ED6 is #66B129. Grayscale: #737373. Windows color (decimal): -6730026 or 14044825. OLE color: 14044825.

HSL color Cylindrical-coordinate representation of color #994ED6: hue angle of 273.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994ED6 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15378214-
CMYK0.290.6400.16
HSL273.09º62.39%57.25%-
HSV(B)273.09º63.55%83.92%-
XYZ2817.0865.44-
YUV115.93183.35154.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 214 (83.98% from 255) = 48.09%
R=34.38%
G=17.53%
B=48.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153782140.290.6400.16273.0962.3957.25
Hex994ED61D400101113e39
Octal231116326351000204217671
Binary10011001100111011010110111011000000010000100010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994ED6; }

 p { color: rgb(153,78,214); }

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

<style>
 a { background-color: #994ED6; }

 a { background-color: rgb(153,78,214); }

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

<style>
 span { border-color: #994ED6; }

 span { border-color: rgb(153,78,214); }

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