#8B5BB8

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

Shades of Deep Lilac #8B5BB8

Tints of Deep Lilac #8B5BB8

Color information

#8B5BB8 (or 0x8B5BB8) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5B and B8. RGB value is (139,91,184). Sum of RGB (Red+Green+Blue) = 139+91+184=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B5BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BB8 is #74A447. Grayscale: #737373. Windows color (decimal): -7644232 or 12082059. OLE color: 12082059.

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

Color convert

RGB13991184-
CMYK0.240.5100.28
HSL270.97º39.57%53.92%-
HSV(B)270.97º50.54%72.16%-
XYZ23.0416.4347.3-
YUV115.95166.4144.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 184 (72.27% from 255) = 44.44%
R=33.57%
G=21.98%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal139911840.240.5100.28270.9739.5753.92
Hex8B5BB8183301C10f2836
Octal21313327030630344175066
Binary1000101110110111011100011000110011011100100001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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