#8A50AE

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

Shades of Deep Lilac #8A50AE

Tints of Deep Lilac #8A50AE

Color information

#8A50AE (or 0x8A50AE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 50 and AE. RGB value is (138,80,174). Sum of RGB (Red+Green+Blue) = 138+80+174=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A50AE is #75AF51. Grayscale: #6B6B6B. Windows color (decimal): -7712594 or 11423882. OLE color: 11423882.

HSL color Cylindrical-coordinate representation of color #8A50AE: hue angle of 277.02º 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 #8A50AE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13880174-
CMYK0.210.5400.32
HSL277.02º37.01%49.8%-
HSV(B)277.02º54.02%68.24%-
XYZ20.9914.241.68-
YUV108.06165.22149.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=35.20%
G=20.41%
B=44.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138801740.210.5400.32277.0237.0149.8
Hex8A50AE15360201152532
Octal21212025625660404254562
Binary10001010101000010101110101011101100100000100010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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