#8B5BAF

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

Shades of Deep Lilac #8B5BAF

Tints of Deep Lilac #8B5BAF

Color information

#8B5BAF (or 0x8B5BAF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5B and AF. RGB value is (139,91,175). Sum of RGB (Red+Green+Blue) = 139+91+175=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5BAF is #74A450. Grayscale: #727272. Windows color (decimal): -7644241 or 11492235. OLE color: 11492235.

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

Color convert

RGB13991175-
CMYK0.210.4800.31
HSL274.29º34.43%52.16%-
HSV(B)274.29º48%68.63%-
XYZ22.1316.0742.49-
YUV114.93161.9145.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=34.32%
G=22.47%
B=43.21%

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
Decimal139911750.210.4800.31274.2934.4352.16
Hex8B5BAF153001F1122234
Octal21313325725600374224264
Binary1000101110110111010111110101110000011111100010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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