#9345AB

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

Shades of Deep Lilac #9345AB

Tints of Deep Lilac #9345AB

Color information

#9345AB (or 0x9345AB) is unknown color: approx Deep Lilac. HEX triplet: 93, 45 and AB. RGB value is (147,69,171). Sum of RGB (Red+Green+Blue) = 147+69+171=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9345AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9345AB is #6CBA54. Grayscale: #676767. Windows color (decimal): -7125589 or 11224467. OLE color: 11224467.

HSL color Cylindrical-coordinate representation of color #9345AB: hue angle of 285.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9345AB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14769171-
CMYK0.140.6000.33
HSL285.88º42.5%47.06%-
HSV(B)285.88º59.65%67.06%-
XYZ21.5113.439.98-
YUV103.95165.84158.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=37.98%
G=17.83%
B=44.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147691710.140.6000.33285.8842.547.06
Hex9345ABE3C02111e2a2f
Octal22310525316740414365257
Binary1001001110001011010101111101111000100001100011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9345AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,69,171); }

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

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

 a { background-color: rgb(147,69,171); }

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

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

 span { border-color: rgb(147,69,171); }

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