Html Css Color HEX #8941AD Deep Lilac

📋 copy color: '#8941AD'

red 137 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #8941AD

Tints of Deep Lilac #8941AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 36.53%
G = 17.33%
B = 46.13%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8941AD (or 0x8941AD) is known color: Deep Lilac. HEX triplet: 89, 41 and AD. RGB value is (137,65,173). Sum of RGB (Red+Green+Blue) = 137+65+173=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8941AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8941AD is #76BE52. Grayscale: #626262. Windows color (decimal): -7781971 or 11354505. OLE color: 11354505.

HSL color Cylindrical-coordinate representation of color #8941AD: hue angle of 280º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8941AD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 65 173 -
CMYK 0.21 0.62 0 0.32
HSL 280º 0.45% 0.47% -
HSV(B) 280º 0.62% 0.68% -
XYZ 19.75 12.12 40.83 -
YUV 98.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 137 65 173 0.21 0.62 0 0.32 280 0.45 0.47
Hex 89 41 AD 15 3E 0 20 118 2D 2F
Octal 211 101 255 25 76 0 40 430 55 57
Binary 10001001 1000001 10101101 10101 111110 0 100000 100011000 101101 101111

Color Harmonies of #8941AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8941AD

Black with #8941AD

Text Example


Text Example

White with #8941AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8941AD; }

 p { color: rgb(137,65,173); }

 H1.HeaderClassName
 {
   color: #8941AD;
 }
 .AnyTagClassName
 {
   color: #8941AD;
 }
</style>

background-color css

<style>
 a { background-color: #8941AD; }

 a { background-color: rgb(137,65,173); }

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

border-color css

<style>
 span { border-color: #8941AD; }

 span { border-color: rgb(137,65,173); }

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