Html Css Color HEX #994CDC Amethyst

📋 copy color: '#994CDC'

red 153 ◦ green 76 ◦ blue 220

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

Shades of Amethyst #994CDC

Tints of Amethyst #994CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 34.08%
G = 16.93%
B = 49%

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

#994CDC (or 0x994CDC) is known color: Amethyst. HEX triplet: 99, 4C and DC. RGB value is (153,76,220). Sum of RGB (Red+Green+Blue) = 153+76+220=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #994CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CDC is #66B323. Grayscale: #727272. Windows color (decimal): -6730532 or 14437529. OLE color: 14437529.

HSL color Cylindrical-coordinate representation of color #994CDC: hue angle of 272.08º degrees, saturation: 0.67, 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 #994CDC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 76 220 -
CMYK 0.30 0.65 0 0.14
HSL 272.08º 0.67% 0.58% -
HSV(B) 272.08º 0.65% 0.86% -
XYZ 28.64 17.11 69.5 -
YUV 115.44 187.01 154.79 -
System Red Green Blue C M Y K H S L
Decimal 153 76 220 0.30 0.65 0 0.14 272.08 0.67 0.58
Hex 99 4C DC 1E 41 0 E 110 43 3A
Octal 231 114 334 36 101 0 16 420 103 72
Binary 10011001 1001100 11011100 11110 1000001 0 1110 100010000 1000011 111010

Color Harmonies of #994CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994CDC

Black with #994CDC

Text Example


Text Example

White with #994CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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