#9153AD

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

Shades of Deep Lilac #9153AD

Tints of Deep Lilac #9153AD

Color information

#9153AD (or 0x9153AD) is unknown color: approx Deep Lilac. HEX triplet: 91, 53 and AD. RGB value is (145,83,173). Sum of RGB (Red+Green+Blue) = 145+83+173=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9153AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9153AD is #6EAC52. Grayscale: #6F6F6F. Windows color (decimal): -7253075 or 11359121. OLE color: 11359121.

HSL color Cylindrical-coordinate representation of color #9153AD: hue angle of 281.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9153AD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14583173-
CMYK0.160.5200.32
HSL281.33º35.43%50.2%-
HSV(B)281.33º52.02%67.84%-
XYZ22.3115.2241.3-
YUV111.8162.54151.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=36.16%
G=20.70%
B=43.14%

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
Decimal145831730.160.5200.32281.3335.4350.2
Hex9153AD10340201192332
Octal22112325520640404314362
Binary10010001101001110101101100001101000100000100011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9153AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9153AD; }

 p { color: rgb(145,83,173); }

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

<style>
 a { background-color: #9153AD; }

 a { background-color: rgb(145,83,173); }

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

<style>
 span { border-color: #9153AD; }

 span { border-color: rgb(145,83,173); }

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