#8B5ABF

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

Shades of Deep Lilac #8B5ABF

Tints of Deep Lilac #8B5ABF

Color information

#8B5ABF (or 0x8B5ABF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5A and BF. RGB value is (139,90,191). Sum of RGB (Red+Green+Blue) = 139+90+191=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ABF is #74A540. Grayscale: #737373. Windows color (decimal): -7644481 or 12540555. OLE color: 12540555.

HSL color Cylindrical-coordinate representation of color #8B5ABF: hue angle of 269.11º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5ABF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13990191-
CMYK0.270.5300.25
HSL269.11º44.1%55.1%-
HSV(B)269.11º52.88%74.9%-
XYZ23.7116.5651.24-
YUV116.16170.23144.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 191 (75% from 255) = 45.48%
R=33.10%
G=21.43%
B=45.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139901910.270.5300.25269.1144.155.1
Hex8B5ABF1B3501910d2c37
Octal21313227733650314155467
Binary1000101110110101011111111011110101011001100001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,191); }

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

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

 a { background-color: rgb(139,90,191); }

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

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

 span { border-color: rgb(139,90,191); }

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