Html Css Color HEX #9444AD Deep Lilac

📋 copy color: '#9444AD'

red 148 ◦ green 68 ◦ blue 173

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

Shades of Deep Lilac #9444AD

Tints of Deep Lilac #9444AD

RGB

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

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

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

R = 38.05%
G = 17.48%
B = 44.47%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9444AD (or 0x9444AD) is known color: Deep Lilac. HEX triplet: 94, 44 and AD. RGB value is (148,68,173). Sum of RGB (Red+Green+Blue) = 148+68+173=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9444AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9444AD is #6BBB52. Grayscale: #676767. Windows color (decimal): -7060307 or 11355284. OLE color: 11355284.

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

Color convert

RGB 148 68 173 -
CMYK 0.14 0.61 0 0.32
HSL 285.71º 0.44% 0.47% -
HSV(B) 285.71º 0.61% 0.68% -
XYZ 21.82 13.45 40.98 -
YUV 103.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 148 68 173 0.14 0.61 0 0.32 285.71 0.44 0.47
Hex 94 44 AD E 3D 0 20 11E 2C 2F
Octal 224 104 255 16 75 0 40 436 54 57
Binary 10010100 1000100 10101101 1110 111101 0 100000 100011110 101100 101111

Color Harmonies of #9444AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444AD

Black with #9444AD

Text Example


Text Example

White with #9444AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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