Html Css Color HEX #944CBB Deep Lilac

📋 copy color: '#944CBB'

red 148 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #944CBB

Tints of Deep Lilac #944CBB

RGB

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

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

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

R = 36.01%
G = 18.49%
B = 45.5%

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

#944CBB (or 0x944CBB) is known color: Deep Lilac. HEX triplet: 94, 4C and BB. RGB value is (148,76,187). Sum of RGB (Red+Green+Blue) = 148+76+187=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #944CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CBB is #6BB344. Grayscale: #6D6D6D. Windows color (decimal): -7058245 or 12274836. OLE color: 12274836.

HSL color Cylindrical-coordinate representation of color #944CBB: hue angle of 278.92º 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 #944CBB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 76 187 -
CMYK 0.21 0.59 0 0.27
HSL 278.92º 0.45% 0.52% -
HSV(B) 278.92º 0.59% 0.73% -
XYZ 23.77 15.05 48.67 -
YUV 110.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 148 76 187 0.21 0.59 0 0.27 278.92 0.45 0.52
Hex 94 4C BB 15 3B 0 1B 117 2D 34
Octal 224 114 273 25 73 0 33 427 55 64
Binary 10010100 1001100 10111011 10101 111011 0 11011 100010111 101101 110100

Color Harmonies of #944CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CBB

Black with #944CBB

Text Example


Text Example

White with #944CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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