#9345A7

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

Shades of Deep Lilac #9345A7

Tints of Deep Lilac #9345A7

Color information

#9345A7 (or 0x9345A7) is unknown color: approx Deep Lilac. HEX triplet: 93, 45 and A7. RGB value is (147,69,167). Sum of RGB (Red+Green+Blue) = 147+69+167=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #9345A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9345A7 is #6CBA58. Grayscale: #676767. Windows color (decimal): -7125593 or 10962323. OLE color: 10962323.

HSL color Cylindrical-coordinate representation of color #9345A7: hue angle of 287.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9345A7 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14769167-
CMYK0.120.5900.35
HSL287.76º41.53%46.27%-
HSV(B)287.76º58.68%65.49%-
XYZ21.1413.2538-
YUV103.49163.84159.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=38.38%
G=18.02%
B=43.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147691670.120.5900.35287.7641.5346.27
Hex9345A7C3B0231202a2e
Octal22310524714730434405256
Binary1001001110001011010011111001110110100011100100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9345A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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