Html Css Color HEX #944CAB Deep Lilac

📋 copy color: '#944CAB'

red 148 ◦ green 76 ◦ blue 171

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

Shades of Deep Lilac #944CAB

Tints of Deep Lilac #944CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 37.47%
G = 19.24%
B = 43.29%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#944CAB (or 0x944CAB) is known color: Deep Lilac. HEX triplet: 94, 4C and AB. RGB value is (148,76,171). Sum of RGB (Red+Green+Blue) = 148+76+171=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #944CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CAB is #6BB354. Grayscale: #6C6C6C. Windows color (decimal): -7058261 or 11226260. OLE color: 11226260.

HSL color Cylindrical-coordinate representation of color #944CAB: hue angle of 285.47º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944CAB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 76 171 -
CMYK 0.13 0.56 0 0.33
HSL 285.47º 0.38% 0.48% -
HSV(B) 285.47º 0.56% 0.67% -
XYZ 22.15 14.41 40.14 -
YUV 108.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 148 76 171 0.13 0.56 0 0.33 285.47 0.38 0.48
Hex 94 4C AB D 38 0 21 11D 26 30
Octal 224 114 253 15 70 0 41 435 46 60
Binary 10010100 1001100 10101011 1101 111000 0 100001 100011101 100110 110000

Color Harmonies of #944CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CAB

Black with #944CAB

Text Example


Text Example

White with #944CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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