Html Css Color HEX #994DE6 Amethyst

📋 copy color: '#994DE6'

red 153 ◦ green 77 ◦ blue 230

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

Shades of Amethyst #994DE6

Tints of Amethyst #994DE6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 33.26%
G = 16.74%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#994DE6 (or 0x994DE6) is known color: Amethyst. HEX triplet: 99, 4D and E6. RGB value is (153,77,230). Sum of RGB (Red+Green+Blue) = 153+77+230=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #994DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994DE6 is #66B219. Grayscale: #747474. Windows color (decimal): -6730266 or 15093145. OLE color: 15093145.

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

Color convert

RGB 153 77 230 -
CMYK 0.33 0.67 0 0.10
HSL 269.8º 0.75% 0.6% -
HSV(B) 269.8º 0.67% 0.9% -
XYZ 30.07 17.79 76.71 -
YUV 117.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 153 77 230 0.33 0.67 0 0.10 269.8 0.75 0.6
Hex 99 4D E6 21 43 0 A 10E 4B 3C
Octal 231 115 346 41 103 0 12 416 113 74
Binary 10011001 1001101 11100110 100001 1000011 0 1010 100001110 1001011 111100

Color Harmonies of #994DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DE6

Black with #994DE6

Text Example


Text Example

White with #994DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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