#9354AE

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

Shades of Deep Lilac #9354AE

Tints of Deep Lilac #9354AE

Color information

#9354AE (or 0x9354AE) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and AE. RGB value is (147,84,174). Sum of RGB (Red+Green+Blue) = 147+84+174=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #9354AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9354AE is #6CAB51. Grayscale: #707070. Windows color (decimal): -7121746 or 11424915. OLE color: 11424915.

HSL color Cylindrical-coordinate representation of color #9354AE: hue angle of 282º 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 #9354AE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14784174-
CMYK0.160.5200.32
HSL282º35.71%50.59%-
HSV(B)282º51.72%68.24%-
XYZ22.8415.641.85-
YUV113.1162.37152.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=36.30%
G=20.74%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147841740.160.5200.3228235.7150.59
Hex9354AE103402011a2433
Octal22312425620640404324463
Binary10010011101010010101110100001101000100000100011010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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