#994EDC

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

Shades of Amethyst #994EDC

Tints of Amethyst #994EDC

Color information

#994EDC (or 0x994EDC) is unknown color: approx Amethyst. HEX triplet: 99, 4E and DC. RGB value is (153,78,220). Sum of RGB (Red+Green+Blue) = 153+78+220=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #994EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EDC is #66B123. Grayscale: #747474. Windows color (decimal): -6730020 or 14438041. OLE color: 14438041.

HSL color Cylindrical-coordinate representation of color #994EDC: hue angle of 271.69º 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 #994EDC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15378220-
CMYK0.300.6500.14
HSL271.69º66.98%58.43%-
HSV(B)271.69º64.55%86.27%-
XYZ28.7817.3969.55-
YUV116.61186.35153.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 220 (86.33% from 255) = 48.78%
R=33.92%
G=17.29%
B=48.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153782200.300.6500.14271.6966.9858.43
Hex994EDC1E410E110433a
Octal2311163343610101642010372
Binary10011001100111011011100111101000001011101000100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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