#9153A9

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

Shades of Deep Lilac #9153A9

Tints of Deep Lilac #9153A9

Color information

#9153A9 (or 0x9153A9) is unknown color: approx Deep Lilac. HEX triplet: 91, 53 and A9. RGB value is (145,83,169). Sum of RGB (Red+Green+Blue) = 145+83+169=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #9153A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9153A9 is #6EAC56. Grayscale: #6F6F6F. Windows color (decimal): -7253079 or 11096977. OLE color: 11096977.

HSL color Cylindrical-coordinate representation of color #9153A9: hue angle of 283.26º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9153A9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14583169-
CMYK0.140.5100.34
HSL283.26º34.13%49.41%-
HSV(B)283.26º50.89%66.27%-
XYZ21.9315.0739.29-
YUV111.34160.54152.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=36.52%
G=20.91%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145831690.140.5100.34283.2634.1349.41
Hex9153A9E3302211b2231
Octal22112325116630424334261
Binary1001000110100111010100111101100110100010100011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9153A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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