Html Css Color HEX #8940AC Deep Lilac

📋 copy color: '#8940AC'

red 137 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #8940AC

Tints of Deep Lilac #8940AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 36.73%
G = 17.16%
B = 46.11%

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

#8940AC (or 0x8940AC) is known color: Deep Lilac. HEX triplet: 89, 40 and AC. RGB value is (137,64,172). Sum of RGB (Red+Green+Blue) = 137+64+172=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8940AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8940AC is #76BF53. Grayscale: #616161. Windows color (decimal): -7782228 or 11288713. OLE color: 11288713.

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

Color convert

RGB 137 64 172 -
CMYK 0.20 0.63 0 0.33
HSL 280.56º 0.46% 0.46% -
HSV(B) 280.56º 0.63% 0.67% -
XYZ 19.6 11.96 40.31 -
YUV 98.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 137 64 172 0.20 0.63 0 0.33 280.56 0.46 0.46
Hex 89 40 AC 14 3F 0 21 119 2E 2E
Octal 211 100 254 24 77 0 41 431 56 56
Binary 10001001 1000000 10101100 10100 111111 0 100001 100011001 101110 101110

Color Harmonies of #8940AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940AC

Black with #8940AC

Text Example


Text Example

White with #8940AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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