Html Css Color HEX #8940AB Deep Lilac

📋 copy color: '#8940AB'

red 137 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #8940AB

Tints of Deep Lilac #8940AB

RGB

 RED value IS 137 (53.91% from 255) = 36.83%

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

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

R = 36.83%
G = 17.2%
B = 45.97%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8940AB (or 0x8940AB) is known color: Deep Lilac. HEX triplet: 89, 40 and AB. RGB value is (137,64,171). Sum of RGB (Red+Green+Blue) = 137+64+171=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8940AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8940AB is #76BF54. Grayscale: #616161. Windows color (decimal): -7782229 or 11223177. OLE color: 11223177.

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

Color convert

RGB 137 64 171 -
CMYK 0.20 0.63 0 0.33
HSL 280.93º 0.46% 0.46% -
HSV(B) 280.93º 0.63% 0.67% -
XYZ 19.5 11.93 39.8 -
YUV 98.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 137 64 171 0.20 0.63 0 0.33 280.93 0.46 0.46
Hex 89 40 AB 14 3F 0 21 119 2E 2E
Octal 211 100 253 24 77 0 41 431 56 56
Binary 10001001 1000000 10101011 10100 111111 0 100001 100011001 101110 101110

Color Harmonies of #8940AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940AB

Black with #8940AB

Text Example


Text Example

White with #8940AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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