#8B4DBB

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

Shades of Deep Lilac #8B4DBB

Tints of Deep Lilac #8B4DBB

Color information

#8B4DBB (or 0x8B4DBB) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4D and BB. RGB value is (139,77,187). Sum of RGB (Red+Green+Blue) = 139+77+187=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DBB is #74B244. Grayscale: #6B6B6B. Windows color (decimal): -7647813 or 12275083. OLE color: 12275083.

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

Color convert

RGB13977187-
CMYK0.260.5900.27
HSL273.82º44.72%51.76%-
HSV(B)273.82º58.82%73.33%-
XYZ22.2714.3848.62-
YUV108.08172.54150.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=34.49%
G=19.11%
B=46.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139771870.260.5900.27273.8244.7251.76
Hex8B4DBB1A3B01B1122d34
Octal21311527332730334225564
Binary1000101110011011011101111010111011011011100010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,187); }

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

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

 a { background-color: rgb(139,77,187); }

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

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

 span { border-color: rgb(139,77,187); }

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