Html Css Color HEX #994EB8 Deep Lilac

📋 copy color: '#994EB8'

red 153 ◦ green 78 ◦ blue 184

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

Shades of Deep Lilac #994EB8

Tints of Deep Lilac #994EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.34%

R = 36.87%
G = 18.8%
B = 44.34%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#994EB8 (or 0x994EB8) is known color: Deep Lilac. HEX triplet: 99, 4E and B8. RGB value is (153,78,184). Sum of RGB (Red+Green+Blue) = 153+78+184=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #994EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EB8 is #66B147. Grayscale: #707070. Windows color (decimal): -6730056 or 12078745. OLE color: 12078745.

HSL color Cylindrical-coordinate representation of color #994EB8: hue angle of 282.45º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994EB8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 78 184 -
CMYK 0.17 0.58 0 0.28
HSL 282.45º 0.43% 0.51% -
HSV(B) 282.45º 0.58% 0.72% -
XYZ 24.51 15.68 47.08 -
YUV 112.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 153 78 184 0.17 0.58 0 0.28 282.45 0.43 0.51
Hex 99 4E B8 11 3A 0 1C 11A 2B 33
Octal 231 116 270 21 72 0 34 432 53 63
Binary 10011001 1001110 10111000 10001 111010 0 11100 100011010 101011 110011

Color Harmonies of #994EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EB8

Black with #994EB8

Text Example


Text Example

White with #994EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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