Html Css Color HEX #9944BA Deep Lilac

📋 copy color: '#9944BA'

red 153 ◦ green 68 ◦ blue 186

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

Shades of Deep Lilac #9944BA

Tints of Deep Lilac #9944BA

RGB

 RED value IS 153 (60.16% from 255) = 37.59%

 GREEN value IS 68 (26.95% from 255) = 16.71%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 37.59%
G = 16.71%
B = 45.7%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9944BA (or 0x9944BA) is known color: Deep Lilac. HEX triplet: 99, 44 and BA. RGB value is (153,68,186). Sum of RGB (Red+Green+Blue) = 153+68+186=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9944BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944BA is #66BB45. Grayscale: #6A6A6A. Windows color (decimal): -6732614 or 12207257. OLE color: 12207257.

HSL color Cylindrical-coordinate representation of color #9944BA: hue angle of 283.22º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9944BA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 68 186 -
CMYK 0.18 0.63 0 0.27
HSL 283.22º 0.46% 0.5% -
HSV(B) 283.22º 0.63% 0.73% -
XYZ 24.07 14.45 47.98 -
YUV 106.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 153 68 186 0.18 0.63 0 0.27 283.22 0.46 0.5
Hex 99 44 BA 12 3F 0 1B 11B 2E 32
Octal 231 104 272 22 77 0 33 433 56 62
Binary 10011001 1000100 10111010 10010 111111 0 11011 100011011 101110 110010

Color Harmonies of #9944BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9944BA

Black with #9944BA

Text Example


Text Example

White with #9944BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9944BA; }

 p { color: rgb(153,68,186); }

 H1.HeaderClassName
 {
   color: #9944BA;
 }
 .AnyTagClassName
 {
   color: #9944BA;
 }
</style>

background-color css

<style>
 a { background-color: #9944BA; }

 a { background-color: rgb(153,68,186); }

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

border-color css

<style>
 span { border-color: #9944BA; }

 span { border-color: rgb(153,68,186); }

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