#8A50AF

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

Shades of Deep Lilac #8A50AF

Tints of Deep Lilac #8A50AF

Color information

#8A50AF (or 0x8A50AF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 50 and AF. RGB value is (138,80,175). Sum of RGB (Red+Green+Blue) = 138+80+175=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A50AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A50AF is #75AF50. Grayscale: #6B6B6B. Windows color (decimal): -7712593 or 11489418. OLE color: 11489418.

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

Color convert

RGB13880175-
CMYK0.210.5400.31
HSL276.63º37.25%50%-
HSV(B)276.63º54.29%68.63%-
XYZ21.0914.2442.19-
YUV108.17165.72149.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=35.11%
G=20.36%
B=44.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138801750.210.5400.31276.6337.2550
Hex8A50AF153601F1152532
Octal21212025725660374254562
Binary1000101010100001010111110101110110011111100010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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