Html Css Color HEX #994DDF Amethyst

📋 copy color: '#994DDF'

red 153 ◦ green 77 ◦ blue 223

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

Shades of Amethyst #994DDF

Tints of Amethyst #994DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 33.77%
G = 17%
B = 49.23%

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

#994DDF (or 0x994DDF) is known color: Amethyst. HEX triplet: 99, 4D and DF. RGB value is (153,77,223). Sum of RGB (Red+Green+Blue) = 153+77+223=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #994DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DDF is #66B220. Grayscale: #737373. Windows color (decimal): -6730273 or 14634393. OLE color: 14634393.

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

Color convert

RGB 153 77 223 -
CMYK 0.31 0.65 0 0.13
HSL 271.23º 0.7% 0.59% -
HSV(B) 271.23º 0.65% 0.87% -
XYZ 29.11 17.41 71.64 -
YUV 116.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 153 77 223 0.31 0.65 0 0.13 271.23 0.7 0.59
Hex 99 4D DF 1F 41 0 D 10F 46 3B
Octal 231 115 337 37 101 0 15 417 106 73
Binary 10011001 1001101 11011111 11111 1000001 0 1101 100001111 1000110 111011

Color Harmonies of #994DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994DDF

Black with #994DDF

Text Example


Text Example

White with #994DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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