#8B53B6

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

Shades of Deep Lilac #8B53B6

Tints of Deep Lilac #8B53B6

Color information

#8B53B6 (or 0x8B53B6) is unknown color: approx Deep Lilac. HEX triplet: 8B, 53 and B6. RGB value is (139,83,182). Sum of RGB (Red+Green+Blue) = 139+83+182=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B53B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B53B6 is #74AC49. Grayscale: #6E6E6E. Windows color (decimal): -7646282 or 11948939. OLE color: 11948939.

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

Color convert

RGB13983182-
CMYK0.240.5400.29
HSL273.94º40.41%51.96%-
HSV(B)273.94º54.4%71.37%-
XYZ22.1815.0545.99-
YUV111.03168.05147.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=34.41%
G=20.54%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139831820.240.5400.29273.9440.4151.96
Hex8B53B6183601D1122834
Octal21312326630660354225064
Binary1000101110100111011011011000110110011101100010010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B53B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,182); }

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

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

 a { background-color: rgb(139,83,182); }

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

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

 span { border-color: rgb(139,83,182); }

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