Html Css Color HEX #994CD5 Amethyst

📋 copy color: '#994CD5'

red 153 ◦ green 76 ◦ blue 213

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

Shades of Amethyst #994CD5

Tints of Amethyst #994CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 34.62%
G = 17.19%
B = 48.19%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#994CD5 (or 0x994CD5) is known color: Amethyst. HEX triplet: 99, 4C and D5. RGB value is (153,76,213). Sum of RGB (Red+Green+Blue) = 153+76+213=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #994CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CD5 is #66B32A. Grayscale: #727272. Windows color (decimal): -6730539 or 13978777. OLE color: 13978777.

HSL color Cylindrical-coordinate representation of color #994CD5: hue angle of 273.72º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994CD5 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 76 213 -
CMYK 0.28 0.64 0 0.16
HSL 273.72º 0.62% 0.57% -
HSV(B) 273.72º 0.64% 0.84% -
XYZ 27.73 16.75 64.72 -
YUV 114.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 153 76 213 0.28 0.64 0 0.16 273.72 0.62 0.57
Hex 99 4C D5 1C 40 0 10 112 3E 39
Octal 231 114 325 34 100 0 20 422 76 71
Binary 10011001 1001100 11010101 11100 1000000 0 10000 100010010 111110 111001

Color Harmonies of #994CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CD5

Black with #994CD5

Text Example


Text Example

White with #994CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,76,213); }

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

background-color css

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

 a { background-color: rgb(153,76,213); }

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

border-color css

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

 span { border-color: rgb(153,76,213); }

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