Html Css Color HEX #9141AA Deep Lilac

📋 copy color: '#9141AA'

red 145 ◦ green 65 ◦ blue 170

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

Shades of Deep Lilac #9141AA

Tints of Deep Lilac #9141AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 38.16%
G = 17.11%
B = 44.74%

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

#9141AA (or 0x9141AA) is known color: Deep Lilac. HEX triplet: 91, 41 and AA. RGB value is (145,65,170). Sum of RGB (Red+Green+Blue) = 145+65+170=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #9141AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AA is #6EBE55. Grayscale: #646464. Windows color (decimal): -7257686 or 11157905. OLE color: 11157905.

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

Color convert

RGB 145 65 170 -
CMYK 0.15 0.62 0 0.33
HSL 285.71º 0.45% 0.46% -
HSV(B) 285.71º 0.62% 0.67% -
XYZ 20.82 12.7 39.38 -
YUV 100.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 145 65 170 0.15 0.62 0 0.33 285.71 0.45 0.46
Hex 91 41 AA F 3E 0 21 11E 2D 2E
Octal 221 101 252 17 76 0 41 436 55 56
Binary 10010001 1000001 10101010 1111 111110 0 100001 100011110 101101 101110

Color Harmonies of #9141AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141AA

Black with #9141AA

Text Example


Text Example

White with #9141AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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