#994EE0

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

Shades of Amethyst #994EE0

Tints of Amethyst #994EE0

Color information

#994EE0 (or 0x994EE0) is unknown color: approx Amethyst. HEX triplet: 99, 4E and E0. RGB value is (153,78,224). Sum of RGB (Red+Green+Blue) = 153+78+224=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #994EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EE0 is #66B11F. Grayscale: #747474. Windows color (decimal): -6730016 or 14700185. OLE color: 14700185.

HSL color Cylindrical-coordinate representation of color #994EE0: hue angle of 270.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994EE0 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15378224-
CMYK0.320.6500.12
HSL270.82º70.19%59.22%-
HSV(B)270.82º65.18%87.84%-
XYZ29.3217.672.37-
YUV117.07188.35153.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 224 (87.89% from 255) = 49.23%
R=33.63%
G=17.14%
B=49.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153782240.320.6500.12270.8270.1959.22
Hex994EE020410C10f463b
Octal2311163404010101441710673
Binary100110011001110111000001000001000001011001000011111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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