#9854AC

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

Shades of Deep Lilac #9854AC

Tints of Deep Lilac #9854AC

Color information

#9854AC (or 0x9854AC) is unknown color: approx Deep Lilac. HEX triplet: 98, 54 and AC. RGB value is (152,84,172). Sum of RGB (Red+Green+Blue) = 152+84+172=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #9854AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9854AC is #67AB53. Grayscale: #727272. Windows color (decimal): -6794068 or 11293848. OLE color: 11293848.

HSL color Cylindrical-coordinate representation of color #9854AC: hue angle of 286.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9854AC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15284172-
CMYK0.120.5100.33
HSL286.36º34.65%50.2%-
HSV(B)286.36º51.16%67.45%-
XYZ23.5715.9940.87-
YUV114.36160.53154.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=37.25%
G=20.59%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152841720.120.5100.33286.3634.6550.2
Hex9854ACC3302111e2332
Octal23012425414630414364362
Binary1001100010101001010110011001100110100001100011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,84,172); }

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

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

 a { background-color: rgb(152,84,172); }

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

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

 span { border-color: rgb(152,84,172); }

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