#8B5BBA

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

Shades of Deep Lilac #8B5BBA

Tints of Deep Lilac #8B5BBA

Color information

#8B5BBA (or 0x8B5BBA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5B and BA. RGB value is (139,91,186). Sum of RGB (Red+Green+Blue) = 139+91+186=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BBA is #74A445. Grayscale: #737373. Windows color (decimal): -7644230 or 12213131. OLE color: 12213131.

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

Color convert

RGB13991186-
CMYK0.250.5100.27
HSL270.32º40.77%54.31%-
HSV(B)270.32º51.08%72.94%-
XYZ23.2516.5248.42-
YUV116.18167.4144.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=33.41%
G=21.88%
B=44.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139911860.250.5100.27270.3240.7754.31
Hex8B5BBA193301B10e2936
Octal21313327231630334165166
Binary1000101110110111011101011001110011011011100001110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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