#8B5DB8

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

Shades of Deep Lilac #8B5DB8

Tints of Deep Lilac #8B5DB8

Color information

#8B5DB8 (or 0x8B5DB8) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5D and B8. RGB value is (139,93,184). Sum of RGB (Red+Green+Blue) = 139+93+184=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DB8 is #74A247. Grayscale: #747474. Windows color (decimal): -7643720 or 12082571. OLE color: 12082571.

HSL color Cylindrical-coordinate representation of color #8B5DB8: hue angle of 270.33º degrees, saturation: 0.39, 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 #8B5DB8 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13993184-
CMYK0.240.4900.28
HSL270.33º39.06%54.31%-
HSV(B)270.33º49.46%72.16%-
XYZ23.2116.7847.36-
YUV117.13165.74143.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=33.41%
G=22.36%
B=44.23%

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
Decimal139931840.240.4900.28270.3339.0654.31
Hex8B5DB8183101C10e2736
Octal21313527030610344164766
Binary1000101110111011011100011000110001011100100001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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