#9540AC

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

Shades of Deep Lilac #9540AC

Tints of Deep Lilac #9540AC

Color information

#9540AC (or 0x9540AC) is unknown color: approx Deep Lilac. HEX triplet: 95, 40 and AC. RGB value is (149,64,172). Sum of RGB (Red+Green+Blue) = 149+64+172=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9540AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540AC is #6ABF53. Grayscale: #656565. Windows color (decimal): -6995796 or 11288725. OLE color: 11288725.

HSL color Cylindrical-coordinate representation of color #9540AC: hue angle of 287.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9540AC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14964172-
CMYK0.130.6300.33
HSL287.22º45.76%46.27%-
HSV(B)287.22º62.79%67.45%-
XYZ21.6713.0340.4-
YUV101.73167.66161.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=38.70%
G=16.62%
B=44.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149641720.130.6300.33287.2245.7646.27
Hex9540ACD3F02111f2e2e
Octal22510025415770414375656
Binary1001010110000001010110011011111110100001100011111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9540AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9540AC; }

 p { color: rgb(149,64,172); }

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

<style>
 a { background-color: #9540AC; }

 a { background-color: rgb(149,64,172); }

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

<style>
 span { border-color: #9540AC; }

 span { border-color: rgb(149,64,172); }

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