Html Css Color HEX #9440AD Deep Lilac

📋 copy color: '#9440AD'

red 148 ◦ green 64 ◦ blue 173

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

Shades of Deep Lilac #9440AD

Tints of Deep Lilac #9440AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 38.44%
G = 16.62%
B = 44.94%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9440AD (or 0x9440AD) is known color: Deep Lilac. HEX triplet: 94, 40 and AD. RGB value is (148,64,173). Sum of RGB (Red+Green+Blue) = 148+64+173=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9440AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9440AD is #6BBF52. Grayscale: #656565. Windows color (decimal): -7061331 or 11354260. OLE color: 11354260.

HSL color Cylindrical-coordinate representation of color #9440AD: hue angle of 286.24º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9440AD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 64 173 -
CMYK 0.14 0.63 0 0.32
HSL 286.24º 0.46% 0.46% -
HSV(B) 286.24º 0.63% 0.68% -
XYZ 21.59 12.98 40.9 -
YUV 101.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 148 64 173 0.14 0.63 0 0.32 286.24 0.46 0.46
Hex 94 40 AD E 3F 0 20 11E 2E 2E
Octal 224 100 255 16 77 0 40 436 56 56
Binary 10010100 1000000 10101101 1110 111111 0 100000 100011110 101110 101110

Color Harmonies of #9440AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440AD

Black with #9440AD

Text Example


Text Example

White with #9440AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9440AD; }

 p { color: rgb(148,64,173); }

 H1.HeaderClassName
 {
   color: #9440AD;
 }
 .AnyTagClassName
 {
   color: #9440AD;
 }
</style>

background-color css

<style>
 a { background-color: #9440AD; }

 a { background-color: rgb(148,64,173); }

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

border-color css

<style>
 span { border-color: #9440AD; }

 span { border-color: rgb(148,64,173); }

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