Html Css Color HEX #9040AE Deep Lilac

📋 copy color: '#9040AE'

red 144 ◦ green 64 ◦ blue 174

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

Shades of Deep Lilac #9040AE

Tints of Deep Lilac #9040AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 37.7%
G = 16.75%
B = 45.55%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9040AE (or 0x9040AE) is known color: Deep Lilac. HEX triplet: 90, 40 and AE. RGB value is (144,64,174). Sum of RGB (Red+Green+Blue) = 144+64+174=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #9040AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AE is #6FBF51. Grayscale: #646464. Windows color (decimal): -7323474 or 11419792. OLE color: 11419792.

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

Color convert

RGB 144 64 174 -
CMYK 0.17 0.63 0 0.32
HSL 283.64º 0.46% 0.47% -
HSV(B) 283.64º 0.63% 0.68% -
XYZ 20.97 12.65 41.38 -
YUV 100.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 144 64 174 0.17 0.63 0 0.32 283.64 0.46 0.47
Hex 90 40 AE 11 3F 0 20 11C 2E 2F
Octal 220 100 256 21 77 0 40 434 56 57
Binary 10010000 1000000 10101110 10001 111111 0 100000 100011100 101110 101111

Color Harmonies of #9040AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040AE

Black with #9040AE

Text Example


Text Example

White with #9040AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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