#8B49BD

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

Shades of Deep Lilac #8B49BD

Tints of Deep Lilac #8B49BD

Color information

#8B49BD (or 0x8B49BD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 49 and BD. RGB value is (139,73,189). Sum of RGB (Red+Green+Blue) = 139+73+189=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B49BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49BD is #74B642. Grayscale: #696969. Windows color (decimal): -7648835 or 12405131. OLE color: 12405131.

HSL color Cylindrical-coordinate representation of color #8B49BD: hue angle of 274.14º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B49BD is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13973189-
CMYK0.260.6100.26
HSL274.14º46.77%51.37%-
HSV(B)274.14º61.38%74.12%-
XYZ22.2213.9349.66-
YUV105.96174.87151.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=34.66%
G=18.20%
B=47.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139731890.260.6100.26274.1446.7751.37
Hex8B49BD1A3D01A1122f33
Octal21311127532750324225763
Binary1000101110010011011110111010111101011010100010010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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