#8b49ba

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

Shades of Deep Lilac #8B49BA

Tints of Deep Lilac #8B49BA

Color information

#8B49BA (or 0x8B49BA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and BA. RGB value is (139,73,186). Sum of RGB (Red+Green+Blue) = 139+73+186=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49BA is #74B645. Grayscale: #696969. Windows color (decimal): -7648838 or 12208523. OLE color: 12208523.

HSL color Cylindrical-coordinate representation of color #8B49BA: hue angle of 275.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B49BA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13973186-
CMYK0.250.6100.27
HSL275.04º45.02%50.78%-
HSV(B)275.04º60.75%72.94%-
XYZ21.8913.847.96-
YUV105.62173.37151.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=34.92%
G=18.34%
B=46.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139731860.250.6100.27275.0445.0250.78
Hex8B49BA193D01B1132d33
Octal21311127231750334235563
Binary1000101110010011011101011001111101011011100010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b49ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b49ba; }

 p { color: rgb(139,73,186); }

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

<style>
 a { background-color: #8b49ba; }

 a { background-color: rgb(139,73,186); }

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

<style>
 span { border-color: #8b49ba; }

 span { border-color: rgb(139,73,186); }

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