#8B5CB0

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

Shades of Deep Lilac #8B5CB0

Tints of Deep Lilac #8B5CB0

Color information

#8B5CB0 (or 0x8B5CB0) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5C and B0. RGB value is (139,92,176). Sum of RGB (Red+Green+Blue) = 139+92+176=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #8B5CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5CB0 is #74A34F. Grayscale: #737373. Windows color (decimal): -7643984 or 11558027. OLE color: 11558027.

HSL color Cylindrical-coordinate representation of color #8B5CB0: hue angle of 273.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B5CB0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13992176-
CMYK0.210.4800.31
HSL273.57º34.71%52.55%-
HSV(B)273.57º47.73%69.02%-
XYZ22.3116.2843.04-
YUV115.63162.07144.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=34.15%
G=22.60%
B=43.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139921760.210.4800.31273.5734.7152.55
Hex8B5CB0153001F1122335
Octal21313426025600374224365
Binary1000101110111001011000010101110000011111100010010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,176); }

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

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

 a { background-color: rgb(139,92,176); }

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

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

 span { border-color: rgb(139,92,176); }

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