Html Css Color HEX #944CB4 Deep Lilac

📋 copy color: '#944CB4'

red 148 ◦ green 76 ◦ blue 180

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

Shades of Deep Lilac #944CB4

Tints of Deep Lilac #944CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 36.63%
G = 18.81%
B = 44.55%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#944CB4 (or 0x944CB4) is known color: Deep Lilac. HEX triplet: 94, 4C and B4. RGB value is (148,76,180). Sum of RGB (Red+Green+Blue) = 148+76+180=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #944CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CB4 is #6BB34B. Grayscale: #6D6D6D. Windows color (decimal): -7058252 or 11816084. OLE color: 11816084.

HSL color Cylindrical-coordinate representation of color #944CB4: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944CB4 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 76 180 -
CMYK 0.18 0.58 0 0.29
HSL 281.54º 0.41% 0.5% -
HSV(B) 281.54º 0.58% 0.71% -
XYZ 23.04 14.76 44.81 -
YUV 109.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 148 76 180 0.18 0.58 0 0.29 281.54 0.41 0.5
Hex 94 4C B4 12 3A 0 1D 11A 29 32
Octal 224 114 264 22 72 0 35 432 51 62
Binary 10010100 1001100 10110100 10010 111010 0 11101 100011010 101001 110010

Color Harmonies of #944CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CB4

Black with #944CB4

Text Example


Text Example

White with #944CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,76,180); }

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

background-color css

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

 a { background-color: rgb(148,76,180); }

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

border-color css

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

 span { border-color: rgb(148,76,180); }

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