Html Css Color HEX #944DBB Deep Lilac

📋 copy color: '#944DBB'

red 148 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #944DBB

Tints of Deep Lilac #944DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 35.92%
G = 18.69%
B = 45.39%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#944DBB (or 0x944DBB) is known color: Deep Lilac. HEX triplet: 94, 4D and BB. RGB value is (148,77,187). Sum of RGB (Red+Green+Blue) = 148+77+187=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #944DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944DBB is #6BB244. Grayscale: #6E6E6E. Windows color (decimal): -7057989 or 12275092. OLE color: 12275092.

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

Color convert

RGB 148 77 187 -
CMYK 0.21 0.59 0 0.27
HSL 278.73º 0.45% 0.52% -
HSV(B) 278.73º 0.59% 0.73% -
XYZ 23.84 15.19 48.69 -
YUV 110.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 148 77 187 0.21 0.59 0 0.27 278.73 0.45 0.52
Hex 94 4D BB 15 3B 0 1B 117 2D 34
Octal 224 115 273 25 73 0 33 427 55 64
Binary 10010100 1001101 10111011 10101 111011 0 11011 100010111 101101 110100

Color Harmonies of #944DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944DBB

Black with #944DBB

Text Example


Text Example

White with #944DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,77,187); }

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

background-color css

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

 a { background-color: rgb(148,77,187); }

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

border-color css

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

 span { border-color: rgb(148,77,187); }

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