Html Css Color HEX #994EDE Amethyst

📋 copy color: '#994EDE'

red 153 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #994EDE

Tints of Amethyst #994EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 33.77%
G = 17.22%
B = 49.01%

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

#994EDE (or 0x994EDE) is known color: Amethyst. HEX triplet: 99, 4E and DE. RGB value is (153,78,222). Sum of RGB (Red+Green+Blue) = 153+78+222=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #994EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EDE is #66B121. Grayscale: #747474. Windows color (decimal): -6730018 or 14569113. OLE color: 14569113.

HSL color Cylindrical-coordinate representation of color #994EDE: hue angle of 271.25º 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 #994EDE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 78 222 -
CMYK 0.31 0.65 0 0.13
HSL 271.25º 0.69% 0.59% -
HSV(B) 271.25º 0.65% 0.87% -
XYZ 29.05 17.5 70.95 -
YUV 116.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 153 78 222 0.31 0.65 0 0.13 271.25 0.69 0.59
Hex 99 4E DE 1F 41 0 D 10F 45 3B
Octal 231 116 336 37 101 0 15 417 105 73
Binary 10011001 1001110 11011110 11111 1000001 0 1101 100001111 1000101 111011

Color Harmonies of #994EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EDE

Black with #994EDE

Text Example


Text Example

White with #994EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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