#8948B3

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

Shades of Deep Lilac #8948B3

Tints of Deep Lilac #8948B3

Color information

#8948B3 (or 0x8948B3) is unknown color: approx Deep Lilac. HEX triplet: 89, 48 and B3. RGB value is (137,72,179). Sum of RGB (Red+Green+Blue) = 137+72+179=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #8948B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948B3 is #76B74C. Grayscale: #676767. Windows color (decimal): -7780173 or 11749513. OLE color: 11749513.

HSL color Cylindrical-coordinate representation of color #8948B3: hue angle of 276.45º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8948B3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13772179-
CMYK0.230.6000.30
HSL276.45º42.63%49.22%-
HSV(B)276.45º59.78%70.2%-
XYZ20.7713.2144.1-
YUV103.63170.53151.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=35.31%
G=18.56%
B=46.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137721790.230.6000.30276.4542.6349.22
Hex8948B3173C01E1142b31
Octal21111026327740364245361
Binary1000100110010001011001110111111100011110100010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8948B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8948B3;
 }
 .AnyTagClassName
 {
   color: #8948B3;
 }
</style>
background-color css

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

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

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

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

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

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