Html Css Color HEX #994FDC Amethyst

📋 copy color: '#994FDC'

red 153 ◦ green 79 ◦ blue 220

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

Shades of Amethyst #994FDC

Tints of Amethyst #994FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

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

R = 33.85%
G = 17.48%
B = 48.67%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#994FDC (or 0x994FDC) is known color: Amethyst. HEX triplet: 99, 4F and DC. RGB value is (153,79,220). Sum of RGB (Red+Green+Blue) = 153+79+220=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #994FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FDC is #66B023. Grayscale: #747474. Windows color (decimal): -6729764 or 14438297. OLE color: 14438297.

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

Color convert

RGB 153 79 220 -
CMYK 0.30 0.64 0 0.14
HSL 271.49º 0.67% 0.59% -
HSV(B) 271.49º 0.64% 0.86% -
XYZ 28.85 17.53 69.57 -
YUV 117.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 153 79 220 0.30 0.64 0 0.14 271.49 0.67 0.59
Hex 99 4F DC 1E 40 0 E 10F 43 3B
Octal 231 117 334 36 100 0 16 417 103 73
Binary 10011001 1001111 11011100 11110 1000000 0 1110 100001111 1000011 111011

Color Harmonies of #994FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FDC

Black with #994FDC

Text Example


Text Example

White with #994FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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