Html Css Color HEX #8949AE Deep Lilac

📋 copy color: '#8949AE'

red 137 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #8949AE

Tints of Deep Lilac #8949AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 35.68%
G = 19.01%
B = 45.31%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8949AE (or 0x8949AE) is known color: Deep Lilac. HEX triplet: 89, 49 and AE. RGB value is (137,73,174). Sum of RGB (Red+Green+Blue) = 137+73+174=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #8949AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8949AE is #76B651. Grayscale: #676767. Windows color (decimal): -7779922 or 11422089. OLE color: 11422089.

HSL color Cylindrical-coordinate representation of color #8949AE: hue angle of 278.02º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8949AE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 73 174 -
CMYK 0.21 0.58 0 0.32
HSL 278.02º 0.41% 0.48% -
HSV(B) 278.02º 0.58% 0.68% -
XYZ 20.34 13.14 41.51 -
YUV 103.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 137 73 174 0.21 0.58 0 0.32 278.02 0.41 0.48
Hex 89 49 AE 15 3A 0 20 116 29 30
Octal 211 111 256 25 72 0 40 426 51 60
Binary 10001001 1001001 10101110 10101 111010 0 100000 100010110 101001 110000

Color Harmonies of #8949AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8949AE

Black with #8949AE

Text Example


Text Example

White with #8949AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8949AE; }

 p { color: rgb(137,73,174); }

 H1.HeaderClassName
 {
   color: #8949AE;
 }
 .AnyTagClassName
 {
   color: #8949AE;
 }
</style>

background-color css

<style>
 a { background-color: #8949AE; }

 a { background-color: rgb(137,73,174); }

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

border-color css

<style>
 span { border-color: #8949AE; }

 span { border-color: rgb(137,73,174); }

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