Html Css Color HEX #994DDB Amethyst

📋 copy color: '#994DDB'

red 153 ◦ green 77 ◦ blue 219

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

Shades of Amethyst #994DDB

Tints of Amethyst #994DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 34.08%
G = 17.15%
B = 48.78%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#994DDB (or 0x994DDB) is known color: Amethyst. HEX triplet: 99, 4D and DB. RGB value is (153,77,219). Sum of RGB (Red+Green+Blue) = 153+77+219=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #994DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDB is #66B224. Grayscale: #737373. Windows color (decimal): -6730277 or 14372249. OLE color: 14372249.

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

Color convert

RGB 153 77 219 -
CMYK 0.30 0.65 0 0.14
HSL 272.11º 0.66% 0.58% -
HSV(B) 272.11º 0.65% 0.86% -
XYZ 28.58 17.19 68.83 -
YUV 115.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 153 77 219 0.30 0.65 0 0.14 272.11 0.66 0.58
Hex 99 4D DB 1E 41 0 E 110 42 3A
Octal 231 115 333 36 101 0 16 420 102 72
Binary 10011001 1001101 11011011 11110 1000001 0 1110 100010000 1000010 111010

Color Harmonies of #994DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DDB

Black with #994DDB

Text Example


Text Example

White with #994DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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