#8948AB

Color #8948AB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8948AB

Tints of Deep Lilac #8948AB

Color information

#8948AB (or 0x8948AB) is unknown color: approx 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

RGB13772171-
CMYK0.200.5800.33
HSL279.39º40.74%47.65%-
HSV(B)279.39º57.89%67.06%-
XYZ19.9812.8939.96-
YUV102.72166.53152.45-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137721710.200.5800.33279.3940.7447.65
Hex8948AB143A0211172930
Octal21111025324720414275160
Binary10001001100100010101011101001110100100001100010111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8948AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>