#9D52AD

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

Shades of Deep Lilac #9D52AD

Tints of Deep Lilac #9D52AD

Color information

#9D52AD (or 0x9D52AD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 52 and AD. RGB value is (157,82,173). Sum of RGB (Red+Green+Blue) = 157+82+173=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D52AD is #62AD52. Grayscale: #727272. Windows color (decimal): -6466899 or 11358877. OLE color: 11358877.

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

Color convert

RGB15782173-
CMYK0.090.5300.32
HSL289.45º35.69%50%-
HSV(B)289.45º52.6%67.84%-
XYZ24.4616.2241.38-
YUV114.8160.85158.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=38.11%
G=19.90%
B=41.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157821730.090.5300.32289.4535.6950
Hex9D52AD9350201212432
Octal23512225511650404414462
Binary1001110110100101010110110011101010100000100100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D52AD; }

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

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

<style>
 a { background-color: #9D52AD; }

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

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

<style>
 span { border-color: #9D52AD; }

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

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