Html Css Color HEX #9040AA Deep Lilac

📋 copy color: '#9040AA'

red 144 ◦ green 64 ◦ blue 170

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

Shades of Deep Lilac #9040AA

Tints of Deep Lilac #9040AA

RGB

 RED value IS 144 (56.64% from 255) = 38.1%

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 38.1%
G = 16.93%
B = 44.97%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9040AA (or 0x9040AA) is known color: Deep Lilac. HEX triplet: 90, 40 and AA. RGB value is (144,64,170). Sum of RGB (Red+Green+Blue) = 144+64+170=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #9040AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AA is #6FBF55. Grayscale: #636363. Windows color (decimal): -7323478 or 11157648. OLE color: 11157648.

HSL color Cylindrical-coordinate representation of color #9040AA: hue angle of 285.28º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9040AA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 64 170 -
CMYK 0.15 0.62 0 0.33
HSL 285.28º 0.45% 0.46% -
HSV(B) 285.28º 0.62% 0.67% -
XYZ 20.59 12.5 39.36 -
YUV 100 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 144 64 170 0.15 0.62 0 0.33 285.28 0.45 0.46
Hex 90 40 AA F 3E 0 21 11D 2D 2E
Octal 220 100 252 17 76 0 41 435 55 56
Binary 10010000 1000000 10101010 1111 111110 0 100001 100011101 101101 101110

Color Harmonies of #9040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040AA

Black with #9040AA

Text Example


Text Example

White with #9040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9040AA; }

 p { color: rgb(144,64,170); }

 H1.HeaderClassName
 {
   color: #9040AA;
 }
 .AnyTagClassName
 {
   color: #9040AA;
 }
</style>

background-color css

<style>
 a { background-color: #9040AA; }

 a { background-color: rgb(144,64,170); }

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

border-color css

<style>
 span { border-color: #9040AA; }

 span { border-color: rgb(144,64,170); }

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