Html Css Color HEX #994EDF Amethyst

📋 copy color: '#994EDF'

red 153 ◦ green 78 ◦ blue 223

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

Shades of Amethyst #994EDF

Tints of Amethyst #994EDF

RGB

 RED value IS 153 (60.16% from 255) = 33.7%

 GREEN value IS 78 (30.86% from 255) = 17.18%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 33.7%
G = 17.18%
B = 49.12%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#994EDF (or 0x994EDF) is known color: Amethyst. HEX triplet: 99, 4E and DF. RGB value is (153,78,223). Sum of RGB (Red+Green+Blue) = 153+78+223=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #994EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EDF is #66B120. Grayscale: #747474. Windows color (decimal): -6730017 or 14634649. OLE color: 14634649.

HSL color Cylindrical-coordinate representation of color #994EDF: hue angle of 271.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994EDF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 78 223 -
CMYK 0.31 0.65 0 0.13
HSL 271.03º 0.69% 0.59% -
HSV(B) 271.03º 0.65% 0.87% -
XYZ 29.18 17.55 71.66 -
YUV 116.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 153 78 223 0.31 0.65 0 0.13 271.03 0.69 0.59
Hex 99 4E DF 1F 41 0 D 10F 45 3B
Octal 231 116 337 37 101 0 15 417 105 73
Binary 10011001 1001110 11011111 11111 1000001 0 1101 100001111 1000101 111011

Color Harmonies of #994EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EDF

Black with #994EDF

Text Example


Text Example

White with #994EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #994EDF;
 }
 .AnyTagClassName
 {
   color: #994EDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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