#9356AA

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

Shades of Deep Lilac #9356AA

Tints of Deep Lilac #9356AA

Color information

#9356AA (or 0x9356AA) is unknown color: approx Deep Lilac. HEX triplet: 93, 56 and AA. RGB value is (147,86,170). Sum of RGB (Red+Green+Blue) = 147+86+170=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9356AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9356AA is #6CA955. Grayscale: #717171. Windows color (decimal): -7121238 or 11163283. OLE color: 11163283.

HSL color Cylindrical-coordinate representation of color #9356AA: hue angle of 283.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9356AA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14786170-
CMYK0.140.4900.33
HSL283.57º33.07%50.2%-
HSV(B)283.57º49.41%66.67%-
XYZ22.6215.7639.88-
YUV113.82159.71151.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=36.48%
G=21.34%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147861700.140.4900.33283.5733.0750.2
Hex9356AAE3102111c2132
Octal22312625216610414344162
Binary1001001110101101010101011101100010100001100011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9356AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9356AA; }

 p { color: rgb(147,86,170); }

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

<style>
 a { background-color: #9356AA; }

 a { background-color: rgb(147,86,170); }

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

<style>
 span { border-color: #9356AA; }

 span { border-color: rgb(147,86,170); }

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