#9754AD

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

Shades of Deep Lilac #9754AD

Tints of Deep Lilac #9754AD

Color information

#9754AD (or 0x9754AD) is unknown color: approx Deep Lilac. HEX triplet: 97, 54 and AD. RGB value is (151,84,173). Sum of RGB (Red+Green+Blue) = 151+84+173=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9754AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9754AD is #68AB52. Grayscale: #717171. Windows color (decimal): -6859603 or 11359383. OLE color: 11359383.

HSL color Cylindrical-coordinate representation of color #9754AD: hue angle of 285.17º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9754AD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15184173-
CMYK0.130.5100.32
HSL285.17º35.18%50.39%-
HSV(B)285.17º51.45%67.84%-
XYZ23.4815.9441.37-
YUV114.18161.2154.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=37.01%
G=20.59%
B=42.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151841730.130.5100.32285.1735.1850.39
Hex9754ADD3302011d2332
Octal22712425515630404354362
Binary1001011110101001010110111011100110100000100011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9754AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,84,173); }

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

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

 a { background-color: rgb(151,84,173); }

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

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

 span { border-color: rgb(151,84,173); }

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