Html Css Color HEX #9444AB Deep Lilac

📋 copy color: '#9444AB'

red 148 ◦ green 68 ◦ blue 171

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

Shades of Deep Lilac #9444AB

Tints of Deep Lilac #9444AB

RGB

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

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

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

R = 38.24%
G = 17.57%
B = 44.19%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9444AB (or 0x9444AB) is known color: Deep Lilac. HEX triplet: 94, 44 and AB. RGB value is (148,68,171). Sum of RGB (Red+Green+Blue) = 148+68+171=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9444AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9444AB is #6BBB54. Grayscale: #676767. Windows color (decimal): -7060309 or 11224212. OLE color: 11224212.

HSL color Cylindrical-coordinate representation of color #9444AB: hue angle of 286.6º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9444AB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 68 171 -
CMYK 0.13 0.60 0 0.33
HSL 286.6º 0.43% 0.47% -
HSV(B) 286.6º 0.6% 0.67% -
XYZ 21.63 13.37 39.97 -
YUV 103.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 148 68 171 0.13 0.60 0 0.33 286.6 0.43 0.47
Hex 94 44 AB D 3C 0 21 11F 2B 2F
Octal 224 104 253 15 74 0 41 437 53 57
Binary 10010100 1000100 10101011 1101 111100 0 100001 100011111 101011 101111

Color Harmonies of #9444AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444AB

Black with #9444AB

Text Example


Text Example

White with #9444AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9444AB; }

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

 H1.HeaderClassName
 {
   color: #9444AB;
 }
 .AnyTagClassName
 {
   color: #9444AB;
 }
</style>

background-color css

<style>
 a { background-color: #9444AB; }

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

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

border-color css

<style>
 span { border-color: #9444AB; }

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

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