Html Css Color HEX #9040AB Deep Lilac

📋 copy color: '#9040AB'

red 144 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9040AB

Tints of Deep Lilac #9040AB

RGB

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

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

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

R = 37.99%
G = 16.89%
B = 45.12%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9040AB (or 0x9040AB) is known color: Deep Lilac. HEX triplet: 90, 40 and AB. RGB value is (144,64,171). Sum of RGB (Red+Green+Blue) = 144+64+171=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #9040AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AB is #6FBF54. Grayscale: #636363. Windows color (decimal): -7323477 or 11223184. OLE color: 11223184.

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

Color convert

RGB 144 64 171 -
CMYK 0.16 0.63 0 0.33
HSL 284.86º 0.46% 0.46% -
HSV(B) 284.86º 0.63% 0.67% -
XYZ 20.69 12.54 39.86 -
YUV 100.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 144 64 171 0.16 0.63 0 0.33 284.86 0.46 0.46
Hex 90 40 AB 10 3F 0 21 11D 2E 2E
Octal 220 100 253 20 77 0 41 435 56 56
Binary 10010000 1000000 10101011 10000 111111 0 100001 100011101 101110 101110

Color Harmonies of #9040AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9040AB

Black with #9040AB

Text Example


Text Example

White with #9040AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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