#8B3CAD

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

Shades of Deep Lilac #8B3CAD

Tints of Deep Lilac #8B3CAD

Color information

#8B3CAD (or 0x8B3CAD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 3C and AD. RGB value is (139,60,173). Sum of RGB (Red+Green+Blue) = 139+60+173=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3CAD is #74C352. Grayscale: #606060. Windows color (decimal): -7652179 or 11353227. OLE color: 11353227.

HSL color Cylindrical-coordinate representation of color #8B3CAD: hue angle of 281.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3CAD is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13960173-
CMYK0.200.6500.32
HSL281.95º48.5%45.69%-
HSV(B)281.95º65.32%67.84%-
XYZ19.8111.7440.76-
YUV96.5171.17158.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=37.37%
G=16.13%
B=46.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139601730.200.6500.32281.9548.545.69
Hex8B3CAD144102011a302e
Octal21374255241010404326056
Binary10001011111100101011011010010000010100000100011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,173); }

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

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

 a { background-color: rgb(139,60,173); }

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

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

 span { border-color: rgb(139,60,173); }

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