#8B5EB7

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

Shades of Deep Lilac #8B5EB7

Tints of Deep Lilac #8B5EB7

Color information

#8B5EB7 (or 0x8B5EB7) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5E and B7. RGB value is (139,94,183). Sum of RGB (Red+Green+Blue) = 139+94+183=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B5EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5EB7 is #74A148. Grayscale: #757575. Windows color (decimal): -7643465 or 12017291. OLE color: 12017291.

HSL color Cylindrical-coordinate representation of color #8B5EB7: hue angle of 270.34º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B5EB7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13994183-
CMYK0.240.4900.28
HSL270.34º38.2%54.31%-
HSV(B)270.34º48.63%71.76%-
XYZ23.216.9146.84-
YUV117.6164.91143.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=33.41%
G=22.60%
B=43.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139941830.240.4900.28270.3438.254.31
Hex8B5EB7183101C10e2636
Octal21313626730610344164666
Binary1000101110111101011011111000110001011100100001110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,183); }

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

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

 a { background-color: rgb(139,94,183); }

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

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

 span { border-color: rgb(139,94,183); }

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