#994fec

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

Shades of Amethyst #994FEC

Tints of Amethyst #994FEC

Color information

#994FEC (or 0x994FEC) is unknown color: approx Amethyst. HEX triplet: 99, 4F and EC. RGB value is (153,79,236). Sum of RGB (Red+Green+Blue) = 153+79+236=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #994FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FEC is #66B013. Grayscale: #767676. Windows color (decimal): -6729748 or 15486873. OLE color: 15486873.

HSL color Cylindrical-coordinate representation of color #994FEC: hue angle of 268.28º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994FEC is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15379236-
CMYK0.350.6700.07
HSL268.28º80.51%61.76%-
HSV(B)268.28º66.53%92.55%-
XYZ31.0718.4281.27-
YUV119.02194.02152.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 79 (31.25% from 255) = 16.88%
BLUE value IS 236 (92.58% from 255) = 50.43%
R=32.69%
G=16.88%
B=50.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153792360.350.6700.07268.2880.5161.76
Hex994FEC23430710c513e
Octal231117354431030741412176
Binary10011001100111111101100100011100001101111000011001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994fec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,79,236); }

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

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

 a { background-color: rgb(153,79,236); }

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

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

 span { border-color: rgb(153,79,236); }

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