Html Css Color HEX #8948AD Deep Lilac

📋 copy color: '#8948AD'

red 137 ◦ green 72 ◦ blue 173

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

Shades of Deep Lilac #8948AD

Tints of Deep Lilac #8948AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 35.86%
G = 18.85%
B = 45.29%

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

#8948AD (or 0x8948AD) is known color: Deep Lilac. HEX triplet: 89, 48 and AD. RGB value is (137,72,173). Sum of RGB (Red+Green+Blue) = 137+72+173=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #8948AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8948AD is #76B752. Grayscale: #666666. Windows color (decimal): -7780179 or 11356297. OLE color: 11356297.

HSL color Cylindrical-coordinate representation of color #8948AD: hue angle of 278.61º 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 #8948AD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 72 173 -
CMYK 0.21 0.58 0 0.32
HSL 278.61º 0.41% 0.48% -
HSV(B) 278.61º 0.58% 0.68% -
XYZ 20.18 12.97 40.98 -
YUV 102.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 137 72 173 0.21 0.58 0 0.32 278.61 0.41 0.48
Hex 89 48 AD 15 3A 0 20 117 29 30
Octal 211 110 255 25 72 0 40 427 51 60
Binary 10001001 1001000 10101101 10101 111010 0 100000 100010111 101001 110000

Color Harmonies of #8948AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948AD

Black with #8948AD

Text Example


Text Example

White with #8948AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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