#9854AE

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

Shades of Deep Lilac #9854AE

Tints of Deep Lilac #9854AE

Color information

#9854AE (or 0x9854AE) is unknown color: approx Deep Lilac. HEX triplet: 98, 54 and AE. RGB value is (152,84,174). Sum of RGB (Red+Green+Blue) = 152+84+174=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #9854AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9854AE is #67AB51. Grayscale: #727272. Windows color (decimal): -6794066 or 11424920. OLE color: 11424920.

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

Color convert

RGB15284174-
CMYK0.130.5200.32
HSL285.33º35.71%50.59%-
HSV(B)285.33º51.72%68.24%-
XYZ23.7616.0741.89-
YUV114.59161.53154.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=37.07%
G=20.49%
B=42.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152841740.130.5200.32285.3335.7150.59
Hex9854AED3402011d2433
Octal23012425615640404354463
Binary1001100010101001010111011011101000100000100011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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