Html Css Color HEX #944EB8 Deep Lilac

📋 copy color: '#944EB8'

red 148 ◦ green 78 ◦ blue 184

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

Shades of Deep Lilac #944EB8

Tints of Deep Lilac #944EB8

RGB

 RED value IS 148 (58.2% from 255) = 36.1%

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

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

R = 36.1%
G = 19.02%
B = 44.88%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#944EB8 (or 0x944EB8) is known color: Deep Lilac. HEX triplet: 94, 4E and B8. RGB value is (148,78,184). Sum of RGB (Red+Green+Blue) = 148+78+184=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #944EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EB8 is #6BB147. Grayscale: #6E6E6E. Windows color (decimal): -7057736 or 12078740. OLE color: 12078740.

HSL color Cylindrical-coordinate representation of color #944EB8: hue angle of 279.62º 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 #944EB8 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 78 184 -
CMYK 0.20 0.58 0 0.28
HSL 279.62º 0.43% 0.51% -
HSV(B) 279.62º 0.58% 0.72% -
XYZ 23.59 15.21 47.04 -
YUV 111.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 148 78 184 0.20 0.58 0 0.28 279.62 0.43 0.51
Hex 94 4E B8 14 3A 0 1C 118 2B 33
Octal 224 116 270 24 72 0 34 430 53 63
Binary 10010100 1001110 10111000 10100 111010 0 11100 100011000 101011 110011

Color Harmonies of #944EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944EB8

Black with #944EB8

Text Example


Text Example

White with #944EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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