Html Css Color HEX #994FAE Deep Lilac

📋 copy color: '#994FAE'

red 153 ◦ green 79 ◦ blue 174

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

Shades of Deep Lilac #994FAE

Tints of Deep Lilac #994FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 37.68%
G = 19.46%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#994FAE (or 0x994FAE) is known color: Deep Lilac. HEX triplet: 99, 4F and AE. RGB value is (153,79,174). Sum of RGB (Red+Green+Blue) = 153+79+174=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #994FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FAE is #66B051. Grayscale: #6F6F6F. Windows color (decimal): -6729810 or 11423641. OLE color: 11423641.

HSL color Cylindrical-coordinate representation of color #994FAE: hue angle of 286.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994FAE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 79 174 -
CMYK 0.12 0.55 0 0.32
HSL 286.74º 0.38% 0.5% -
HSV(B) 286.74º 0.55% 0.68% -
XYZ 23.57 15.42 41.78 -
YUV 111.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 153 79 174 0.12 0.55 0 0.32 286.74 0.38 0.5
Hex 99 4F AE C 37 0 20 11F 26 32
Octal 231 117 256 14 67 0 40 437 46 62
Binary 10011001 1001111 10101110 1100 110111 0 100000 100011111 100110 110010

Color Harmonies of #994FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FAE

Black with #994FAE

Text Example


Text Example

White with #994FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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