Html Css Color HEX #9141AB Deep Lilac

📋 copy color: '#9141AB'

red 145 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9141AB

Tints of Deep Lilac #9141AB

RGB

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

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

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

R = 38.06%
G = 17.06%
B = 44.88%

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

#9141AB (or 0x9141AB) is known color: Deep Lilac. HEX triplet: 91, 41 and AB. RGB value is (145,65,171). Sum of RGB (Red+Green+Blue) = 145+65+171=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9141AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AB is #6EBE54. Grayscale: #646464. Windows color (decimal): -7257685 or 11223441. OLE color: 11223441.

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

Color convert

RGB 145 65 171 -
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.92 12.74 39.88 -
YUV 101 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 145 65 171 0.15 0.62 0 0.33 285.28 0.45 0.46
Hex 91 41 AB F 3E 0 21 11D 2D 2E
Octal 221 101 253 17 76 0 41 435 55 56
Binary 10010001 1000001 10101011 1111 111110 0 100001 100011101 101101 101110

Color Harmonies of #9141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141AB

Black with #9141AB

Text Example


Text Example

White with #9141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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