Html Css Color HEX #994EDC Amethyst

📋 copy color: '#994EDC'

red 153 ◦ green 78 ◦ blue 220

#994EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #994EDC

Tints of Amethyst #994EDC

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 value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#994EDC (or 0x994EDC) is known color: 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

RGB 153 78 220 -
CMYK 0.30 0.65 0 0.14
HSL 271.69º 0.67% 0.58% -
HSV(B) 271.69º 0.65% 0.86% -
XYZ 28.78 17.39 69.55 -
YUV 116.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 153 78 220 0.30 0.65 0 0.14 271.69 0.67 0.58
Hex 99 4E DC 1E 41 0 E 110 43 3A
Octal 231 116 334 36 101 0 16 420 103 72
Binary 10011001 1001110 11011100 11110 1000001 0 1110 100010000 1000011 111010

Color Harmonies of #994EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EDC

Black with #994EDC

Text Example


Text Example

White with #994EDC

Text Example


Text Example

HTML Codes & Css Web 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>