#8A52AD

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

Shades of Deep Lilac #8A52AD

Tints of Deep Lilac #8A52AD

Color information

#8A52AD (or 0x8A52AD) is unknown color: approx Deep Lilac. HEX triplet: 8A, 52 and AD. RGB value is (138,82,173). Sum of RGB (Red+Green+Blue) = 138+82+173=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A52AD is #75AD52. Grayscale: #6C6C6C. Windows color (decimal): -7712083 or 11358858. OLE color: 11358858.

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

Color convert

RGB13882173-
CMYK0.200.5300.32
HSL276.92º35.69%50%-
HSV(B)276.92º52.6%67.84%-
XYZ21.0414.4541.22-
YUV109.12164.05148.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=35.11%
G=20.87%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138821730.200.5300.32276.9235.6950
Hex8A52AD14350201152432
Octal21212225524650404254462
Binary10001010101001010101101101001101010100000100010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,173); }

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

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

 a { background-color: rgb(138,82,173); }

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

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

 span { border-color: rgb(138,82,173); }

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