#8752AD

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

Shades of Deep Lilac #8752AD

Tints of Deep Lilac #8752AD

Color information

#8752AD (or 0x8752AD) is unknown color: approx Deep Lilac. HEX triplet: 87, 52 and AD. RGB value is (135,82,173). Sum of RGB (Red+Green+Blue) = 135+82+173=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8752AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8752AD is #78AD52. Grayscale: #6B6B6B. Windows color (decimal): -7908691 or 11358855. OLE color: 11358855.

HSL color Cylindrical-coordinate representation of color #8752AD: hue angle of 274.95º 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 #8752AD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13582173-
CMYK0.220.5300.32
HSL274.95º35.69%50%-
HSV(B)274.95º52.6%67.84%-
XYZ20.5514.241.19-
YUV108.22164.56147.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=34.62%
G=21.03%
B=44.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135821730.220.5300.32274.9535.6950
Hex8752AD16350201132432
Octal20712225526650404234462
Binary10000111101001010101101101101101010100000100010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8752AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8752AD; }

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

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

<style>
 a { background-color: #8752AD; }

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

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

<style>
 span { border-color: #8752AD; }

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

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