#8B50AE

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

Shades of Deep Lilac #8B50AE

Tints of Deep Lilac #8B50AE

Color information

#8B50AE (or 0x8B50AE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 50 and AE. RGB value is (139,80,174). Sum of RGB (Red+Green+Blue) = 139+80+174=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B50AE is #74AF51. Grayscale: #6C6C6C. Windows color (decimal): -7647058 or 11423883. OLE color: 11423883.

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

Color convert

RGB13980174-
CMYK0.200.5400.32
HSL277.66º37.01%49.8%-
HSV(B)277.66º54.02%68.24%-
XYZ21.1614.2841.69-
YUV108.36165.05149.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=35.37%
G=20.36%
B=44.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139801740.200.5400.32277.6637.0149.8
Hex8B50AE14360201162532
Octal21312025624660404264562
Binary10001011101000010101110101001101100100000100010110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,174); }

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

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

 a { background-color: rgb(139,80,174); }

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

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

 span { border-color: rgb(139,80,174); }

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