Html Css Color HEX #994DDD Amethyst

📋 copy color: '#994DDD'

red 153 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #994DDD

Tints of Amethyst #994DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49%

R = 33.92%
G = 17.07%
B = 49%

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

#994DDD (or 0x994DDD) is known color: Amethyst. HEX triplet: 99, 4D and DD. RGB value is (153,77,221). Sum of RGB (Red+Green+Blue) = 153+77+221=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #994DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDD is #66B222. Grayscale: #737373. Windows color (decimal): -6730275 or 14503321. OLE color: 14503321.

HSL color Cylindrical-coordinate representation of color #994DDD: hue angle of 271.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994DDD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 77 221 -
CMYK 0.31 0.65 0 0.13
HSL 271.67º 0.68% 0.58% -
HSV(B) 271.67º 0.65% 0.87% -
XYZ 28.84 17.3 70.23 -
YUV 116.14 187.18 154.29 -
System Red Green Blue C M Y K H S L
Decimal 153 77 221 0.31 0.65 0 0.13 271.67 0.68 0.58
Hex 99 4D DD 1F 41 0 D 110 44 3A
Octal 231 115 335 37 101 0 15 420 104 72
Binary 10011001 1001101 11011101 11111 1000001 0 1101 100010000 1000100 111010

Color Harmonies of #994DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DDD

Black with #994DDD

Text Example


Text Example

White with #994DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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