Html Css Color HEX #8948AB Deep Lilac

📋 copy color: '#8948AB'

red 137 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #8948AB

Tints of Deep Lilac #8948AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 36.05%
G = 18.95%
B = 45%

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

#8948AB (or 0x8948AB) is known color: Deep Lilac. HEX triplet: 89, 48 and AB. RGB value is (137,72,171). Sum of RGB (Red+Green+Blue) = 137+72+171=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #8948AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8948AB is #76B754. Grayscale: #666666. Windows color (decimal): -7780181 or 11225225. OLE color: 11225225.

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

Color convert

RGB 137 72 171 -
CMYK 0.20 0.58 0 0.33
HSL 279.39º 0.41% 0.48% -
HSV(B) 279.39º 0.58% 0.67% -
XYZ 19.98 12.89 39.96 -
YUV 102.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 137 72 171 0.20 0.58 0 0.33 279.39 0.41 0.48
Hex 89 48 AB 14 3A 0 21 117 29 30
Octal 211 110 253 24 72 0 41 427 51 60
Binary 10001001 1001000 10101011 10100 111010 0 100001 100010111 101001 110000

Color Harmonies of #8948AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948AB

Black with #8948AB

Text Example


Text Example

White with #8948AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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