Html Css Color HEX #994DDE Amethyst

📋 copy color: '#994DDE'

red 153 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #994DDE

Tints of Amethyst #994DDE

RGB

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

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

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

R = 33.85%
G = 17.04%
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

#994DDE (or 0x994DDE) is known color: Amethyst. HEX triplet: 99, 4D and DE. RGB value is (153,77,222). Sum of RGB (Red+Green+Blue) = 153+77+222=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #994DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDE is #66B221. Grayscale: #737373. Windows color (decimal): -6730274 or 14568857. OLE color: 14568857.

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

Color convert

RGB 153 77 222 -
CMYK 0.31 0.65 0 0.13
HSL 271.45º 0.69% 0.59% -
HSV(B) 271.45º 0.65% 0.87% -
XYZ 28.98 17.35 70.93 -
YUV 116.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 153 77 222 0.31 0.65 0 0.13 271.45 0.69 0.59
Hex 99 4D DE 1F 41 0 D 10F 45 3B
Octal 231 115 336 37 101 0 15 417 105 73
Binary 10011001 1001101 11011110 11111 1000001 0 1101 100001111 1000101 111011

Color Harmonies of #994DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DDE

Black with #994DDE

Text Example


Text Example

White with #994DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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