Html Css Color HEX #944BAC Deep Lilac

📋 copy color: '#944BAC'

red 148 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #944BAC

Tints of Deep Lilac #944BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 37.47%
G = 18.99%
B = 43.54%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#944BAC (or 0x944BAC) is known color: Deep Lilac. HEX triplet: 94, 4B and AC. RGB value is (148,75,172). Sum of RGB (Red+Green+Blue) = 148+75+172=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #944BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944BAC is #6BB453. Grayscale: #6B6B6B. Windows color (decimal): -7058516 or 11291540. OLE color: 11291540.

HSL color Cylindrical-coordinate representation of color #944BAC: hue angle of 285.15º degrees, saturation: 0.39, 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 #944BAC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 75 172 -
CMYK 0.14 0.56 0 0.33
HSL 285.15º 0.39% 0.48% -
HSV(B) 285.15º 0.56% 0.67% -
XYZ 22.18 14.31 40.62 -
YUV 107.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 148 75 172 0.14 0.56 0 0.33 285.15 0.39 0.48
Hex 94 4B AC E 38 0 21 11D 27 30
Octal 224 113 254 16 70 0 41 435 47 60
Binary 10010100 1001011 10101100 1110 111000 0 100001 100011101 100111 110000

Color Harmonies of #944BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944BAC

Black with #944BAC

Text Example


Text Example

White with #944BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,75,172); }

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

background-color css

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

 a { background-color: rgb(148,75,172); }

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

border-color css

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

 span { border-color: rgb(148,75,172); }

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