Html Css Color HEX #944EBC Deep Lilac

📋 copy color: '#944EBC'

red 148 ◦ green 78 ◦ blue 188

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

Shades of Deep Lilac #944EBC

Tints of Deep Lilac #944EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 35.75%
G = 18.84%
B = 45.41%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#944EBC (or 0x944EBC) is known color: Deep Lilac. HEX triplet: 94, 4E and BC. RGB value is (148,78,188). Sum of RGB (Red+Green+Blue) = 148+78+188=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #944EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EBC is #6BB143. Grayscale: #6F6F6F. Windows color (decimal): -7057732 or 12340884. OLE color: 12340884.

HSL color Cylindrical-coordinate representation of color #944EBC: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944EBC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 78 188 -
CMYK 0.21 0.59 0 0.26
HSL 278.18º 0.45% 0.52% -
HSV(B) 278.18º 0.59% 0.74% -
XYZ 24.01 15.38 49.28 -
YUV 111.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 148 78 188 0.21 0.59 0 0.26 278.18 0.45 0.52
Hex 94 4E BC 15 3B 0 1A 116 2D 34
Octal 224 116 274 25 73 0 32 426 55 64
Binary 10010100 1001110 10111100 10101 111011 0 11010 100010110 101101 110100

Color Harmonies of #944EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944EBC

Black with #944EBC

Text Example


Text Example

White with #944EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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