Html Css Color HEX #8948AC Deep Lilac

📋 copy color: '#8948AC'

red 137 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #8948AC

Tints of Deep Lilac #8948AC

RGB

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

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

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

R = 35.96%
G = 18.9%
B = 45.14%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8948AC (or 0x8948AC) is known color: Deep Lilac. HEX triplet: 89, 48 and AC. RGB value is (137,72,172). Sum of RGB (Red+Green+Blue) = 137+72+172=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #8948AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8948AC is #76B753. Grayscale: #666666. Windows color (decimal): -7780180 or 11290761. OLE color: 11290761.

HSL color Cylindrical-coordinate representation of color #8948AC: hue angle of 279º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8948AC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 72 172 -
CMYK 0.20 0.58 0 0.33
HSL 279º 0.41% 0.48% -
HSV(B) 279º 0.58% 0.67% -
XYZ 20.08 12.93 40.47 -
YUV 102.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 137 72 172 0.20 0.58 0 0.33 279 0.41 0.48
Hex 89 48 AC 14 3A 0 21 117 29 30
Octal 211 110 254 24 72 0 41 427 51 60
Binary 10001001 1001000 10101100 10100 111010 0 100001 100010111 101001 110000

Color Harmonies of #8948AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948AC

Black with #8948AC

Text Example


Text Example

White with #8948AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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