Html Css Color HEX #9140AA Deep Lilac

📋 copy color: '#9140AA'

red 145 ◦ green 64 ◦ blue 170

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

Shades of Deep Lilac #9140AA

Tints of Deep Lilac #9140AA

RGB

 RED value IS 145 (57.03% from 255) = 38.26%

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

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

R = 38.26%
G = 16.89%
B = 44.85%

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

#9140AA (or 0x9140AA) is known color: Deep Lilac. HEX triplet: 91, 40 and AA. RGB value is (145,64,170). Sum of RGB (Red+Green+Blue) = 145+64+170=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #9140AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AA is #6EBF55. Grayscale: #636363. Windows color (decimal): -7257942 or 11157649. OLE color: 11157649.

HSL color Cylindrical-coordinate representation of color #9140AA: hue angle of 285.85º 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 #9140AA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 64 170 -
CMYK 0.15 0.62 0 0.33
HSL 285.85º 0.45% 0.46% -
HSV(B) 285.85º 0.62% 0.67% -
XYZ 20.77 12.59 39.37 -
YUV 100.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 145 64 170 0.15 0.62 0 0.33 285.85 0.45 0.46
Hex 91 40 AA F 3E 0 21 11E 2D 2E
Octal 221 100 252 17 76 0 41 436 55 56
Binary 10010001 1000000 10101010 1111 111110 0 100001 100011110 101101 101110

Color Harmonies of #9140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140AA

Black with #9140AA

Text Example


Text Example

White with #9140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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