#9153AB

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

Shades of Deep Lilac #9153AB

Tints of Deep Lilac #9153AB

Color information

#9153AB (or 0x9153AB) is unknown color: approx Deep Lilac. HEX triplet: 91, 53 and AB. RGB value is (145,83,171). Sum of RGB (Red+Green+Blue) = 145+83+171=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9153AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9153AB is #6EAC54. Grayscale: #6F6F6F. Windows color (decimal): -7253077 or 11228049. OLE color: 11228049.

HSL color Cylindrical-coordinate representation of color #9153AB: hue angle of 282.27º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9153AB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14583171-
CMYK0.150.5100.33
HSL282.27º34.65%49.8%-
HSV(B)282.27º51.46%67.06%-
XYZ22.1215.1540.29-
YUV111.57161.54151.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=36.34%
G=20.80%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145831710.150.5100.33282.2734.6549.8
Hex9153ABF3302111a2332
Octal22112325317630414324362
Binary1001000110100111010101111111100110100001100011010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9153AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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