#994CD8

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

Shades of Amethyst #994CD8

Tints of Amethyst #994CD8

Color information

#994CD8 (or 0x994CD8) is unknown color: approx Amethyst. HEX triplet: 99, 4C and D8. RGB value is (153,76,216). Sum of RGB (Red+Green+Blue) = 153+76+216=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #994CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CD8 is #66B327. Grayscale: #727272. Windows color (decimal): -6730536 or 14175385. OLE color: 14175385.

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

Color convert

RGB15376216-
CMYK0.290.6500.15
HSL273º64.22%57.25%-
HSV(B)273º64.81%84.71%-
XYZ28.1216.966.75-
YUV114.98185.01155.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 216 (84.77% from 255) = 48.54%
R=34.38%
G=17.08%
B=48.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153762160.290.6500.1527364.2257.25
Hex994CD81D410F1114039
Octal2311143303510101742110071
Binary10011001100110011011000111011000001011111000100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,76,216); }

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

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

 a { background-color: rgb(153,76,216); }

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

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

 span { border-color: rgb(153,76,216); }

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