Html Css Color HEX #994FAC Deep Lilac

📋 copy color: '#994FAC'

red 153 ◦ green 79 ◦ blue 172

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

Shades of Deep Lilac #994FAC

Tints of Deep Lilac #994FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 37.87%
G = 19.55%
B = 42.57%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#994FAC (or 0x994FAC) is known color: Deep Lilac. HEX triplet: 99, 4F and AC. RGB value is (153,79,172). Sum of RGB (Red+Green+Blue) = 153+79+172=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #994FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FAC is #66B053. Grayscale: #6F6F6F. Windows color (decimal): -6729812 or 11292569. OLE color: 11292569.

HSL color Cylindrical-coordinate representation of color #994FAC: hue angle of 287.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994FAC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 79 172 -
CMYK 0.11 0.54 0 0.33
HSL 287.74º 0.37% 0.49% -
HSV(B) 287.74º 0.54% 0.67% -
XYZ 23.38 15.34 40.76 -
YUV 111.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 153 79 172 0.11 0.54 0 0.33 287.74 0.37 0.49
Hex 99 4F AC B 36 0 21 120 25 31
Octal 231 117 254 13 66 0 41 440 45 61
Binary 10011001 1001111 10101100 1011 110110 0 100001 100100000 100101 110001

Color Harmonies of #994FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FAC

Black with #994FAC

Text Example


Text Example

White with #994FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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