#8B3DB1

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

Shades of Deep Lilac #8B3DB1

Tints of Deep Lilac #8B3DB1

Color information

#8B3DB1 (or 0x8B3DB1) is unknown color: approx Deep Lilac. HEX triplet: 8B, 3D and B1. RGB value is (139,61,177). Sum of RGB (Red+Green+Blue) = 139+61+177=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B3DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3DB1 is #74C24E. Grayscale: #616161. Windows color (decimal): -7651919 or 11615627. OLE color: 11615627.

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

Color convert

RGB13961177-
CMYK0.210.6600.31
HSL280.34º48.74%46.67%-
HSV(B)280.34º65.54%69.41%-
XYZ20.251242.84-
YUV97.55172.84157.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=36.87%
G=16.18%
B=46.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139611770.210.6600.31280.3448.7446.67
Hex8B3DB1154201F118312f
Octal21375261251020374306157
Binary1000101111110110110001101011000010011111100011000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,177); }

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

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

 a { background-color: rgb(139,61,177); }

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

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

 span { border-color: rgb(139,61,177); }

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