Html Css Color HEX #994DDA Amethyst

📋 copy color: '#994DDA'

red 153 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #994DDA

Tints of Amethyst #994DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 34.15%
G = 17.19%
B = 48.66%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#994DDA (or 0x994DDA) is known color: Amethyst. HEX triplet: 99, 4D and DA. RGB value is (153,77,218). Sum of RGB (Red+Green+Blue) = 153+77+218=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #994DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDA is #66B225. Grayscale: #737373. Windows color (decimal): -6730278 or 14306713. OLE color: 14306713.

HSL color Cylindrical-coordinate representation of color #994DDA: hue angle of 272.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994DDA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 77 218 -
CMYK 0.30 0.65 0 0.15
HSL 272.34º 0.66% 0.58% -
HSV(B) 272.34º 0.65% 0.85% -
XYZ 28.45 17.14 68.14 -
YUV 115.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 153 77 218 0.30 0.65 0 0.15 272.34 0.66 0.58
Hex 99 4D DA 1E 41 0 F 110 42 3A
Octal 231 115 332 36 101 0 17 420 102 72
Binary 10011001 1001101 11011010 11110 1000001 0 1111 100010000 1000010 111010

Color Harmonies of #994DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DDA

Black with #994DDA

Text Example


Text Example

White with #994DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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