Html Css Color HEX #994EAF Deep Lilac

📋 copy color: '#994EAF'

red 153 ◦ green 78 ◦ blue 175

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

Shades of Deep Lilac #994EAF

Tints of Deep Lilac #994EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 37.68%
G = 19.21%
B = 43.1%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#994EAF (or 0x994EAF) is known color: Deep Lilac. HEX triplet: 99, 4E and AF. RGB value is (153,78,175). Sum of RGB (Red+Green+Blue) = 153+78+175=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #994EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994EAF is #66B150. Grayscale: #6F6F6F. Windows color (decimal): -6730065 or 11488921. OLE color: 11488921.

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

Color convert

RGB 153 78 175 -
CMYK 0.13 0.55 0 0.31
HSL 286.39º 0.38% 0.5% -
HSV(B) 286.39º 0.55% 0.69% -
XYZ 23.6 15.32 42.27 -
YUV 111.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 153 78 175 0.13 0.55 0 0.31 286.39 0.38 0.5
Hex 99 4E AF D 37 0 1F 11E 26 32
Octal 231 116 257 15 67 0 37 436 46 62
Binary 10011001 1001110 10101111 1101 110111 0 11111 100011110 100110 110010

Color Harmonies of #994EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EAF

Black with #994EAF

Text Example


Text Example

White with #994EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,78,175); }

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

background-color css

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

 a { background-color: rgb(153,78,175); }

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

border-color css

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

 span { border-color: rgb(153,78,175); }

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