Html Css Color HEX #994EE6 Amethyst

📋 copy color: '#994EE6'

red 153 ◦ green 78 ◦ blue 230

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

Shades of Amethyst #994EE6

Tints of Amethyst #994EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.89%

R = 33.19%
G = 16.92%
B = 49.89%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#994EE6 (or 0x994EE6) is known color: Amethyst. HEX triplet: 99, 4E and E6. RGB value is (153,78,230). Sum of RGB (Red+Green+Blue) = 153+78+230=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #994EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EE6 is #66B119. Grayscale: #757575. Windows color (decimal): -6730010 or 15093401. OLE color: 15093401.

HSL color Cylindrical-coordinate representation of color #994EE6: hue angle of 269.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994EE6 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 78 230 -
CMYK 0.33 0.66 0 0.10
HSL 269.61º 0.75% 0.6% -
HSV(B) 269.61º 0.66% 0.9% -
XYZ 30.14 17.93 76.74 -
YUV 117.75 191.35 153.14 -
System Red Green Blue C M Y K H S L
Decimal 153 78 230 0.33 0.66 0 0.10 269.61 0.75 0.6
Hex 99 4E E6 21 42 0 A 10E 4B 3C
Octal 231 116 346 41 102 0 12 416 113 74
Binary 10011001 1001110 11100110 100001 1000010 0 1010 100001110 1001011 111100

Color Harmonies of #994EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EE6

Black with #994EE6

Text Example


Text Example

White with #994EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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