Html Css Color HEX #9140AB Deep Lilac

📋 copy color: '#9140AB'

red 145 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9140AB

Tints of Deep Lilac #9140AB

RGB

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

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

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

R = 38.16%
G = 16.84%
B = 45%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9140AB (or 0x9140AB) is known color: Deep Lilac. HEX triplet: 91, 40 and AB. RGB value is (145,64,171). Sum of RGB (Red+Green+Blue) = 145+64+171=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #9140AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AB is #6EBF54. Grayscale: #646464. Windows color (decimal): -7257941 or 11223185. OLE color: 11223185.

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

Color convert

RGB 145 64 171 -
CMYK 0.15 0.63 0 0.33
HSL 285.42º 0.46% 0.46% -
HSV(B) 285.42º 0.63% 0.67% -
XYZ 20.86 12.63 39.87 -
YUV 100.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 145 64 171 0.15 0.63 0 0.33 285.42 0.46 0.46
Hex 91 40 AB F 3F 0 21 11D 2E 2E
Octal 221 100 253 17 77 0 41 435 56 56
Binary 10010001 1000000 10101011 1111 111111 0 100001 100011101 101110 101110

Color Harmonies of #9140AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140AB

Black with #9140AB

Text Example


Text Example

White with #9140AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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